Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1545 inline bool isUnsignedIntSetCC(CondCode Code) { in isUnsignedIntSetCC() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFragmentsSIMD.td1339 return !ISD::isUnsignedIntSetCC(CC);
1345 return N->hasOneUse() && !ISD::isUnsignedIntSetCC(CC);
1351 return ISD::isUnsignedIntSetCC(CC);
1357 return N->hasOneUse() && ISD::isUnsignedIntSetCC(CC);
H A DX86ISelLowering.cpp23256 ISD::isUnsignedIntSetCC(Cond) ? X86ISD::VPCOMU : X86ISD::VPCOM; in LowerVSETCC()
23326 bool FlipSigns = ISD::isUnsignedIntSetCC(Cond) && in LowerVSETCC()
23331 if (ISD::isUnsignedIntSetCC(Cond) && in LowerVSETCC()
52610 if (ISD::isUnsignedIntSetCC(CC)) in combineExtSetcc()
53065 if (ISD::isUnsignedIntSetCC(CC)) { in combineSetCC()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2651 isNullConstant(RHS) && !ISD::isUnsignedIntSetCC(CC)) in LowerBR_CC()
2709 isNullConstant(RHS) && !ISD::isUnsignedIntSetCC(CC) && IsEligibleType) in LowerSELECT_CC()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp4169 } else if (ISD::isUnsignedIntSetCC(CC)) { in SelectCC()
4216 } else if (ISD::isUnsignedIntSetCC(CC)) { in SelectCC()
H A DPPCISelLowering.cpp13893 } else if (ISD::isUnsignedIntSetCC(CC)) { in DAGCombineTruncBoolExt()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp1930 assert((ISD::isUnsignedIntSetCC(CCCode) || ISD::isIntEqualitySetCC(CCCode)) && in PromoteSetCCOperands()
H A DTargetLowering.cpp5199 if ((isSignedIntSetCC(Cond) || isUnsignedIntSetCC(Cond)) && in SimplifySetCC()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3198 } else if (isNullConstant(RHS) && !isUnsignedIntSetCC(CC)) { in emitComparison()
22416 } else if (Op0ZExt && (isUnsignedIntSetCC(CC) || isIntEqualitySetCC(CC))) { in tryToWidenSetCCOperands()