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

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

Completed in 68 milliseconds