Home
last modified time | relevance | path

Searched refs:checkShift (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFMISimplifyPatchable.cpp69 void checkShift(MachineRegisterInfo *MRI, MachineBasicBlock &MBB,
145 void BPFMISimplifyPatchable::checkShift(MachineRegisterInfo *MRI, in checkShift() function in __anondefee6c00111::BPFMISimplifyPatchable
237 checkShift(MRI, *Inst->getParent(), RelocOp, GVal, BPF::SLL_ri); in processInst()
239 checkShift(MRI, *Inst->getParent(), RelocOp, GVal, BPF::SRA_ri); in processInst()
241 checkShift(MRI, *Inst->getParent(), RelocOp, GVal, BPF::SRL_ri); in processInst()