Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBPFMIPeephole.cpp58 bool isPhiFrom32Def(MachineInstr *MovMI);
115 bool BPFMIPeephole::isPhiFrom32Def(MachineInstr *PhiMI) in isPhiFrom32Def() function in __anon8c4d9abd0111::BPFMIPeephole
129 if (!isPhiFrom32Def(PhiDef)) in isPhiFrom32Def()
148 if (!isPhiFrom32Def(DefInsn)) in isInsnFrom32Def()