Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h540 void applyNotCmp(MachineInstr &MI, SmallVectorImpl<Register> &RegsToNegate);
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td732 (apply [{ Helper.applyNotCmp(*${d}, ${info}); }])
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3326 void CombinerHelper::applyNotCmp(MachineInstr &MI, in applyNotCmp() function in CombinerHelper