Home
last modified time | relevance | path

Searched refs:SETCC1 (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1085 const SDNode *SETCC1) const override;
H A DX86ISelLowering.cpp54294 SDValue SETCC1 = DAG.getSetCC( in combineSetCC() local
54297 SETCC0, SETCC1); in combineSetCC()
58021 const SDNode *LogicOp, const SDNode *SETCC0, const SDNode *SETCC1) const { in isDesirableToCombineLogicOpOfSETCC()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp6086 SDValue SETCC1 = Cond->getOperand(1); in WidenVSELECTMask()
6088 EVT VT1 = getSetCCResultType(getSETCCOperandType(SETCC1)); in WidenVSELECTMask()
6111 SETCC1 = convertMask(SETCC1, VT1, MaskVT); in WidenVSELECTMask()
6112 Cond = DAG.getNode(Cond->getOpcode(), SDLoc(Cond), MaskVT, SETCC0, SETCC1); in WidenVSELECTMask()
6082 SDValue SETCC1 = Cond->getOperand(1); WidenVSELECTMask() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4330 const SDNode *LogicOp, const SDNode *SETCC0, const SDNode *SETCC1) const { in isDesirableToCombineLogicOpOfSETCC() argument