| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 700 bool X86FastISel::X86FastEmitExtend(ISD::NodeType Opc, EVT DstVT, Register Src, in X86FastEmitExtend() 1245 EVT DstVT = VA.getValVT(); in X86SelectRet() local 1535 EVT DstVT = TLI.getValueType(DL, I->getType()); in X86SelectZExt() local 1593 EVT DstVT = TLI.getValueType(DL, I->getType()); in X86SelectSExt() local 2440 MVT DstVT = TLI.getValueType(DL, I->getType()).getSimpleVT(); in X86SelectIntToFP() local 2522 EVT DstVT = TLI.getValueType(DL, I->getType()); in X86SelectTrunc() local 2553 MVT SrcVT, DstVT; in X86SelectBitCast() local 3722 EVT DstVT = TLI.getValueType(DL, I->getType()); in fastSelectInstruction() local
|
| H A D | X86SelectionDAGInfo.cpp | 310 EVT DstVT = Dst.getValueType(); in emitConstantSizeRepmov() local
|
| H A D | X86ISelLowering.cpp | 4501 auto MakeBroadcastOp = [&](SDValue Op, MVT OpVT, MVT DstVT) { in getAVX512Node() 4525 MVT DstVT = VT; in getAVX512Node() local 10557 static bool matchShuffleAsVTRUNC(MVT &SrcVT, MVT &DstVT, MVT VT, in matchShuffleAsVTRUNC() 10595 static SDValue getAVX512TruncNode(const SDLoc &DL, MVT DstVT, SDValue Src, in getAVX512TruncNode() 10956 MVT DstVT = MVT::getVectorVT(DstSVT, NumSrcElts * 2); in lowerShuffleWithPACK() local 20146 EVT DstVT, EVT SrcVT, const SDLoc &DL, SDValue Chain, SDValue Pointer, in BuildFILD() 20560 MVT DstVT = Op->getSimpleValueType(0); in LowerUINT_TO_FP() local 21015 static SDValue truncateVectorWithPACK(unsigned Opcode, EVT DstVT, SDValue In, in truncateVectorWithPACK() 21137 static SDValue truncateVectorWithPACKUS(EVT DstVT, SDValue In, const SDLoc &DL, in truncateVectorWithPACKUS() 21145 static SDValue truncateVectorWithPACKSS(EVT DstVT, SDValue In, const SDLoc &DL, in truncateVectorWithPACKSS() [all …]
|
| H A D | X86ISelDAGToDAG.cpp | 1400 MVT DstVT = N->getSimpleValueType(0); in PreprocessISelDAG() local 1456 MVT DstVT = N->getSimpleValueType(0); in PreprocessISelDAG() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyTargetTransformInfo.cpp | 97 auto DstVT = DstTy.getSimpleVT(); in getCastInstrCost() local
|
| H A D | WebAssemblyISelLowering.cpp | 3135 static SDValue truncateVectorWithNARROW(EVT DstVT, SDValue In, const SDLoc &DL, in truncateVectorWithNARROW()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 1443 EVT DstVT = TLI.getValueType(DL, I->getType()); in selectCast() local 1481 MVT DstVT = DstEVT.getSimpleVT(); in selectBitCast() local 1853 EVT DstVT = TLI.getValueType(DL, I->getType()); in selectOperator() local
|
| H A D | TargetLowering.cpp | 725 EVT DstVT = Op.getValueType(); in SimplifyMultipleUseDemandedBits() local 911 EVT DstVT = Op.getValueType(); in SimplifyMultipleUseDemandedBits() local 8392 EVT DstVT = Node->getValueType(0); in expandFP_TO_SINT() local 8466 EVT DstVT = Node->getValueType(0); in expandFP_TO_UINT() local 8570 EVT DstVT = Node->getValueType(0); in expandUINT_TO_FP() local 10120 EVT DstVT = LD->getValueType(0); in scalarizeVectorLoad() local 11643 EVT DstVT = Node->getValueType(0); in expandFP_TO_INT_SAT() local
|
| H A D | LegalizeVectorOps.cpp | 1825 EVT DstVT = Node->getValueType(0); in ExpandUINT_TO_FLOAT() local
|
| H A D | LegalizeVectorTypes.cpp | 672 EVT DstVT = N->getValueType(0).getVectorElementType(); in ScalarizeVecRes_FP_TO_XINT_SAT() local 7124 EVT DstVT = N->getValueType(0); in WidenVecOp_FP_TO_XINT_SAT() local
|
| H A D | LegalizeDAG.cpp | 3339 EVT DstVT = Node->getValueType(0); in ExpandNode() local
|
| H A D | LegalizeIntegerTypes.cpp | 5809 EVT DstVT = N->getValueType(0); in ExpandIntOp_XINT_TO_FP() local
|
| H A D | DAGCombiner.cpp | 3851 static SDValue getTruncatedUSUBSAT(EVT DstVT, EVT SrcVT, SDValue LHS, in getTruncatedUSUBSAT() 3879 SDValue DAGCombiner::foldSubToUSubSat(EVT DstVT, SDNode *N, const SDLoc &DL) { in foldSubToUSubSat() 13893 EVT DstVT = N->getValueType(0); in CombineExtLoad() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCFastISel.cpp | 1051 MVT DstVT; in SelectIToFP() local 1176 MVT DstVT, SrcVT; in SelectFPToI() local
|
| H A D | PPCISelLowering.cpp | 8501 EVT DstVT = Op.getValueType(); in LowerFP_TO_INT() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMFastISel.cpp | 1578 MVT DstVT; in SelectIToFP() local 1626 MVT DstVT; in SelectFPToI() local
|
| H A D | ARMISelLowering.cpp | 6270 EVT DstVT = BC->getValueType(0); in CombineVMOVDRRCandidateWithVecOp() local 6323 EVT DstVT = N->getValueType(0); in ExpandBITCAST() local 18643 EVT DstVT = N->getValueType(0); in PerformBITCASTCombine() local 20857 MVT DstVT = (Sz == 16 ? MVT::f32 : MVT::f64); in LowerFP_EXTEND() local 20883 EVT DstVT = Op.getValueType(); in LowerFP_ROUND() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsFastISel.cpp | 1105 MVT DstVT, SrcVT; in selectFPToInt() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 3074 MVT DstVT = Op.getSimpleValueType(); in lowerFP_TO_INT_SAT() local 3490 MVT DstVT = Op.getSimpleValueType(); in lowerVectorXRINT_XROUND() local 6718 MVT DstVT = VT0.changeVectorElementTypeToInteger(); in LowerIS_FPCLASS() local 13144 MVT DstVT = Op.getSimpleValueType(); in lowerVPFPIntConvOp() local 17730 EVT DstVT = N->getValueType(0); in performFP_TO_INT_SATCombine() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.cpp | 3678 auto DstVT = TLI->getValueType(DL, Dst); in getExtractWithExtendCost() local
|
| H A D | AArch64ISelLowering.cpp | 4633 EVT DstVT = Op.getValueType(); in LowerVectorFP_TO_INT_SAT() local 4741 EVT DstVT = Op.getValueType(); in LowerFP_TO_INT_SAT() local 23082 EVT DstVT = N->getValueType(0); in isHalvingTruncateAndConcatOfLegalIntScalableType() local 23911 bool isHalvingTruncateOfLegalScalableType(EVT SrcVT, EVT DstVT) { in isHalvingTruncateOfLegalScalableType() 26261 EVT DstVT = N->getValueType(0); in performSignExtendInRegCombine() local
|
| H A D | AArch64ISelDAGToDAG.cpp | 1591 EVT DstVT = N->getValueType(0); in tryIndexedLoad() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 4438 EVT DstVT = Op.getValueType(); in lowerFP_EXTEND() local 7024 EVT DstVT = Op.getValueType(); in splitFP_ROUNDVectorOp() local 7044 EVT DstVT = Op.getValueType(); in lowerFP_ROUND() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 1473 EVT DstVT = TLI.getValueType(DL, CI->getType()); in OptimizeNoopCopyExpression() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 6773 MVT DstVT = Op.getSimpleValueType(); in lowerAddrSpaceCast() local
|