Searched refs:PartVT (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 196 MVT PartVT, EVT ValueVT, const Value *V, 206 MVT PartVT, EVT ValueVT, const Value *V, in getCopyFromParts() argument 210 return getCopyFromPartsVector(DAG, DL, Parts, NumParts, PartVT, ValueVT, V, in getCopyFromParts() 220 unsigned PartBits = PartVT.getSizeInBits(); in getCopyFromParts() 235 PartVT, HalfVT, V); in getCopyFromParts() 237 RoundParts / 2, PartVT, HalfVT, V); in getCopyFromParts() 252 Hi = getCopyFromParts(DAG, DL, Parts + RoundParts, OddParts, PartVT, in getCopyFromParts() 268 } else if (PartVT.isFloatingPoint()) { in getCopyFromParts() 270 assert(ValueVT == EVT(MVT::ppcf128) && PartVT == MVT::f64 && in getCopyFromParts() 280 assert(ValueVT.isFloatingPoint() && PartVT.isInteger() && in getCopyFromParts() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86CallLowering.cpp | 81 EVT PartVT = TLI.getRegisterType(Context, VT); in splitToValueTypes() local 82 Type *PartTy = PartVT.getTypeForEVT(Context); in splitToValueTypes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUCallLowering.cpp | 189 EVT PartVT = TLI.getRegisterTypeForCallingConv(Ctx, CallConv, VT); in splitToValueTypes() local 190 Type *PartTy = PartVT.getTypeForEVT(Ctx); in splitToValueTypes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 1496 MVT PartVT = in GetReturnInfo() local 1511 Outs.push_back(ISD::OutputArg(Flags, PartVT, VT, /*isfixed=*/true, 0, 0)); in GetReturnInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLoweringHVX.cpp | 366 MVT PartVT = MVT::getVectorVT(VecTy.getVectorElementType(), OpsPerWord); in buildHvxVectorReg() local 368 SDValue W = buildVector32(Values.slice(i, OpsPerWord), dl, PartVT, DAG); in buildHvxVectorReg()
|