Home
last modified time | relevance | path

Searched refs:isSignedIntSetCC (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1607 inline bool isSignedIntSetCC(CondCode Code) { in isSignedIntSetCC() function
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp2740 return isSignedIntSetCC(CC) ? VEISD::CMPI : VEISD::CMPU; in decideComp()
2765 return isSignedIntSetCC(CC); in safeWithoutCompWithNull()
2771 return isSignedIntSetCC(CC) && SrcVT == MVT::i64; in safeWithoutCompWithNull()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp5354 ExtOp = isSignedIntSetCC(CCCode) ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteNode()
5388 if (isSignedIntSetCC(CCCode) || in PromoteNode()
5420 ExtOp = isSignedIntSetCC(CCCode) ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteNode()
H A DTargetLowering.cpp4648 !ISD::isSignedIntSetCC(Cond) && in SimplifySetCC()
4923 if (ISD::isSignedIntSetCC(Cond)) { in SimplifySetCC()
5274 if ((isSignedIntSetCC(Cond) || isUnsignedIntSetCC(Cond)) && in SimplifySetCC()
H A DDAGCombiner.cpp6245 bool IsSigned = isSignedIntSetCC(CC); in foldAndOrOfSETCC()
12376 bool IsSigned = isSignedIntSetCC(CC); in visitVSELECT()
12403 bool IsSigned = isSignedIntSetCC(CC); in visitVSELECT()
12966 if (ExtOpc == ISD::ZERO_EXTEND && ISD::isSignedIntSetCC(CC)) in ExtendUsesToFormExtLoad()
13300 if (ISD::isSignedIntSetCC(CC)) { in tryToFoldExtOfLoad()
13486 bool IsSignedCmp = ISD::isSignedIntSetCC(CC); in foldSextSetcc()
H A DLegalizeIntegerTypes.cpp2116 if (ISD::isSignedIntSetCC(CCCode)) { in PromoteSetCCOperands()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp6050 if (ISD::isSignedIntSetCC(CC)) in Select()
H A DPPCISelLowering.cpp14102 if (ISD::isSignedIntSetCC(CC)) { in DAGCombineTruncBoolExt()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3431 (isSignedIntSetCC(CC) && cannotBeIntMin(Op.getOperand(1), DAG))); in isCMN()
21570 isSignedIntSetCC(Code) ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in performSignExtendSetCCCombine()
23847 if (Op0SExt && (isSignedIntSetCC(CC) || isIntEqualitySetCC(CC))) { in tryToWidenSetCCOperands()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4818 !isSignedIntSetCC(CC)) { in getARMCmp()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp54305 (CC == ISD::SETNE || CC == ISD::SETEQ || ISD::isSignedIntSetCC(CC))) { in combineSetCC()
54358 if (CanMakeSigned || ISD::isSignedIntSetCC(CC)) { in combineSetCC()