Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFMIPeephole.cpp62 bool isPhiFrom32Def(MachineInstr *MovMI);
119 bool BPFMIPeephole::isPhiFrom32Def(MachineInstr *PhiMI) in isPhiFrom32Def() function in __anon47d7f38d0111::BPFMIPeephole
133 if (!isPhiFrom32Def(PhiDef)) in isPhiFrom32Def()
152 if (!isPhiFrom32Def(DefInsn)) in isInsnFrom32Def()