Home
last modified time | relevance | path

Searched defs:DstVT (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp699 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 DX86SelectionDAGInfo.cpp251 EVT DstVT = Dst.getValueType(); in emitConstantSizeRepmov() local
H A DX86ISelLowering.cpp4269 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 DX86ISelDAGToDAG.cpp1356 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 DFastISel.cpp1503 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 DTargetLowering.cpp698 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 DLegalizeVectorTypes.cpp664 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 DLegalizeDAG.cpp3308 EVT DstVT = Node->getValueType(0); in ExpandNode() local
H A DLegalizeIntegerTypes.cpp5570 EVT DstVT = N->getValueType(0); in ExpandIntOp_XINT_TO_FP() local
H A DDAGCombiner.cpp3710 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 DPPCFastISel.cpp1063 MVT DstVT; in SelectIToFP() local
1188 MVT DstVT, SrcVT; in SelectFPToI() local
H A DPPCISelLowering.cpp8435 EVT DstVT = Op.getValueType(); in LowerFP_TO_INT() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1528 MVT DstVT; in SelectIToFP() local
1573 MVT DstVT; in SelectFPToI() local
H A DARMISelLowering.cpp6204 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 DMipsFastISel.cpp1093 MVT DstVT, SrcVT; in selectFPToInt() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2725 static SDValue truncateVectorWithNARROW(EVT DstVT, SDValue In, const SDLoc &DL, in truncateVectorWithNARROW()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp2901 auto DstVT = TLI->getValueType(DL, Dst); in getExtractWithExtendCost() local
H A DAArch64ISelLowering.cpp4493 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 DAArch64ISelDAGToDAG.cpp1582 EVT DstVT = N->getValueType(0); in tryIndexedLoad() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2911 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 DCodeGenPrepare.cpp1471 EVT DstVT = TLI.getValueType(DL, CI->getType()); in OptimizeNoopCopyExpression() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp4222 EVT DstVT = Op.getValueType(); in lowerFP_EXTEND() local