Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1394 inline bool isUnsignedIntSetCC(CondCode Code) { in isUnsignedIntSetCC() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp3972 } else if (ISD::isUnsignedIntSetCC(CC)) { in SelectCC()
4019 } else if (ISD::isUnsignedIntSetCC(CC)) { in SelectCC()
H A DPPCISelLowering.cpp13080 } else if (ISD::isUnsignedIntSetCC(CC)) { in DAGCombineTruncBoolExt()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrAVX512.td2376 return !ISD::isUnsignedIntSetCC(CC);
2382 return N->hasOneUse() && !ISD::isUnsignedIntSetCC(CC);
2388 return ISD::isUnsignedIntSetCC(CC);
2394 return N->hasOneUse() && ISD::isUnsignedIntSetCC(CC);
H A DX86ISelLowering.cpp23217 ISD::isUnsignedIntSetCC(Cond) ? X86ISD::VPCOMU : X86ISD::VPCOM; in LowerVSETCC()
23287 bool FlipSigns = ISD::isUnsignedIntSetCC(Cond) && in LowerVSETCC()
23292 if (ISD::isUnsignedIntSetCC(Cond) && in LowerVSETCC()
48280 if (ISD::isUnsignedIntSetCC(CC)) in combineExtSetcc()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2518 } else if (isNullConstant(RHS) && !isUnsignedIntSetCC(CC)) { in emitComparison()