Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h540 bool matchNotCmp(MachineInstr &MI, SmallVectorImpl<Register> &RegsToNegate);
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td773 [{ return Helper.matchNotCmp(*${d}, ${info}); }]),
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3394 bool CombinerHelper::matchNotCmp(MachineInstr &MI, in matchNotCmp() function in CombinerHelper