Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h992 inline bool isSignedIntSetCC(CondCode Code) { in isSignedIntSetCC() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp4302 ExtOp = isSignedIntSetCC(CCCode) ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteNode()
4315 ExtOp = isSignedIntSetCC(CCCode) ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteNode()
H A DTargetLowering.cpp2374 !ISD::isSignedIntSetCC(Cond) && in SimplifySetCC()
2613 if (ISD::isSignedIntSetCC(Cond)) { in SimplifySetCC()
H A DDAGCombiner.cpp8009 bool IsSigned = isSignedIntSetCC(CC); in visitVSELECT()
8224 if (ExtOpc == ISD::ZERO_EXTEND && ISD::isSignedIntSetCC(CC)) in ExtendUsesToFormExtLoad()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp4998 if (ISD::isSignedIntSetCC(CC)) in Select()
H A DPPCISelLowering.cpp11395 if (ISD::isSignedIntSetCC(CC)) { in DAGCombineTruncBoolExt()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp39832 (CC == ISD::SETNE || CC == ISD::SETEQ || ISD::isSignedIntSetCC(CC))) { in combineSetCC()