Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp5716 EVT SetCCOpVT = getSETCCOperandType(Cond); in WidenVSELECTMask() local
5717 while (TLI.getTypeAction(Ctx, SetCCOpVT) != TargetLowering::TypeLegal) in WidenVSELECTMask()
5718 SetCCOpVT = TLI.getTypeToTransformTo(Ctx, SetCCOpVT); in WidenVSELECTMask()
5719 EVT SetCCResVT = getSetCCResultType(SetCCOpVT); in WidenVSELECTMask()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp12556 EVT SetCCOpVT = N1.getOperand(0).getValueType(); in combineSubOfBoolean() local
12557 if (!isIntEqualitySetCC(CCVal) || !SetCCOpVT.isInteger()) in combineSubOfBoolean()
12559 CCVal = ISD::getSetCCInverse(CCVal, SetCCOpVT); in combineSubOfBoolean()
14410 EVT SetCCOpVT = Setcc.getOperand(0).getValueType(); in tryDemorganOfBooleanCondition() local
14411 if (!SetCCOpVT.isScalarInteger()) in tryDemorganOfBooleanCondition()
14416 CCVal = ISD::getSetCCInverse(CCVal, SetCCOpVT); in tryDemorganOfBooleanCondition()