Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1718 inline bool isSignedIntSetCC(CondCode Code) { in isSignedIntSetCC() function
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp2724 return isSignedIntSetCC(CC) ? VEISD::CMPI : VEISD::CMPU; in decideComp()
2749 return isSignedIntSetCC(CC); in safeWithoutCompWithNull()
2755 return isSignedIntSetCC(CC) && SrcVT == MVT::i64; in safeWithoutCompWithNull()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp5564 ExtOp = isSignedIntSetCC(CCCode) ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteNode()
5598 if (isSignedIntSetCC(CCCode) || in PromoteNode()
5630 ExtOp = isSignedIntSetCC(CCCode) ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteNode()
H A DDAGCombiner.cpp6624 bool IsSigned = isSignedIntSetCC(CC); in foldAndOrOfSETCC()
12137 bool IsSigned = isSignedIntSetCC(CC); in foldSelectToABD()
13267 bool IsSigned = isSignedIntSetCC(CC); in visitVSELECT()
13828 if (ExtOpc == ISD::ZERO_EXTEND && ISD::isSignedIntSetCC(CC)) in ExtendUsesToFormExtLoad()
14160 if (ISD::isSignedIntSetCC(CC)) { in tryToFoldExtOfLoad()
14345 bool IsSignedCmp = ISD::isSignedIntSetCC(CC); in foldSextSetcc()
H A DTargetLowering.cpp4861 !ISD::isSignedIntSetCC(Cond) && in SimplifySetCC()
5139 if (ISD::isSignedIntSetCC(Cond)) { in SimplifySetCC()
5488 if ((isSignedIntSetCC(Cond) || isUnsignedIntSetCC(Cond)) && in SimplifySetCC()
H A DLegalizeIntegerTypes.cpp2181 if (ISD::isSignedIntSetCC(CCCode)) { in PromoteSetCCOperands()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.td1698 return isSignedIntSetCC(N->get());
1702 return !isSignedIntSetCC(N->get());
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp6063 if (ISD::isSignedIntSetCC(CC)) in Select()
H A DPPCISelLowering.cpp14935 if (ISD::isSignedIntSetCC(CC)) { in DAGCombineTruncBoolExt()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3424 (isSignedIntSetCC(CC) && isSafeSignedCMN(Op, DAG))); in isCMN()
22437 isSignedIntSetCC(Code) ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in performSignExtendSetCCCombine()
25224 if (Op0SExt && (isSignedIntSetCC(CC) || isIntEqualitySetCC(CC))) { in tryToWidenSetCCOperands()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp7213 return ISD::isSignedIntSetCC(CC) ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in getExtOpcodeForPromotedOp()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4906 !isSignedIntSetCC(CC)) { in getARMCmp()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp56343 (CC == ISD::SETNE || CC == ISD::SETEQ || ISD::isSignedIntSetCC(CC))) { in combineSetCC()
56401 if (CanMakeSigned || ISD::isSignedIntSetCC(CC)) { in combineSetCC()