/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 699 bool X86FastISel::X86FastEmitExtend(ISD::NodeType Opc, EVT DstVT, in X86FastEmitExtend() 1238 EVT DstVT = VA.getValVT(); in X86SelectRet() local 1536 EVT DstVT = TLI.getValueType(DL, I->getType()); in X86SelectZExt() local 1594 EVT DstVT = TLI.getValueType(DL, I->getType()); in X86SelectSExt() local 2435 MVT DstVT = TLI.getValueType(DL, I->getType()).getSimpleVT(); in X86SelectIntToFP() local 2517 EVT DstVT = TLI.getValueType(DL, I->getType()); in X86SelectTrunc() local 3626 EVT DstVT = TLI.getValueType(DL, I->getType()); in fastSelectInstruction() local 3641 MVT SrcVT, DstVT; in fastSelectInstruction() local
|
H A D | X86SelectionDAGInfo.cpp | 248 EVT DstVT = Dst.getValueType(); in emitConstantSizeRepmov() local
|
H A D | X86ISelLowering.cpp | 6794 auto MakeBroadcastOp = [&](SDValue Op, MVT OpVT, MVT DstVT) { in getAVX512Node() 6818 MVT DstVT = VT; in getAVX512Node() local 12436 static bool matchShuffleAsVTRUNC(MVT &SrcVT, MVT &DstVT, MVT VT, in matchShuffleAsVTRUNC() 12474 static SDValue getAVX512TruncNode(const SDLoc &DL, MVT DstVT, SDValue Src, in getAVX512TruncNode() 12844 MVT DstVT = MVT::getVectorVT(DstSVT, NumSrcElts * 2); in lowerShuffleWithPACK() local 21459 EVT DstVT, EVT SrcVT, const SDLoc &DL, SDValue Chain, SDValue Pointer, in BuildFILD() 21868 MVT DstVT = Op->getSimpleValueType(0); in LowerUINT_TO_FP() local 22325 static SDValue truncateVectorWithPACK(unsigned Opcode, EVT DstVT, SDValue In, in truncateVectorWithPACK() 23071 EVT DstVT = N->getValueType(0); in LRINT_LLRINTHelper() local 23129 EVT DstVT = Node->getValueType(0); in LowerFP_TO_INT_SAT() local [all …]
|
H A D | X86ISelDAGToDAG.cpp | 1284 MVT DstVT = N->getSimpleValueType(0); in PreprocessISelDAG() local 1340 MVT DstVT = N->getSimpleValueType(0); in PreprocessISelDAG() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 1380 EVT DstVT = TLI.getValueType(DL, I->getType()); in selectCast() local 1418 MVT DstVT = DstEVT.getSimpleVT(); in selectBitCast() local 1785 EVT DstVT = TLI.getValueType(DL, I->getType()); in selectOperator() local
|
H A D | TargetLowering.cpp | 676 EVT DstVT = Op.getValueType(); in SimplifyMultipleUseDemandedBits() local 826 EVT DstVT = Op.getValueType(); in SimplifyMultipleUseDemandedBits() local 7713 EVT DstVT = Node->getValueType(0); in expandFP_TO_SINT() local 7787 EVT DstVT = Node->getValueType(0); in expandFP_TO_UINT() local 7892 EVT DstVT = Node->getValueType(0); in expandUINT_TO_FP() local 8874 EVT DstVT = LD->getValueType(0); in scalarizeVectorLoad() local 10209 EVT DstVT = Node->getValueType(0); in expandFP_TO_INT_SAT() local
|
H A D | LegalizeIntegerTypes.cpp | 5128 EVT DstVT = N->getValueType(0); in ExpandIntOp_SINT_TO_FP() local 5248 EVT DstVT = N->getValueType(0); in ExpandIntOp_UINT_TO_FP() local
|
H A D | LegalizeVectorTypes.cpp | 561 EVT DstVT = N->getValueType(0).getVectorElementType(); in ScalarizeVecRes_FP_TO_XINT_SAT() local 6051 EVT DstVT = N->getValueType(0); in WidenVecOp_FP_TO_XINT_SAT() local
|
H A D | DAGCombiner.cpp | 3359 static SDValue getTruncatedUSUBSAT(EVT DstVT, EVT SrcVT, SDValue LHS, in getTruncatedUSUBSAT() 3387 SDValue DAGCombiner::foldSubToUSubSat(EVT DstVT, SDNode *N) { in foldSubToUSubSat() 11949 EVT DstVT = N->getValueType(0); in CombineExtLoad() local
|
/openbsd-src/gnu/llvm/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 | 8166 EVT DstVT = Op.getValueType(); in LowerFP_TO_INT() local
|
/openbsd-src/gnu/llvm/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 | 6174 EVT DstVT = BC->getValueType(0); in CombineVMOVDRRCandidateWithVecOp() local 6228 EVT DstVT = N->getValueType(0); in ExpandBITCAST() local 18352 EVT DstVT = N->getValueType(0); in PerformBITCASTCombine() local 20690 MVT DstVT = (Sz == 16 ? MVT::f32 : MVT::f64); in LowerFP_EXTEND() local 20716 EVT DstVT = Op.getValueType(); in LowerFP_ROUND() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | Scalarizer.cpp | 747 auto *DstVT = dyn_cast<FixedVectorType>(BCI.getDestTy()); in visitBitCastInst() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsFastISel.cpp | 1093 MVT DstVT, SrcVT; in selectFPToInt() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 2581 static SDValue truncateVectorWithNARROW(EVT DstVT, SDValue In, const SDLoc &DL, in truncateVectorWithNARROW()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 2140 auto DstVT = TLI->getValueType(DL, Dst); in getExtractWithExtendCost() local
|
H A D | AArch64ISelDAGToDAG.cpp | 1512 EVT DstVT = N->getValueType(0); in tryIndexedLoad() local
|
H A D | AArch64ISelLowering.cpp | 4013 EVT DstVT = Op.getValueType(); in LowerVectorFP_TO_INT_SAT() local 4085 EVT DstVT = Op.getValueType(); in LowerFP_TO_INT_SAT() local 21147 EVT DstVT = N->getValueType(0); in performSignExtendInRegCombine() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 1961 MVT DstVT = Op.getSimpleValueType(); in lowerFP_TO_INT_SAT() local 7107 MVT DstVT = Op.getSimpleValueType(); in lowerVPFPIntConvOp() local 9661 EVT DstVT = N->getValueType(0); in performFP_TO_INT_SATCombine() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 1388 EVT DstVT = TLI.getValueType(DL, CI->getType()); in OptimizeNoopCopyExpression() local
|