Home
last modified time | relevance | path

Searched refs:getValueType (Results 1 – 25 of 233) sorted by relevance

12345678910

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp258 EVT LVT = LHS.getValueType(); in SoftenFloatRes_FCOPYSIGN()
259 EVT RVT = RHS.getValueType(); in SoftenFloatRes_FCOPYSIGN()
462 if (Op.getValueType() == MVT::f16 && N->getValueType(0) != MVT::f32) { in SoftenFloatRes_FP_EXTEND()
472 if (Op.getValueType() == N->getValueType(0)) { in SoftenFloatRes_FP_EXTEND()
477 RTLIB::Libcall LC = RTLIB::getFPEXT(Op.getValueType(), N->getValueType(0)); in SoftenFloatRes_FP_EXTEND()
507 RTLIB::Libcall LC = RTLIB::getFPROUND(Op.getValueType(), N->getValueType(0)); in SoftenFloatRes_FP_ROUND()
789 assert(Res.getValueType() == N->getValueType(0) && N->getNumValues() == 1 && in SoftenFloatOperand()
1003 assert(NewLHS.getValueType() == N->getValueType(0) && in SoftenFloatOp_SETCC()
1499 SrcVT = Src.getValueType(); in ExpandFloatRes_XINT_TO_FP()
1579 assert(Res.getValueType() == N->getValueType(0) && N->getNumValues() == 1 && in ExpandFloatOperand()
[all …]
H A DLegalizeVectorTypes.cpp316 EVT OpVT = Op.getValueType(); in ScalarizeVecRes_UnaryOp()
575 assert(Res.getValueType() == N->getValueType(0) && N->getNumValues() == 1 && in ScalarizeVectorOperand()
614 EVT VT = N->getValueType(0); in ScalarizeVecOp_EXTRACT_VECTOR_ELT()
628 EVT VT = N->getValueType(0); in ScalarizeVecOp_VSELECT()
1727 if (N->getValueType(0).bitsLT(N->getOperand(0).getValueType())) in SplitVectorOperand()
1778 assert(Res.getValueType() == N->getValueType(0) && N->getNumValues() == 1 && in SplitVectorOperand()
1799 assert(Lo.getValueType() == Hi.getValueType() && in SplitVecOp_VSELECT()
2771 assert(Oper.getValueType() == N->getValueType(0) && in WidenVecRes_StrictFP()
2986 if (N->getOperand(0).getValueType() == N->getOperand(1).getValueType()) in WidenVecRes_FCOPYSIGN()
3590 assert(InOp1.getValueType() == WidenVT && InOp2.getValueType() == WidenVT); in WidenVecRes_SELECT()
[all …]
H A DLegalizeTypesGeneric.cpp42 EVT OutVT = N->getValueType(0); in ExpandRes_BITCAST()
45 EVT InVT = InOp.getValueType(); in ExpandRes_BITCAST()
206 assert(Part.getValueType() == N->getValueType(0) && in ExpandRes_EXTRACT_ELEMENT()
221 EVT OldVT = N->getValueType(0); in ExpandRes_EXTRACT_VECTOR_ELT()
258 EVT ValueVT = LD->getValueType(0); in ExpandRes_NormalLoad()
294 EVT OVT = N->getValueType(0); in ExpandRes_VAARG()
360 NVT = N->getValueType(0); in ExpandOp_BITCAST()
377 EVT VecVT = N->getValueType(0); in ExpandOp_BUILD_VECTOR()
415 EVT VecVT = N->getValueType(0); in ExpandOp_INSERT_VECTOR_ELT()
420 EVT OldEVT = Val.getValueType(); in ExpandOp_INSERT_VECTOR_ELT()
[all …]
H A DLegalizeIntegerTypes.cpp251 DAG.getVTList(Op2.getValueType(), N->getValueType(1), MVT::Other); in PromoteIntRes_AtomicCmpSwap()
491 DAG.getValueType(N->getValueType(0).getScalarType())); in PromoteIntRes_FP_TO_XINT()
523 DAG.getValueType(N->getOperand(0).getValueType())); in PromoteIntRes_INT_EXTEND()
908 EVT ValueVTs[] = {LHS.getValueType(), N->getValueType(1)}; in PromoteIntRes_ADDSUBCARRY()
940 SDVTList VTs = DAG.getVTList(LHS.getValueType(), N->getValueType(1)); in PromoteIntRes_XMULO()
1323 Op, DAG.getValueType(N->getOperand(0).getValueType())); in PromoteIntOp_SIGN_EXTEND()
2162 SDVTList VTList = DAG.getVTList(LHSL.getValueType(), N->getValueType(1)); in ExpandIntRes_ADDSUBCARRY()
2191 assert(Res.getValueType() == N->getValueType(0) && in ExpandIntRes_ANY_EXTEND()
2861 assert(Res.getValueType() == N->getValueType(0) && in ExpandIntRes_SIGN_EXTEND()
3122 assert(Res.getValueType() == N->getValueType(0) && in ExpandIntRes_ZERO_EXTEND()
[all …]
H A DLegalizeTypes.cpp85 EVT VT = Res.getValueType(); in PerformExpensiveChecks()
703 assert(Result.getValueType() == in SetPromotedInteger()
720 Op.getValueType() == in SetSoftenedFloat()
730 Op.getValueType() == in SetSoftenedFloat()
770 assert(Lo.getValueType() == in SetExpandedInteger()
772 Hi.getValueType() == Lo.getValueType() && in SetExpandedInteger()
807 assert(Lo.getValueType() == in SetExpandedFloat()
809 Hi.getValueType() == Lo.getValueType() && in SetExpandedFloat()
836 Hi.getValueType() == Lo.getValueType() && in SetSplitVector()
990 EVT LVT = Lo.getValueType(); in JoinIntegers()
[all …]
H A DLegalizeDAG.cpp284 EVT VT = CFP->getValueType(0); in ExpandConstantFP()
333 EVT VT = CP->getValueType(0); in ExpandConstant()
361 EVT VT = Tmp1.getValueType(); in PerformInsertVectorEltInMemory()
1311 EVT VecVT = Vec.getValueType(); in ExpandExtractFromVectorThroughStack()
1354 EVT VecVT = Vec.getValueType(); in ExpandInsertToVectorThroughStack()
1378 EVT VT = Node->getValueType(0); in ExpandVectorBuildThroughStack()
1571 EVT VT = Node->getValueType(0); in ExpandDYNAMIC_STACKALLOC()
1787 EVT VT = Node->getValueType(0); in ExpandBVWithShuffles()
1882 EVT VT = Node->getValueType(0); in ExpandBUILD_VECTOR()
2522 EVT VT = Op.getValueType(); in ExpandBITREVERSE()
[all …]
H A DDAGCombiner.cpp986 N->getValueType(i) == To[i].getValueType()) && in CombineTo()
1463 assert(N->getValueType(0) == RV.getValueType() && in Run()
3940 assert(X.getValueType() == Y.getValueType() && in hoistLogicOpWithSameOpcodeHands()
3989 assert(N0.getValueType() == N1.getValueType() && in foldLogicOfSetCCs()
3991 assert(LL.getValueType() == LR.getValueType() && in foldLogicOfSetCCs()
3992 RL.getValueType() == RR.getValueType() && in foldLogicOfSetCCs()
5612 assert(LHS.getValueType() == RHS.getValueType()); in MatchRotate()
8829 assert(Op0.getValueType() == Op1.getValueType()); in isTruncateOf()
9673 if (N0.getValueType() == N->getValueType(0)) in visitTRUNCATE()
12695 if (Op1.getValueType() != Offset.getValueType()) { in CombineToPreIndexedLoadStore()
[all …]
H A DLegalizeVectorOps.cpp511 .getValueType() in Promote()
820 EVT VT = Op.getValueType(); in ExpandSELECT()
828 && Op1.getValueType() == Op2.getValueType() && "Invalid type"); in ExpandSELECT()
872 EVT VT = Op.getValueType(); in ExpandSEXTINREG()
895 EVT VT = Op.getValueType(); in ExpandANY_EXTEND_VECTOR_INREG()
918 EVT VT = Op.getValueType(); in ExpandSIGN_EXTEND_VECTOR_INREG()
942 EVT VT = Op.getValueType(); in ExpandZERO_EXTEND_VECTOR_INREG()
975 EVT VT = Op.getValueType(); in ExpandBSWAP()
993 EVT VT = Op.getValueType(); in ExpandBITREVERSE()
1161 EVT VT = Op.getValueType(); in ExpandFSUB()
[all …]
H A DSelectionDAG.cpp303 if (LHS.getValueType() != RHS.getValueType()) in matchBinaryPredicate()
327 LHSOp.getValueType() != RHSOp.getValueType()) in matchBinaryPredicate()
1550 assert(VT == N1.getValueType() && VT == N2.getValueType() && in getVectorShuffle()
3979 assert(A.getValueType() == B.getValueType() && in haveNoCommonBitsSet()
4802 assert(N1.getValueType() == N2.getValueType() && in getNode()
4816 assert(N1.getValueType() == N2.getValueType() && in getNode()
4839 assert(N1.getValueType() == N2.getValueType() && in getNode()
4848 assert(N1.getValueType() == N2.getValueType() && in getNode()
5287 assert(N1.getValueType() == N2.getValueType() && in getNode()
7107 assert(Ops[0].getValueType() == Ops[1].getValueType() && in getNode()
[all …]
H A DTargetLowering.cpp374 EVT VT = Op.getValueType(); in ShrinkDemandedConstant()
454 EVT VT = Op.getValueType(); in SimplifyDemandedBits()
498 EVT VT = Op.getValueType(); in SimplifyDemandedBits()
1441 EVT VT = Op.getValueType(); in SimplifyDemandedVectorElts()
2134 EVT XVT = X.getValueType(); in optimizeSetCCOfSignedTruncationCheck()
3697 EVT VT = N->getValueType(0); in BuildExactSDIV()
3769 EVT VT = N->getValueType(0); in BuildSDIV()
3878 EVT VT = N->getValueType(0); in BuildUDIV()
4237 EVT ShVT = Z.getValueType(); in expandFunnelShift()
5321 assert(LHS.getValueType() == RHS.getValueType() && in expandAddSubSat()
[all …]
H A DSelectionDAGBuilder.cpp284 EVT PartEVT = Val.getValueType(); in getCopyFromParts()
414 EVT PartEVT = Val.getValueType(); in getCopyFromPartsVector()
552 ValueVT = Val.getValueType(); in getCopyToParts()
2307 EVT VT = Guard.getValueType(); in visitSPDescriptorParent()
3945 EVT VT = Src0.getValueType(); in visitMaskedStore()
4032 EVT VT = Src0.getValueType(); in visitMaskedScatter()
4095 EVT VT = Src0.getValueType(); in visitMaskedLoad()
4851 if (LHS.getValueType() == MVT::f32 && RHS.getValueType() == MVT::f32 && in expandPow()
5737 EVT Ty = Arg.getValueType(); in visitIntrinsicCall()
5762 EVT VT = X.getValueType(); in visitIntrinsicCall()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp407 EVT ResTy = Op->getValueType(0); in lowerSELECT()
599 EVT Ty = N->getValueType(0); in performORCombine()
824 EVT VT = N->getValueType(0); in performMULCombine()
864 EVT Ty = N->getValueType(0); in performSHLCombine()
887 EVT Ty = N->getValueType(0); in performSRACombine()
933 EVT Ty = N->getValueType(0); in performSRLCombine()
960 EVT Ty = N->getValueType(0); in performSETCCCombine()
973 EVT Ty = N->getValueType(0); in performVSELECTCombine()
991 EVT Ty = N->getValueType(0); in performXORCombine()
1174 EVT PtrVT = Ptr.getValueType(); in lowerLOAD()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2174 if (LHS.getValueType() != MVT::i32 && LHS.getValueType() != MVT::i64) in LowerXOR()
4429 assert((LHS.getValueType() == RHS.getValueType()) && in LowerBR_CC()
4667 assert(LHS.getValueType() == Op.getValueType() && in LowerSETCC()
4743 assert((LHS.getValueType() == RHS.getValueType()) && in LowerSELECT_CC()
4864 assert(LHS.getValueType() == RHS.getValueType()); in LowerSELECT_CC()
4886 FVal.getValueType() == LHS.getValueType()) in LowerSELECT_CC()
7818 assert(LHS.getValueType() == RHS.getValueType()); in LowerVSETCC()
9093 if (!Op.getValueType().isVector() || !Op.getValueType().isSimple() || in performFpToIntCombine()
10899 assert(LHS.getValueType() == RHS.getValueType() && in performBRCONDCombine()
11120 if (N->getValueType(0) == N->getOperand(0).getValueType()) in performNVCASTCombine()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5816 if (Arg.getValueType() == MVT::i32 || Arg.getValueType() == MVT::i1) { in LowerCall_64SVR4()
7389 if (Op.getValueType() != MVT::f32 && Op.getValueType() != MVT::f64) in LowerINT_TO_FP()
11813 if (Inputs[i].getValueType() == N->getValueType(0)) in DAGCombineExtBoolTrunc()
11846 PromOp.getOperand(C).getValueType() != N->getValueType(0)) || in DAGCombineExtBoolTrunc()
11848 PromOp.getOperand(C+1).getValueType() != N->getValueType(0))) { in DAGCombineExtBoolTrunc()
11862 PromOp.getOperand(0).getValueType() != N->getValueType(0)) || in DAGCombineExtBoolTrunc()
11864 PromOp.getOperand(1).getValueType() != N->getValueType(0))) { in DAGCombineExtBoolTrunc()
11877 if (Ops[C+i].getValueType() == N->getValueType(0)) in DAGCombineExtBoolTrunc()
12372 if (Op.getValueType() != MVT::f32 && Op.getValueType() != MVT::f64) in combineFPToIntToFP()
13168 DAG.getValueType(N->getValueType(0)) // VT in PerformDAGCombine()
[all …]
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DCloneModule.cpp65 I->getValueType(), in CloneModule()
78 Function::Create(cast<FunctionType>(I.getValueType()), I.getLinkage(), in CloneModule()
93 if (I->getValueType()->isFunctionTy()) in CloneModule()
94 GV = Function::Create(cast<FunctionType>(I->getValueType()), in CloneModule()
99 *New, I->getValueType(), false, GlobalValue::ExternalLinkage, in CloneModule()
108 auto *GA = GlobalAlias::create(I->getValueType(), in CloneModule()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp149 EVT ValueVT = LD->getValueType(0); in SelectIndexedLoad()
992 EVT VT = I->getValueType(0); in ppSimplifyOrSelect0()
1062 EVT VT = T0.getValueType(); in ppAddrReorderAddShl()
1137 EVT VT = Addr.getValueType(); in ppAddrRewriteAndSrl()
1158 EVT OpVT = OpI1.getValueType(); in ppHoistZextI1()
1165 EVT UVT = U->getValueType(0); in ppHoistZextI1()
1313 EVT T = N.getValueType(); in SelectAnyInt()
1433 if (N.getValueType() != MVT::i64) in DetectUseSxtw()
1473 EVT RT = R.getValueType(); in DetectUseSxtw()
1499 EVT T = Op0.getValueType(); in keepsLowBits()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/Lanai/
H A DLanaiISelDAGToDAG.cpp110 Offset = CurDAG->getTargetConstant(Imm, DL, CN->getValueType(0)); in selectAddrSls()
132 Offset = CurDAG->getTargetConstant(Imm, DL, CN->getValueType(0)); in selectAddrRiSpls()
133 Base = CurDAG->getRegister(Lanai::R0, CN->getValueType(0)); in selectAddrRiSpls()
145 Offset = CurDAG->getTargetConstant(Imm, DL, CN->getValueType(0)); in selectAddrRiSpls()
146 Base = CurDAG->getRegister(Lanai::R0, CN->getValueType(0)); in selectAddrRiSpls()
284 EVT VT = Node->getValueType(0); in Select()
320 EVT VT = Node->getValueType(0); in selectFrameIndex()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp29 EVT PtrVT = Src.getValueType(); in emitMemMem()
80 EVT PtrVT = Dst.getValueType(); in EmitTargetCodeForMemset()
149 EVT PtrVT = Src1.getValueType(); in emitCLC()
199 EVT PtrVT = Src.getValueType(); in EmitTargetCodeForMemchr()
225 SDVTList VTs = DAG.getVTList(Dest.getValueType(), MVT::Other); in EmitTargetCodeForStrcpy()
235 SDVTList VTs = DAG.getVTList(Src1.getValueType(), MVT::i32, MVT::Other); in EmitTargetCodeForStrcmp()
253 EVT PtrVT = Src.getValueType(); in getBoundedStrlen()
265 EVT PtrVT = Src.getValueType(); in EmitTargetCodeForStrlen()
272 EVT PtrVT = Src.getValueType(); in EmitTargetCodeForStrnlen()
H A DSystemZISelDAGToDAG.cpp626 } else if (Base.getValueType() != VT) { in getAddressOperands()
945 EVT VT = N->getValueType(0); in tryRISBGZero()
1045 EVT VT = N->getValueType(0); in tryRxSBG()
1103 EVT VT = Node->getValueType(0); in splitLargeImmediate()
1142 EVT VT = N->getValueType(0); in tryGather()
1150 Load->getValueType(0).getSizeInBits()) in tryGather()
1182 EVT VT = Vec.getValueType(); in tryScatter()
1446 if (Node->getValueType(0) == MVT::i64 && in Select()
1474 if (Node->getValueType(0) == MVT::i64) { in Select()
1518 EVT VT = Node->getValueType(0); in Select()
[all …]
H A DSystemZISelLowering.cpp2528 EVT VT = Op.getValueType(); in lowerSETCC()
3064 EVT VT = Op.getValueType(); in lowerSMUL_LOHI()
3112 EVT VT = Op.getValueType(); in lowerUMUL_LOHI()
3133 EVT VT = Op.getValueType(); in lowerSDIVREM()
3153 EVT VT = Op.getValueType(); in lowerUDIVREM()
3314 EVT VT = Op.getValueType(); in lowerCTPOP()
4539 EVT VT = Op.getValueType(); in lowerBUILD_VECTOR()
4610 EVT VT = Op.getValueType(); in lowerVECTOR_SHUFFLE()
4644 Op.getValueType(), DAG.getUNDEF(Op.getValueType()), in lowerSCALAR_TO_VECTOR()
4655 EVT VT = Op.getValueType(); in lowerINSERT_VECTOR_ELT()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3974 DAG.getVTList(Op.getValueType(), Op.getValueType()), in getARMXALUOOp()
3985 DAG.getVTList(Op.getValueType(), Op.getValueType()), in getARMXALUOOp()
4012 EVT VT = Op.getValueType(); in LowerSignedALUO()
4055 EVT VT = Op.getValueType(); in LowerUnsignedALUO()
4410 EVT VT = Op.getValueType(); in LowerSELECT_CC()
4537 EVT VT = Op.getValueType(); in canChangeToInt()
12100 if (!Op.getValueType().isVector() || !Op.getValueType().isSimple() || in PerformVCVTCombine()
12158 if (!N->getValueType(0).isVector() || !N->getValueType(0).isSimple() || in PerformVDIVCombine()
12564 EVT VT = X.getValueType(); in PerformCMOVToBFICombine()
14257 LC = RTLIB::getFPEXT(Op.getOperand(0).getValueType(), Op.getValueType()); in LowerFP_EXTEND()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp182 SDValue Ops[] = { Chain, DAG.getValueType(AVT), InFlag }; in EmitTargetCodeForMemset()
188 EVT AddrVT = Dst.getValueType(); in EmitTargetCodeForMemset()
189 EVT SizeVT = Size.getValueType(); in EmitTargetCodeForMemset()
272 SDValue Ops[] = { Chain, DAG.getValueType(Repeats.AVT), InFlag }; in EmitTargetCodeForMemcpy()
280 EVT DstVT = Dst.getValueType(); in EmitTargetCodeForMemcpy()
281 EVT SrcVT = Src.getValueType(); in EmitTargetCodeForMemcpy()
282 EVT SizeVT = Size.getValueType(); in EmitTargetCodeForMemcpy()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp529 EVT VT = Op.getValueType(); in LowerOperation()
695 EVT VecVT = Vector.getValueType(); in vectorToVerticalVector()
758 EVT VT = Op.getValueType(); in LowerTrig()
791 EVT VT = Op.getValueType(); in LowerSHLParts()
827 EVT VT = Op.getValueType(); in LowerSRXParts()
866 EVT VT = Op.getValueType(); in LowerUADDSUBO()
942 EVT VT = Op.getValueType(); in LowerSELECT_CC()
1237 EVT VT = Value.getValueType(); in LowerSTORE()
1239 EVT PtrVT = Ptr.getValueType(); in LowerSTORE()
1450 EVT VT = Op.getValueType(); in LowerLOAD()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1933 EVT VT = Op.getValueType(); in makeHiLoPair()
2125 EVT ArgVT = Arg.getValueType(); in LowerF128_LibCallArg()
2319 if (Op.getValueType() == MVT::f64) in LowerF128_FPROUND()
2322 if (Op.getValueType() == MVT::f32) in LowerF128_FPROUND()
2334 EVT VT = Op.getValueType(); in LowerFP_TO_SINT()
2391 EVT VT = Op.getValueType(); in LowerFP_TO_UINT()
2522 EVT VT = Node->getValueType(0); in LowerVAARG()
2549 EVT VT = Size->getValueType(0); in LowerDYNAMIC_STACKALLOC()
2620 EVT VT = Op.getValueType(); in getFRAMEADDR()
2666 EVT VT = Op.getValueType(); in LowerRETURNADDR()
[all …]
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCallingConvEmitter.cpp93 O << "LocVT == " << getEnumName(getValueType(VT)); in EmitAction()
223 MVT::SimpleValueType DestVT = getValueType(DestTy); in EmitAction()
237 MVT::SimpleValueType DestVT = getValueType(DestTy); in EmitAction()
252 O << IndentStr << "LocVT = " << getEnumName(getValueType(DestTy)) <<";\n"; in EmitAction()
256 O << IndentStr << "LocVT = " << getEnumName(getValueType(DestTy)) <<";\n"; in EmitAction()

12345678910