Searched refs:checkShift (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFMISimplifyPatchable.cpp | 75 void checkShift(MachineRegisterInfo *MRI, MachineBasicBlock &MBB, 176 void BPFMISimplifyPatchable::checkShift(MachineRegisterInfo *MRI, in checkShift() function in __anonde19d9c10111::BPFMISimplifyPatchable 297 checkShift(MRI, *Inst->getParent(), RelocOp, GVal, BPF::SLL_ri); in processInst() 299 checkShift(MRI, *Inst->getParent(), RelocOp, GVal, BPF::SRA_ri); in processInst() 301 checkShift(MRI, *Inst->getParent(), RelocOp, GVal, BPF::SRL_ri); in processInst()
|