/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 705 bool X86FastISel::X86FastEmitExtend(ISD::NodeType Opc, EVT DstVT, in X86FastEmitExtend() 1223 EVT DstVT = VA.getValVT(); in X86SelectRet() local 1521 EVT DstVT = TLI.getValueType(DL, I->getType()); in X86SelectZExt() local 1580 EVT DstVT = TLI.getValueType(DL, I->getType()); in X86SelectSExt() local 2449 MVT DstVT = TLI.getValueType(DL, I->getType()).getSimpleVT(); in X86SelectIntToFP() local 2532 EVT DstVT = TLI.getValueType(DL, I->getType()); in X86SelectTrunc() local 3645 EVT DstVT = TLI.getValueType(DL, I->getType()); in fastSelectInstruction() local 3660 MVT SrcVT, DstVT; in fastSelectInstruction() local
|
D | X86SelectionDAGInfo.cpp | 280 EVT DstVT = Dst.getValueType(); in emitConstantSizeRepmov() local
|
D | X86ISelDAGToDAG.cpp | 1038 MVT DstVT = N->getSimpleValueType(0); in PreprocessISelDAG() local 1091 MVT DstVT = N->getSimpleValueType(0); in PreprocessISelDAG() local
|
D | X86ISelLowering.cpp | 19301 MVT DstVT = Op->getSimpleValueType(0); in LowerUINT_TO_FP() local 19725 static SDValue truncateVectorWithPACK(unsigned Opcode, EVT DstVT, SDValue In, in truncateVectorWithPACK() 27619 MVT DstVT = Op.getSimpleValueType(); in LowerBITCAST() local 28471 MVT DstVT = Op.getSimpleValueType(); in LowerADDRSPACECAST() local 29464 EVT DstVT = N->getValueType(0); in ReplaceNodeResults() local 29574 EVT DstVT = N->getValueType(0); in ReplaceNodeResults() local 32875 MVT &SrcVT, MVT &DstVT) { in matchUnaryShuffle() 33126 unsigned &Shuffle, MVT &SrcVT, MVT &DstVT, in matchBinaryShuffle() 36346 EVT DstVT = N->getValueType(0); in combineCastedMaskArithmetic() local 43125 EVT DstVT = N->getValueType(0); in combineSextInRegCmov() local [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 1493 EVT DstVT = TLI.getValueType(DL, I->getType()); in selectCast() local 1543 MVT DstVT = DstEVT.getSimpleVT(); in selectBitCast() local 1899 EVT DstVT = TLI.getValueType(DL, I->getType()); in selectOperator() local
|
D | TargetLowering.cpp | 631 EVT DstVT = Op.getValueType(); in SimplifyMultipleUseDemandedBits() local 6030 EVT DstVT = Node->getValueType(0); in expandFP_TO_SINT() local 6104 EVT DstVT = Node->getValueType(0); in expandFP_TO_UINT() local 6199 EVT DstVT = Node->getValueType(0); in expandUINT_TO_FP() local
|
D | LegalizeIntegerTypes.cpp | 4042 EVT DstVT = N->getValueType(0); in ExpandIntOp_SINT_TO_FP() local 4162 EVT DstVT = N->getValueType(0); in ExpandIntOp_UINT_TO_FP() local
|
D | DAGCombiner.cpp | 9246 EVT DstVT = N->getValueType(0); in CombineExtLoad() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.cpp | 426 auto DstVT = TLI->getValueType(DL, Dst); in getExtractWithExtendCost() local
|
D | AArch64ISelDAGToDAG.cpp | 1190 EVT DstVT = N->getValueType(0); in tryIndexedLoad() local
|
D | AArch64ISelLowering.cpp | 12532 EVT DstVT = N->getValueType(0); in performSignExtendInRegCombine() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 1065 MVT DstVT; in SelectIToFP() local 1190 MVT DstVT, SrcVT; in SelectFPToI() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | Scalarizer.cpp | 683 VectorType *DstVT = dyn_cast<VectorType>(BCI.getDestTy()); in visitBitCastInst() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 1541 MVT DstVT; in SelectIToFP() local 1586 MVT DstVT; in SelectFPToI() local
|
D | ARMISelLowering.cpp | 5667 EVT DstVT = BC->getValueType(0); in CombineVMOVDRRCandidateWithVecOp() local 5721 EVT DstVT = N->getValueType(0); in ExpandBITCAST() local 16410 MVT DstVT = (Sz == 16 ? MVT::f32 : MVT::f64); in LowerFP_EXTEND() local 16436 EVT DstVT = Op.getValueType(); in LowerFP_ROUND() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 1102 MVT DstVT, SrcVT; in selectFPToInt() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 1162 EVT DstVT = TLI.getValueType(DL, CI->getType()); in OptimizeNoopCopyExpression() local
|