Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFMISimplifyPatchable.cpp74 void checkShift(MachineRegisterInfo *MRI, MachineBasicBlock &MBB,
175 void BPFMISimplifyPatchable::checkShift(MachineRegisterInfo *MRI, in checkShift() function in __anone5144c020111::BPFMISimplifyPatchable
296 checkShift(MRI, *Inst->getParent(), RelocOp, GVal, BPF::SLL_ri); in processInst()
298 checkShift(MRI, *Inst->getParent(), RelocOp, GVal, BPF::SRA_ri); in processInst()
300 checkShift(MRI, *Inst->getParent(), RelocOp, GVal, BPF::SRL_ri); in processInst()