/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 699 bool X86FastISel::X86FastEmitExtend(ISD::NodeType Opc, EVT DstVT, in X86FastEmitExtend() 1246 EVT DstVT = VA.getValVT(); in X86SelectRet() local 1534 EVT DstVT = TLI.getValueType(DL, I->getType()); in X86SelectZExt() local 1592 EVT DstVT = TLI.getValueType(DL, I->getType()); in X86SelectSExt() local 2434 MVT DstVT = TLI.getValueType(DL, I->getType()).getSimpleVT(); in X86SelectIntToFP() local 2516 EVT DstVT = TLI.getValueType(DL, I->getType()); in X86SelectTrunc() local 3681 EVT DstVT = TLI.getValueType(DL, I->getType()); in fastSelectInstruction() local 3696 MVT SrcVT, DstVT; in fastSelectInstruction() local
|
H A D | X86SelectionDAGInfo.cpp | 251 EVT DstVT = Dst.getValueType(); in emitConstantSizeRepmov() local
|
H A D | X86ISelLowering.cpp | 4269 auto MakeBroadcastOp = [&](SDValue Op, MVT OpVT, MVT DstVT) { in getAVX512Node() 4293 MVT DstVT = VT; in getAVX512Node() local 10059 static bool matchShuffleAsVTRUNC(MVT &SrcVT, MVT &DstVT, MVT VT, in matchShuffleAsVTRUNC() 10097 static SDValue getAVX512TruncNode(const SDLoc &DL, MVT DstVT, SDValue Src, in getAVX512TruncNode() 10467 MVT DstVT = MVT::getVectorVT(DstSVT, NumSrcElts * 2); in lowerShuffleWithPACK() local 19437 EVT DstVT, EVT SrcVT, const SDLoc &DL, SDValue Chain, SDValue Pointer, in BuildFILD() 19845 MVT DstVT = Op->getSimpleValueType(0); in LowerUINT_TO_FP() local 20300 static SDValue truncateVectorWithPACK(unsigned Opcode, EVT DstVT, SDValue In, in truncateVectorWithPACK() 20422 static SDValue truncateVectorWithPACKUS(EVT DstVT, SDValue In, const SDLoc &DL, in truncateVectorWithPACKUS() 20430 static SDValue truncateVectorWithPACKSS(EVT DstVT, SDValue In, const SDLoc &DL, in truncateVectorWithPACKSS() [all …]
|
H A D | X86ISelDAGToDAG.cpp | 1356 MVT DstVT = N->getSimpleValueType(0); in PreprocessISelDAG() local 1412 MVT DstVT = N->getSimpleValueType(0); in PreprocessISelDAG() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 1503 EVT DstVT = TLI.getValueType(DL, I->getType()); in selectCast() local 1541 MVT DstVT = DstEVT.getSimpleVT(); in selectBitCast() local 1908 EVT DstVT = TLI.getValueType(DL, I->getType()); in selectOperator() local
|
H A D | TargetLowering.cpp | 698 EVT DstVT = Op.getValueType(); in SimplifyMultipleUseDemandedBits() local 856 EVT DstVT = Op.getValueType(); in SimplifyMultipleUseDemandedBits() local 8174 EVT DstVT = Node->getValueType(0); in expandFP_TO_SINT() local 8248 EVT DstVT = Node->getValueType(0); in expandFP_TO_UINT() local 8353 EVT DstVT = Node->getValueType(0); in expandUINT_TO_FP() local 9625 EVT DstVT = LD->getValueType(0); in scalarizeVectorLoad() local 11136 EVT DstVT = Node->getValueType(0); in expandFP_TO_INT_SAT() local
|
H A D | LegalizeVectorTypes.cpp | 664 EVT DstVT = N->getValueType(0).getVectorElementType(); ScalarizeVecRes_FP_TO_XINT_SAT() local 6682 EVT DstVT = N->getValueType(0); WidenVecOp_FP_TO_XINT_SAT() local
|
H A D | LegalizeDAG.cpp | 3308 EVT DstVT = Node->getValueType(0); in ExpandNode() local
|
H A D | LegalizeIntegerTypes.cpp | 5570 EVT DstVT = N->getValueType(0); in ExpandIntOp_XINT_TO_FP() local
|
H A D | DAGCombiner.cpp | 3710 static SDValue getTruncatedUSUBSAT(EVT DstVT, EVT SrcVT, SDValue LHS, in getTruncatedUSUBSAT() 3738 SDValue DAGCombiner::foldSubToUSubSat(EVT DstVT, SDNode *N, const SDLoc &DL) { in foldSubToUSubSat() 13033 EVT DstVT = N->getValueType(0); in CombineExtLoad() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCFastISel.cpp | 1063 MVT DstVT; in SelectIToFP() local 1188 MVT DstVT, SrcVT; in SelectFPToI() local
|
H A D | PPCISelLowering.cpp | 8435 EVT DstVT = Op.getValueType(); in LowerFP_TO_INT() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMFastISel.cpp | 1528 MVT DstVT; in SelectIToFP() local 1573 MVT DstVT; in SelectFPToI() local
|
H A D | ARMISelLowering.cpp | 6204 EVT DstVT = BC->getValueType(0); in CombineVMOVDRRCandidateWithVecOp() local 6258 EVT DstVT = N->getValueType(0); in ExpandBITCAST() local 18574 EVT DstVT = N->getValueType(0); in PerformBITCASTCombine() local 20923 MVT DstVT = (Sz == 16 ? MVT::f32 : MVT::f64); in LowerFP_EXTEND() local 20949 EVT DstVT = Op.getValueType(); in LowerFP_ROUND() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsFastISel.cpp | 1093 MVT DstVT, SrcVT; in selectFPToInt() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 2725 static SDValue truncateVectorWithNARROW(EVT DstVT, SDValue In, const SDLoc &DL, in truncateVectorWithNARROW()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 2901 auto DstVT = TLI->getValueType(DL, Dst); in getExtractWithExtendCost() local
|
H A D | AArch64ISelLowering.cpp | 4493 EVT DstVT = Op.getValueType(); in LowerVectorFP_TO_INT_SAT() local 4575 EVT DstVT = Op.getValueType(); in LowerFP_TO_INT_SAT() local 22070 EVT DstVT = N->getValueType(0); in isHalvingTruncateAndConcatOfLegalIntScalableType() local 22858 bool isHalvingTruncateOfLegalScalableType(EVT SrcVT, EVT DstVT) { in isHalvingTruncateOfLegalScalableType() 24836 EVT DstVT = N->getValueType(0); in performSignExtendInRegCombine() local
|
H A D | AArch64ISelDAGToDAG.cpp | 1582 EVT DstVT = N->getValueType(0); in tryIndexedLoad() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 2911 MVT DstVT = Op.getSimpleValueType(); lowerFP_TO_INT_SAT() local 5794 MVT DstVT = VT0.changeVectorElementTypeToInteger(); LowerIS_FPCLASS() local 11412 MVT DstVT = Op.getSimpleValueType(); lowerVPFPIntConvOp() local 15393 EVT DstVT = N->getValueType(0); performFP_TO_INT_SATCombine() local [all...] |
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 1471 EVT DstVT = TLI.getValueType(DL, CI->getType()); in OptimizeNoopCopyExpression() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 4222 EVT DstVT = Op.getValueType(); in lowerFP_EXTEND() local
|