Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h460 bool applyNotCmp(MachineInstr &MI, SmallVectorImpl<Register> &RegsToNegate);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td464 (apply [{ return Helper.applyNotCmp(*${d}, ${info}); }])
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3193 bool CombinerHelper::applyNotCmp(MachineInstr &MI, in applyNotCmp() function in CombinerHelper