/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 233 RTLIB::Libcall RTLIB::getFPEXT(EVT OpVT, EVT RetVT) { in getFPEXT() 265 RTLIB::Libcall RTLIB::getFPROUND(EVT OpVT, EVT RetVT) { in getFPROUND() 308 RTLIB::Libcall RTLIB::getFPTOSINT(EVT OpVT, EVT RetVT) { in getFPTOSINT() 357 RTLIB::Libcall RTLIB::getFPTOUINT(EVT OpVT, EVT RetVT) { in getFPTOUINT() 406 RTLIB::Libcall RTLIB::getSINTTOFP(EVT OpVT, EVT RetVT) { in getSINTTOFP() 452 RTLIB::Libcall RTLIB::getUINTTOFP(EVT OpVT, EVT RetVT) { in getUINTTOFP()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeFloatTypes.cpp | 169 EVT OpVT = N->getOperand(0 + Offset).getValueType(); in SoftenFloatRes_Unary() local 529 EVT OpVT = N->getOperand(IsStrict ? 1 : 0).getValueType(); in SoftenFloatRes_FP_EXTEND() local 566 EVT OpVT = N->getOperand(IsStrict ? 1 : 0).getValueType(); in SoftenFloatRes_FP_ROUND() local 1125 EVT OpVT = N->getOperand(0 + Offset).getValueType(); in SoftenFloatOp_Unary() local 1140 EVT OpVT = N->getOperand(N->isStrictFPOpcode() ? 1 : 0).getValueType(); in SoftenFloatOp_LROUND() local 1150 EVT OpVT = N->getOperand(N->isStrictFPOpcode() ? 1 : 0).getValueType(); in SoftenFloatOp_LLROUND() local 1160 EVT OpVT = N->getOperand(N->isStrictFPOpcode() ? 1 : 0).getValueType(); in SoftenFloatOp_LRINT() local 1170 EVT OpVT = N->getOperand(N->isStrictFPOpcode() ? 1 : 0).getValueType(); in SoftenFloatOp_LLRINT() local 2074 static ISD::NodeType GetPromotionOpcode(EVT OpVT, EVT RetVT) { in GetPromotionOpcode() 2131 EVT OpVT = Op->getValueType(0); in PromoteFloatOp_BITCAST() local [all …]
|
H A D | LegalizeVectorTypes.cpp | 336 EVT OpVT = Op.getValueType(); in ScalarizeVecRes_FP_ROUND() local 388 EVT OpVT = Op.getValueType(); in ScalarizeVecRes_UnaryOp() local 419 EVT OpVT = Op.getValueType(); in ScalarizeVecRes_VecInregOp() local 454 EVT OpVT = Cond.getValueType(); in ScalarizeVecRes_VSELECT() local 481 EVT OpVT = Cond->getOperand(0).getValueType(); in ScalarizeVecRes_VSELECT() local 571 EVT OpVT = LHS.getValueType(); in ScalarizeVecRes_SETCC() local 808 EVT OpVT = N->getOperand(0).getValueType(); in ScalarizeVecOp_VSETCC() local 3767 EVT OpVT = N->getOperand(0).getValueType(); in SplitVecOp_VSETCC() local 5979 EVT OpVT = N->getOperand(0).getValueType(); in WidenVecOp_IS_FPCLASS() local 6462 EVT OpVT = N->getOperand(0).getValueType(); in WidenVecOp_SETCC() local
|
H A D | LegalizeVectorOps.cpp | 453 MVT OpVT = Node->getOperand(0).getSimpleValueType(); in LegalizeOp() local 1520 MVT OpVT = Node->getOperand(0).getSimpleValueType(); in ExpandSETCC() local
|
H A D | LegalizeTypes.cpp | 314 EVT OpVT = Op.getValueType(); in run() local
|
H A D | ScheduleDAGSDNodes.cpp | 485 EVT OpVT = N->getOperand(i).getValueType(); in AddSchedEdges() local
|
H A D | InstrEmitter.cpp | 386 MVT OpVT = Op.getSimpleValueType(); in AddOperand() local
|
H A D | TargetLowering.cpp | 3729 EVT OpVT = N0.getValueType(); in foldSetCCWithAnd() local 3996 EVT OpVT = N0.getValueType(); in foldSetCCWithBinOp() local 4118 EVT OpVT = N0.getValueType(); in foldSetCCWithRotate() local 4177 EVT OpVT = N0.getValueType(); in foldSetCCWithFunnelShift() local 4207 EVT OpVT = N0.getValueType(); in SimplifySetCC() local 10385 MVT OpVT = LHS.getSimpleValueType(); in LegalizeSetCCCondCode() local
|
H A D | SelectionDAG.cpp | 1428 EVT OpVT) { in getBoolExtOrTrunc() 1437 EVT OpVT = Op.getValueType(); in getZeroExtendInReg() local 1501 EVT OpVT) { in getBoolConstant() 2382 EVT OpVT = N1.getValueType(); in FoldSetCC() local 3932 EVT OpVT = Val.getValueType(); in isKnownToBeAPowerOfTwo() local 5113 EVT OpVT = Op.getValueType(); in foldCONCAT_VECTORS() local 6343 llvm::EVT OpVT = N1.getOperand(0).getValueType(); in getNode() local 11315 EVT OpVT = Op.getValueType(); in matchBinOpReduction() local
|
H A D | LegalizeDAG.cpp | 1054 MVT OpVT = Node->getOperand(CompareOperand).getSimpleValueType(); in LegalizeOp() local 1903 EVT OpVT = Node->getOperand(0).getValueType(); in ExpandBUILD_VECTOR() local
|
H A D | LegalizeIntegerTypes.cpp | 1953 EVT OpVT = N->getOpcode() == ISD::SELECT ? OpTy.getScalarType() : OpTy; in PromoteIntOp_SELECT() local 5438 EVT OpVT = Op.getValueType(); in PromoteIntRes_BUILD_VECTOR() local 5510 EVT OpVT = Op.getValueType(); in PromoteIntRes_CONCAT_VECTORS() local
|
H A D | DAGCombiner.cpp | 5505 EVT OpVT = LL.getValueType(); in foldLogicOfSetCCs() local 16225 EVT OpVT = N0.getValueType(); in visitSINT_TO_FP() local 16277 EVT OpVT = N0.getValueType(); in visitUINT_TO_FP() local 21724 EVT OpVT = N->getOperand(0).getValueType(); in convertBuildVecZextToBuildVecWithZeros() local 21918 EVT OpVT = N->getOperand(0).getValueType(); in combineConcatVectorOfScalars() local 22021 EVT OpVT = N->getOperand(0).getValueType(); in combineConcatVectorOfExtracts() local 22163 EVT OpVT = N->getOperand(0).getValueType(); in combineConcatVectorOfShuffleAndItsOperands() local 22353 EVT OpVT = Op.getValueType(); in visitCONCAT_VECTORS() local
|
/openbsd/gnu/llvm/llvm/lib/Target/LoongArch/ |
H A D | LoongArchISelLowering.cpp | 376 EVT OpVT = Op0.getValueType(); in lowerUINT_TO_FP() local 401 EVT OpVT = Op0.getValueType(); in lowerSINT_TO_FP() local 1066 EVT OpVT = Src.getValueType(); in ReplaceNodeResults() local
|
/openbsd/gnu/llvm/llvm/lib/Target/Sparc/ |
H A D | SparcISelLowering.cpp | 2519 EVT OpVT = Op.getOperand(0).getValueType(); in LowerSINT_TO_FP() local 2568 EVT OpVT = Op.getOperand(0).getValueType(); in LowerUINT_TO_FP() local
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | R600ISelLowering.cpp | 1807 EVT OpVT = Ops[0].getValueType(); in PerformDAGCombine() local
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 6774 EVT OpVT = Op.getValueType(); in SplitOpsAndApply() local 6866 MVT OpVT = Op.getSimpleValueType(); in insert1BitVector() local 7170 MVT OpVT = LHS.getSimpleValueType(); in getPack() local 19563 EVT OpVT = Op0.getValueType(); in lower1BitShuffle() local 20471 MVT OpVT = Op.getSimpleValueType(); in LowerSCALAR_TO_VECTOR() local 29373 MVT OpVT = VT; in LowerCTLZ() local 46617 EVT OpVT = Op0.getValueType(); in combinePTESTCC() local 49424 MVT OpVT = in canonicalizeBitSelect() local 53271 EVT OpVT = X.getValueType(); in combineVectorSizedSetCCEquality() local 53418 EVT OpVT = LHS.getValueType(); in combineSetCC() local [all …]
|
H A D | X86ISelDAGToDAG.cpp | 592 EVT OpVT = N->getOperand(0).getValueType(); in INITIALIZE_PASS() local 4021 EVT OpVT = ShiftAmt.getValueType(); in tryShiftAmountMod() local
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAG.cpp | 1209 EVT OpVT = OpI1.getValueType(); in ppHoistZextI1() local
|
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 4118 MVT OpVT = Op.getOperand(0).getSimpleValueType(); in LowerOperation() local 5442 MVT OpVT = ScalarOp.getSimpleValueType(); in lowerVectorIntrinsicScalars() local 6971 MVT OpVT = V.getSimpleValueType(); in lowerVPOp() local 7719 EVT OpVT = Op0.getValueType(); in ReplaceNodeResults() local 8896 EVT OpVT = N0.getValueType(); in performSETCCCombine() local
|
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 6093 EVT OpVT = Op.getValueType(); in combineExtract() local 6123 EVT OpVT = Op.getOperand(0).getValueType(); in combineExtract() local
|
/openbsd/gnu/llvm/llvm/utils/TableGen/ |
H A D | CodeGenDAGPatterns.cpp | 2543 MVT::SimpleValueType OpVT = Int->IS.ParamVTs[i]; in ApplyTypeConstraints() local
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 4280 EVT OpVT = Op.getValueType(); in LowerBITCAST() local 8971 EVT OpVT = Op.getValueType(); in LowerSETCCCARRY() local 12951 EVT OpVT = Op.getOperand(0).getValueType(); in LowerTRUNCATE() local 16520 EVT OpVT = N0.getValueType(); in performLastTrueTestVectorCombine() local 23382 EVT OpVT = Op.getValueType(); in LowerPredReductionToSVE() local
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 443 virtual bool shouldExpandGetActiveLaneMask(EVT VT, EVT OpVT) const { in shouldExpandGetActiveLaneMask()
|
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 10697 EVT OpVT = Op.getOperand(1).getValueType(); in LowerINTRINSIC_WO_CHAIN() local 14126 EVT OpVT = LHS.getValueType(); in combineSetCC() local
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 6023 EVT OpVT = (VT == MVT::f32) ? MVT::v2i32 : MVT::v1i64; in LowerFCOPYSIGN() local
|