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.cpp6494 EVT SetCCOpVT = getSETCCOperandType(Cond); in WidenVSELECTMask() local
6495 while (TLI.getTypeAction(Ctx, SetCCOpVT) != TargetLowering::TypeLegal) in WidenVSELECTMask()
6496 SetCCOpVT = TLI.getTypeToTransformTo(Ctx, SetCCOpVT); in WidenVSELECTMask()
6497 EVT SetCCResVT = getSetCCResultType(SetCCOpVT); in WidenVSELECTMask()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp15433 EVT SetCCOpVT = N1.getOperand(0).getValueType(); in combineSubOfBoolean() local
15434 if (!isIntEqualitySetCC(CCVal) || !SetCCOpVT.isInteger()) in combineSubOfBoolean()
15436 CCVal = ISD::getSetCCInverse(CCVal, SetCCOpVT); in combineSubOfBoolean()
18254 EVT SetCCOpVT = Setcc.getOperand(0).getValueType(); in tryDemorganOfBooleanCondition() local
18255 if (!SetCCOpVT.isScalarInteger()) in tryDemorganOfBooleanCondition()
18260 CCVal = ISD::getSetCCInverse(CCVal, SetCCOpVT); in tryDemorganOfBooleanCondition()