Home
last modified time | relevance | path

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

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