Home
last modified time | relevance | path

Searched defs:OpVT (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp120 RTLIB::Libcall RTLIB::getFPEXT(EVT OpVT, EVT RetVT) { in getFPEXT()
155 RTLIB::Libcall RTLIB::getFPROUND(EVT OpVT, EVT RetVT) { in getFPROUND()
198 RTLIB::Libcall RTLIB::getFPTOSINT(EVT OpVT, EVT RetVT) { in getFPTOSINT()
247 RTLIB::Libcall RTLIB::getFPTOUINT(EVT OpVT, EVT RetVT) { in getFPTOUINT()
296 RTLIB::Libcall RTLIB::getSINTTOFP(EVT OpVT, EVT RetVT) { in getSINTTOFP()
342 RTLIB::Libcall RTLIB::getUINTTOFP(EVT OpVT, EVT RetVT) { in getUINTTOFP()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp189 EVT OpVT = N->getOperand(0 + Offset).getValueType(); in SoftenFloatRes_Unary() local
599 EVT OpVT = N->getOperand(IsStrict ? 1 : 0).getValueType(); in SoftenFloatRes_FP_EXTEND() local
651 EVT OpVT = N->getOperand(IsStrict ? 1 : 0).getValueType(); in SoftenFloatRes_FP_ROUND() local
1310 EVT OpVT = N->getOperand(0 + Offset).getValueType(); in SoftenFloatOp_Unary() local
1325 EVT OpVT = N->getOperand(N->isStrictFPOpcode() ? 1 : 0).getValueType(); in SoftenFloatOp_LROUND() local
1335 EVT OpVT = N->getOperand(N->isStrictFPOpcode() ? 1 : 0).getValueType(); in SoftenFloatOp_LLROUND() local
1345 EVT OpVT = N->getOperand(N->isStrictFPOpcode() ? 1 : 0).getValueType(); in SoftenFloatOp_LRINT() local
1355 EVT OpVT = N->getOperand(N->isStrictFPOpcode() ? 1 : 0).getValueType(); in SoftenFloatOp_LLRINT() local
2355 static ISD::NodeType GetPromotionOpcode(EVT OpVT, EVT RetVT) { in GetPromotionOpcode()
2369 static ISD::NodeType GetPromotionOpcodeStrict(EVT OpVT, EVT RetVT) { in GetPromotionOpcodeStrict()
[all …]
H A DLegalizeVectorTypes.cpp414 EVT OpVT = Op.getValueType(); ScalarizeVecRes_FP_ROUND() local
466 EVT OpVT = Op.getValueType(); ScalarizeVecRes_UnaryOp() local
497 EVT OpVT = Op.getValueType(); ScalarizeVecRes_VecInregOp() local
523 EVT OpVT = Op.getValueType(); ScalarizeVecRes_ADDRSPACECAST() local
557 EVT OpVT = Cond.getValueType(); ScalarizeVecRes_VSELECT() local
584 EVT OpVT = Cond->getOperand(0).getValueType(); ScalarizeVecRes_VSELECT() local
674 EVT OpVT = LHS.getValueType(); ScalarizeVecRes_SETCC() local
919 EVT OpVT = N->getOperand(0).getValueType(); ScalarizeVecOp_VSETCC() local
4144 EVT OpVT = N->getOperand(0).getValueType(); SplitVecOp_VSETCC() local
4645 EVT OpVT = LHS.getValueType(); WidenVecRes_CMP() local
4876 EVT OpVT = Oper.getValueType(); WidenVecRes_StrictFP() local
4905 EVT OpVT = Op.getValueType(); WidenVecRes_StrictFP() local
4936 EVT OpVT = Op.getValueType(); WidenVecRes_StrictFP() local
6558 EVT OpVT = N->getOperand(0).getValueType(); WidenVecOp_CMP() local
6610 EVT OpVT = N->getOperand(0).getValueType(); WidenVecOp_IS_FPCLASS() local
7125 EVT OpVT = N->getOperand(0).getValueType(); WidenVecOp_SETCC() local
[all...]
H A DLegalizeVectorOps.cpp319 MVT OpVT = Node->getOperand(1).getSimpleValueType(); in LegalizeOp() local
504 MVT OpVT = Node->getOperand(0).getSimpleValueType(); in LegalizeOp() local
1708 MVT OpVT = LHS.getSimpleValueType(); in ExpandSETCC() local
H A DLegalizeTypes.cpp312 EVT OpVT = Op.getValueType(); in run() local
H A DScheduleDAGSDNodes.cpp486 EVT OpVT = N->getOperand(i).getValueType(); in AddSchedEdges() local
H A DInstrEmitter.cpp413 MVT OpVT = Op.getSimpleValueType(); in AddOperand() local
H A DSelectionDAG.cpp1518 EVT OpVT) { in getBoolExtOrTrunc()
1527 EVT OpVT = Op.getValueType(); in getZeroExtendInReg() local
1547 EVT OpVT = Op.getValueType(); in getVPZeroExtendInReg() local
1610 EVT OpVT) { in getBoolConstant()
2529 EVT OpVT = N1.getValueType(); in FoldSetCC() local
4350 EVT OpVT = Val.getValueType(); in isKnownToBeAPowerOfTwo() local
5850 EVT OpVT = Op.getValueType(); in foldCONCAT_VECTORS() local
7136 llvm::EVT OpVT = N1.getOperand(0).getValueType(); in getNode() local
12299 EVT OpVT = Op.getValueType(); in matchBinOpReduction() local
H A DTargetLowering.cpp3983 EVT OpVT = N0.getValueType(); in foldSetCCWithAnd() local
4247 EVT OpVT = N0.getValueType(); in foldSetCCWithBinOp() local
4375 EVT OpVT = N0.getValueType(); in foldSetCCWithRotate() local
4434 EVT OpVT = N0.getValueType(); in foldSetCCWithFunnelShift() local
4464 EVT OpVT = N0.getValueType(); in SimplifySetCC() local
11542 MVT OpVT = LHS.getSimpleValueType(); in LegalizeSetCCCondCode() local
H A DDAGCombiner.cpp5958 EVT OpVT = LL.getValueType(); in foldLogicOfSetCCs() local
6179 EVT OpVT = LHS0.getValueType(); in foldAndOrOfSETCC() local
6355 EVT OpVT = T.getValueType(); in combineSelectAsExtAnd() local
12711 EVT OpVT = N0.getValueType(); in visitSETCC() local
17720 EVT OpVT = N0.getValueType(); in visitSINT_TO_FP() local
17772 EVT OpVT = N0.getValueType(); in visitUINT_TO_FP() local
23639 EVT OpVT = N->getOperand(0).getValueType(); in convertBuildVecZextToBuildVecWithZeros() local
23836 EVT OpVT = N->getOperand(0).getValueType(); in combineConcatVectorOfScalars() local
23936 EVT OpVT = N->getOperand(0).getValueType(); in combineConcatVectorOfExtracts() local
24078 EVT OpVT = N->getOperand(0).getValueType(); in combineConcatVectorOfShuffleAndItsOperands() local
[all …]
H A DLegalizeIntegerTypes.cpp2254 EVT OpVT = N->getOpcode() == ISD::SELECT ? OpTy.getScalarType() : OpTy; in PromoteIntOp_SELECT() local
5863 EVT OpVT = Op.getValueType(); in PromoteIntRes_BUILD_VECTOR() local
5938 EVT OpVT = Op.getValueType(); in PromoteIntRes_CONCAT_VECTORS() local
H A DLegalizeDAG.cpp1055 MVT OpVT = Node->getOperand(CompareOperand).getSimpleValueType(); in LegalizeOp() local
1942 EVT OpVT = Node->getOperand(0).getValueType(); in ExpandBUILD_VECTOR() local
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp1602 EVT OpVT = Op0.getValueType(); in lowerUINT_TO_FP() local
1627 EVT OpVT = Op0.getValueType(); in lowerSINT_TO_FP() local
2858 EVT OpVT = Src.getValueType(); in ReplaceNodeResults() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2557 EVT OpVT = Op.getOperand(0).getValueType(); in LowerSINT_TO_FP() local
2606 EVT OpVT = Op.getOperand(0).getValueType(); in LowerUINT_TO_FP() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4249 EVT OpVT = Op.getValueType(); in SplitOpsAndApply() local
4269 auto MakeBroadcastOp = [&](SDValue Op, MVT OpVT, MVT DstVT) { in getAVX512Node()
4300 MVT OpVT = Op.getSimpleValueType(); in getAVX512Node() local
4341 MVT OpVT = Op.getSimpleValueType(); in insert1BitVector() local
4620 MVT OpVT = LHS.getSimpleValueType(); in getPack() local
17431 EVT OpVT = Op0.getValueType(); in lower1BitShuffle() local
18416 MVT OpVT = Op.getSimpleValueType(); in LowerSCALAR_TO_VECTOR() local
21966 MVT OpVT = N0.getSimpleValueType(); in LowerFGETSIGN() local
22076 EVT OpVT = X.getValueType(); in combineVectorSizedSetCCEquality() local
28057 MVT OpVT = VT; in LowerCTLZ() local
[all …]
H A DX86ISelDAGToDAG.cpp603 EVT OpVT = N->getOperand(0).getValueType(); in INITIALIZE_PASS() local
4326 EVT OpVT = ShiftAmt.getValueType(); in tryShiftAmountMod() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1799 EVT OpVT = Ops[0].getValueType(); in PerformDAGCombine() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp6943 MVT OpVT = Op.getOperand(0).getSimpleValueType(); LowerOperation() local
8789 MVT OpVT = ScalarOp.getSimpleValueType(); lowerVectorIntrinsicScalars() local
8989 MVT OpVT = Op0.getSimpleValueType(); lowerCttzElts() local
9029 MVT OpVT = ScalarOp.getSimpleValueType(); promoteVCIXScalar() local
11275 MVT OpVT = V.getSimpleValueType(); lowerVPOp() local
12249 EVT OpVT = Op0.getValueType(); ReplaceNodeResults() local
12284 EVT OpVT = Op0.getValueType(); ReplaceNodeResults() local
14176 EVT OpVT = N0.getValueType(); performSETCCCombine() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4908 EVT OpVT = Op.getValueType(); in LowerBITCAST() local
6051 EVT OpVT = Op.getOperand(1).getValueType(); in LowerINTRINSIC_WO_CHAIN() local
10413 EVT OpVT = Op.getValueType(); in LowerSETCCCARRY() local
14827 EVT OpVT = Op.getOperand(0).getValueType(); in LowerTRUNCATE() local
19210 EVT OpVT = N0.getValueType(); in performLastTrueTestVectorCombine() local
22163 EVT OpVT = Op0.getOperand(1).getValueType(); in performUzpCombine() local
27673 EVT OpVT = Op.getValueType(); in LowerPredReductionToSVE() local
27940 EVT OpVT = Op.getValueType(); in LowerVECTOR_DEINTERLEAVE() local
27953 EVT OpVT = Op.getValueType(); in LowerVECTOR_INTERLEAVE() local
28737 EVT OpVT = N->getOperand(0).getValueType(); in verifyTargetSDNode() local
H A DAArch64TargetTransformInfo.cpp842 EVT OpVT = getTLI()->getValueType(DL, ICA.getArgTypes()[0]); in getIntrinsicInstrCost() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1302 EVT OpVT = OpI1.getValueType(); in ppHoistZextI1() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6568 EVT OpVT = Op.getValueType(); in combineExtract() local
6598 EVT OpVT = Op.getOperand(0).getValueType(); in combineExtract() local
9709 EVT OpVT = Op.getValueType(); in lowerVECREDUCE_ADD() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp2523 MVT::SimpleValueType OpVT = in ApplyTypeConstraints() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h458 virtual bool shouldExpandGetActiveLaneMask(EVT VT, EVT OpVT) const { in shouldExpandGetActiveLaneMask()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp11045 EVT OpVT = Op.getOperand(1).getValueType(); in LowerINTRINSIC_WO_CHAIN() local
14644 EVT OpVT = LHS.getValueType(); in combineSetCC() local

12