Searched refs:SETCC1 (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.h | 1085 const SDNode *SETCC1) const override;
|
H A D | X86ISelLowering.cpp | 54294 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 D | LegalizeVectorTypes.cpp | 6086 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 D | TargetLowering.h | 4330 const SDNode *LogicOp, const SDNode *SETCC0, const SDNode *SETCC1) const { in isDesirableToCombineLogicOpOfSETCC() argument
|