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.h1080 const SDNode *SETCC1) const override;
H A DX86ISelLowering.cpp53015 SDValue SETCC1 = DAG.getSetCC( in combineSetCC() local
53018 SETCC0, SETCC1); in combineSetCC()
56419 const SDNode *LogicOp, const SDNode *SETCC0, const SDNode *SETCC1) const { in isDesirableToCombineLogicOpOfSETCC()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp5750 SDValue SETCC1 = Cond->getOperand(1); in WidenVSELECTMask() local
5752 EVT VT1 = getSetCCResultType(getSETCCOperandType(SETCC1)); in WidenVSELECTMask()
5775 SETCC1 = convertMask(SETCC1, VT1, MaskVT); in WidenVSELECTMask()
5776 Cond = DAG.getNode(Cond->getOpcode(), SDLoc(Cond), MaskVT, SETCC0, SETCC1); in WidenVSELECTMask()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4199 const SDNode *LogicOp, const SDNode *SETCC0, const SDNode *SETCC1) const { in isDesirableToCombineLogicOpOfSETCC() argument