Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FastISel.cpp707 bool X86FastISel::X86FastEmitExtend(ISD::NodeType Opc, EVT DstVT, in X86FastEmitExtend()
1245 EVT DstVT = VA.getValVT(); in X86SelectRet() local
1543 EVT DstVT = TLI.getValueType(DL, I->getType()); in X86SelectZExt() local
1601 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
3627 EVT DstVT = TLI.getValueType(DL, I->getType()); in fastSelectInstruction() local
3642 MVT SrcVT, DstVT; in fastSelectInstruction() local
H A DX86SelectionDAGInfo.cpp279 EVT DstVT = Dst.getValueType(); in emitConstantSizeRepmov() local
H A DX86ISelDAGToDAG.cpp1211 MVT DstVT = N->getSimpleValueType(0); in PreprocessISelDAG() local
1267 MVT DstVT = N->getSimpleValueType(0); in PreprocessISelDAG() local
H A DX86ISelLowering.cpp11539 static bool matchShuffleAsVTRUNC(MVT &SrcVT, MVT &DstVT, MVT VT, in matchShuffleAsVTRUNC()
11577 static SDValue getAVX512TruncNode(const SDLoc &DL, MVT DstVT, SDValue Src, in getAVX512TruncNode()
11894 MVT DstVT = MVT::getVectorVT(DstSVT, NumSrcElts * 2); in lowerShuffleWithPACK() local
20047 EVT DstVT, EVT SrcVT, const SDLoc &DL, SDValue Chain, SDValue Pointer, in BuildFILD()
20456 MVT DstVT = Op->getSimpleValueType(0); in LowerUINT_TO_FP() local
20888 static SDValue truncateVectorWithPACK(unsigned Opcode, EVT DstVT, SDValue In, in truncateVectorWithPACK()
21485 EVT DstVT = N->getValueType(0); in LRINT_LLRINTHelper() local
21542 EVT DstVT = Node->getValueType(0); in LowerFP_TO_INT_SAT() local
29276 MVT DstVT = Op.getSimpleValueType(); in LowerBITCAST() local
30199 MVT DstVT = Op.getSimpleValueType(); in LowerADDRSPACECAST() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1359 EVT DstVT = TLI.getValueType(DL, I->getType()); in selectCast() local
1407 MVT DstVT = DstEVT.getSimpleVT(); in selectBitCast() local
1782 EVT DstVT = TLI.getValueType(DL, I->getType()); in selectOperator() local
H A DTargetLowering.cpp663 EVT DstVT = Op.getValueType(); in SimplifyMultipleUseDemandedBits() local
812 EVT DstVT = Op.getValueType(); in SimplifyMultipleUseDemandedBits() local
6660 EVT DstVT = Node->getValueType(0); in expandFP_TO_SINT() local
6734 EVT DstVT = Node->getValueType(0); in expandFP_TO_UINT() local
6839 EVT DstVT = Node->getValueType(0); in expandUINT_TO_FP() local
7298 EVT DstVT = LD->getValueType(0); in scalarizeVectorLoad() local
8614 EVT DstVT = Node->getValueType(0); in expandFP_TO_INT_SAT() local
H A DLegalizeIntegerTypes.cpp4484 EVT DstVT = N->getValueType(0); in ExpandIntOp_SINT_TO_FP() local
4604 EVT DstVT = N->getValueType(0); in ExpandIntOp_UINT_TO_FP() local
H A DLegalizeVectorTypes.cpp548 EVT DstVT = N->getValueType(0).getVectorElementType(); in ScalarizeVecRes_FP_TO_XINT_SAT() local
4741 EVT DstVT = N->getValueType(0); in WidenVecOp_FP_TO_XINT_SAT() local
H A DDAGCombiner.cpp3155 static SDValue getTruncatedUSUBSAT(EVT DstVT, EVT SrcVT, SDValue LHS, in getTruncatedUSUBSAT()
3183 SDValue DAGCombiner::foldSubToUSubSat(EVT DstVT, SDNode *N) { in foldSubToUSubSat()
10419 EVT DstVT = N->getValueType(0); in CombineExtLoad() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1062 MVT DstVT; in SelectIToFP() local
1187 MVT DstVT, SrcVT; in SelectFPToI() local
H A DPPCISelLowering.cpp8053 EVT DstVT = Op.getValueType(); in LowerFP_TO_INT() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1525 MVT DstVT; in SelectIToFP() local
1570 MVT DstVT; in SelectFPToI() local
H A DARMISelLowering.cpp5894 EVT DstVT = BC->getValueType(0); in CombineVMOVDRRCandidateWithVecOp() local
5948 EVT DstVT = N->getValueType(0); in ExpandBITCAST() local
16916 EVT DstVT = N->getValueType(0); in PerformBITCASTCombine() local
18898 MVT DstVT = (Sz == 16 ? MVT::f32 : MVT::f64); in LowerFP_EXTEND() local
18924 EVT DstVT = Op.getValueType(); in LowerFP_ROUND() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp695 VectorType *DstVT = dyn_cast<VectorType>(BCI.getDestTy()); in visitBitCastInst() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp876 auto DstVT = TLI->getValueType(DL, Dst); in getExtractWithExtendCost() local
H A DAArch64ISelDAGToDAG.cpp1273 EVT DstVT = N->getValueType(0); in tryIndexedLoad() local
H A DAArch64ISelLowering.cpp3319 EVT DstVT = Op.getValueType(); in LowerFP_TO_INT_SAT() local
15944 EVT DstVT = N->getValueType(0); in performSignExtendInRegCombine() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1099 MVT DstVT, SrcVT; in selectFPToInt() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1281 EVT DstVT = TLI.getValueType(DL, CI->getType()); in OptimizeNoopCopyExpression() local