Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1539 inline bool isSignedIntSetCC(CondCode Code) { in isSignedIntSetCC() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp2742 return isSignedIntSetCC(CC) ? VEISD::CMPI : VEISD::CMPU; in decideComp()
2767 return isSignedIntSetCC(CC); in safeWithoutCompWithNull()
2773 return isSignedIntSetCC(CC) && SrcVT == MVT::i64; in safeWithoutCompWithNull()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp5176 ExtOp = isSignedIntSetCC(CCCode) ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteNode()
5210 if (isSignedIntSetCC(CCCode) || in PromoteNode()
5242 ExtOp = isSignedIntSetCC(CCCode) ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteNode()
H A DTargetLowering.cpp4591 !ISD::isSignedIntSetCC(Cond) && in SimplifySetCC()
4848 if (ISD::isSignedIntSetCC(Cond)) { in SimplifySetCC()
5199 if ((isSignedIntSetCC(Cond) || isUnsignedIntSetCC(Cond)) && in SimplifySetCC()
H A DDAGCombiner.cpp6241 bool IsSigned = isSignedIntSetCC(CC); in foldAndOrOfSETCC()
12229 bool IsSigned = isSignedIntSetCC(CC); in visitVSELECT()
12256 bool IsSigned = isSignedIntSetCC(CC); in visitVSELECT()
12822 if (ExtOpc == ISD::ZERO_EXTEND && ISD::isSignedIntSetCC(CC)) in ExtendUsesToFormExtLoad()
13292 bool IsSignedCmp = ISD::isSignedIntSetCC(CC); in foldSextSetcc()
H A DLegalizeIntegerTypes.cpp1924 if (ISD::isSignedIntSetCC(CCCode)) { in PromoteSetCCOperands()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp6062 if (ISD::isSignedIntSetCC(CC)) in Select()
H A DPPCISelLowering.cpp13889 if (ISD::isSignedIntSetCC(CC)) { in DAGCombineTruncBoolExt()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp20322 isSignedIntSetCC(Code) ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in performSignExtendSetCCCombine()
22413 if (Op0SExt && (isSignedIntSetCC(CC) || isIntEqualitySetCC(CC))) { in tryToWidenSetCCOperands()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4801 !isSignedIntSetCC(CC)) { in getARMCmp()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp53026 (CC == ISD::SETNE || CC == ISD::SETEQ || ISD::isSignedIntSetCC(CC))) { in combineSetCC()
53079 if (CanMakeSigned || ISD::isSignedIntSetCC(CC)) { in combineSetCC()