Searched refs:checkShift (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/BPF/ |
| H A D | BPFMISimplifyPatchable.cpp | 74 void checkShift(MachineRegisterInfo *MRI, MachineBasicBlock &MBB, 154 void BPFMISimplifyPatchable::checkShift(MachineRegisterInfo *MRI, in checkShift() function in __anone037fbbc0111::BPFMISimplifyPatchable 251 checkShift(MRI, *Inst->getParent(), RelocOp, GVal, BPF::SLL_ri); in processInst() 253 checkShift(MRI, *Inst->getParent(), RelocOp, GVal, BPF::SRA_ri); in processInst() 255 checkShift(MRI, *Inst->getParent(), RelocOp, GVal, BPF::SRL_ri); in processInst()
|