Home
last modified time | relevance | path

Searched refs:SetCCOpVT (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp6052 EVT SetCCOpVT = getSETCCOperandType(Cond); in WidenVSELECTMask()
6053 while (TLI.getTypeAction(Ctx, SetCCOpVT) != TargetLowering::TypeLegal) in WidenVSELECTMask()
6054 SetCCOpVT = TLI.getTypeToTransformTo(Ctx, SetCCOpVT); in WidenVSELECTMask()
6055 EVT SetCCResVT = getSetCCResultType(SetCCOpVT); in WidenVSELECTMask()
6048 EVT SetCCOpVT = getSETCCOperandType(Cond); WidenVSELECTMask() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp13471 EVT SetCCOpVT = N1.getOperand(0).getValueType(); in combineSubOfBoolean()
13472 if (!isIntEqualitySetCC(CCVal) || !SetCCOpVT.isInteger()) in combineSubOfBoolean()
13474 CCVal = ISD::getSetCCInverse(CCVal, SetCCOpVT); in combineSubOfBoolean()
15749 EVT SetCCOpVT = Setcc.getOperand(0).getValueType(); in tryDemorganOfBooleanCondition()
15750 if (!SetCCOpVT.isScalarInteger()) in tryDemorganOfBooleanCondition()
15755 CCVal = ISD::getSetCCInverse(CCVal, SetCCOpVT); in tryDemorganOfBooleanCondition()
13468 EVT SetCCOpVT = N1.getOperand(0).getValueType(); combineSubOfBoolean() local
15746 EVT SetCCOpVT = Setcc.getOperand(0).getValueType(); tryDemorganOfBooleanCondition() local