Home
last modified time | relevance | path

Searched refs:SETCC_INVALID (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1713 SETCC_INVALID // Marker value. enumerator
H A DSelectionDAG.h1316 assert(Cond != ISD::SETCC_INVALID &&
1330 assert(Cond != ISD::SETCC_INVALID &&
H A DTargetLowering.h3757 uint32_t CondCodeActions[ISD::SETCC_INVALID][(MVT::VALUETYPE_SIZE + 7) / 8];
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5448 ISD::CondCode NewCond = ISD::SETCC_INVALID; in SimplifySetCC()
5456 if (NewCond != ISD::SETCC_INVALID && in SimplifySetCC()
12159 ISD::CondCode CC1 = ISD::SETCC_INVALID, CC2 = ISD::SETCC_INVALID; in LegalizeSetCCCondCode()
H A DDAGCombiner.cpp6453 if (NewCC != ISD::SETCC_INVALID && in foldLogicOfSetCCs()
6587 ISD::CondCode CC = ISD::SETCC_INVALID; in foldAndOrOfSETCC()
6618 CC = ISD::SETCC_INVALID; in foldAndOrOfSETCC()
6620 CC = ISD::SETCC_INVALID; in foldAndOrOfSETCC()
6622 if (CC != ISD::SETCC_INVALID) { in foldAndOrOfSETCC()
H A DSelectionDAG.cpp661 return ISD::SETCC_INVALID; in getSetCCOrOperation()
682 return ISD::SETCC_INVALID; in getSetCCAndOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1714 case ISD::SETCC_INVALID: in combineFMinMaxLegacyImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp47959 default: NewCC = ISD::SETCC_INVALID; break; in combineSelect()
47962 if (NewCC != ISD::SETCC_INVALID) { in combineSelect()