/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | DerivedTypes.h | 385 Type *EltTy = IntegerType::get(VTy->getContext(), EltBits); in getInteger() local 393 Type *EltTy = IntegerType::get(VTy->getContext(), EltBits * 2); in getExtendedElementVectorType() local 403 Type *EltTy = IntegerType::get(VTy->getContext(), EltBits / 2); in getTruncatedElementVectorType() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ScalarizeMaskedMemIntrin.cpp | 136 Type *EltTy = VecType->getElementType(); in scalarizeMaskedLoad() local 274 Type *EltTy = VecType->getElementType(); in scalarizeMaskedStore() local 397 Type *EltTy = VecType->getElementType(); in scalarizeMaskedGather() local 606 Type *EltTy = VecType->getElementType(); in scalarizeMaskedExpandLoad() local 726 Type *EltTy = VecType->getVectorElementType(); in scalarizeMaskedCompressStore() local
|
D | Analysis.cpp | 58 Type *EltTy = ATy->getElementType(); in ComputeLinearIndex() local 101 Type *EltTy = ATy->getElementType(); in ComputeValueVTs() local 141 Type *EltTy = ATy->getElementType(); in computeValueLLTs() local
|
/external/llvm/include/llvm/IR/ |
D | DerivedTypes.h | 382 Type *EltTy = IntegerType::get(VTy->getContext(), EltBits); in getInteger() local 390 Type *EltTy = IntegerType::get(VTy->getContext(), EltBits * 2); in getExtendedElementVectorType() local 400 Type *EltTy = IntegerType::get(VTy->getContext(), EltBits / 2); in getTruncatedElementVectorType() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64LegalizerInfo.cpp | 72 LLT EltTy = Query.Types[0].getElementType(); in AArch64LegalizerInfo() local 243 const LLT EltTy = ValTy.getElementType(); in AArch64LegalizerInfo() local 473 const LLT &EltTy = Ty.getElementType(); in AArch64LegalizerInfo() local 544 const LLT &EltTy = Query.Types[1].getElementType(); in AArch64LegalizerInfo() local
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | ScalarizeMaskedMemIntrin.cpp | 138 Type *EltTy = VecType->getElementType(); in scalarizeMaskedLoad() local 277 Type *EltTy = VecType->getElementType(); in scalarizeMaskedStore() local 401 Type *EltTy = VecType->getElementType(); in scalarizeMaskedGather() local 611 Type *EltTy = VecType->getElementType(); in scalarizeMaskedExpandLoad() local 742 Type *EltTy = VecType->getElementType(); in scalarizeMaskedCompressStore() local
|
/external/llvm/lib/Target/Mips/ |
D | MipsSEISelDAGToDAG.cpp | 540 EVT EltTy = N->getValueType(0).getVectorElementType(); in selectVSplatCommon() local 616 EVT EltTy = N->getValueType(0).getVectorElementType(); in selectVSplatUimmPow2() local 647 EVT EltTy = N->getValueType(0).getVectorElementType(); in selectVSplatMaskL() local 681 EVT EltTy = N->getValueType(0).getVectorElementType(); in selectVSplatMaskR() local 703 EVT EltTy = N->getValueType(0).getVectorElementType(); in selectVSplatUimmInvPow2() local
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPURewriteOutArguments.cpp | 400 Type *EltTy = Arg->getType()->getPointerElementType(); in runOnFunction() local 455 auto *EltTy = ArgType->getElementType(); in runOnFunction() local
|
D | AMDGPULegalizerInfo.cpp | 73 const LLT EltTy = Ty.getElementType(); in isSmallOddVector() local 91 const LLT EltTy = Ty.getScalarType(); in isWideVec16() local 99 const LLT EltTy = Ty.getElementType(); in oneMoreElement() local 107 const LLT EltTy = Ty.getElementType(); in fewerEltsToSize64Vector() local 121 const LLT EltTy = Ty.getElementType(); in moreEltsToNext32Bit() local 187 static bool isRegisterVectorElementType(LLT EltTy) { in isRegisterVectorElementType() 222 const LLT EltTy = QueryTy.getElementType(); in elementTypeIsLegal() local 340 LLT EltTy = Ty.getElementType(); in loadStoreBitcastWorkaround() local 1193 LLT EltTy = DstTy.getElementType(); in AMDGPULegalizerInfo() local 1375 const LLT EltTy = Query.Types[EltTypeIdx]; in AMDGPULegalizerInfo() local [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPURewriteOutArguments.cpp | 400 Type *EltTy = Arg->getType()->getPointerElementType(); in runOnFunction() local 455 auto *EltTy = ArgType->getElementType(); in runOnFunction() local
|
D | AMDGPULegalizerInfo.cpp | 46 const LLT EltTy = Ty.getScalarType(); in isMultiple32() local 70 const LLT EltTy = Ty.getScalarType(); in isWideVec16() local 78 const LLT EltTy = Ty.getElementType(); in oneMoreElement() local 86 const LLT EltTy = Ty.getElementType(); in fewerEltsToSize64Vector() local 100 const LLT EltTy = Ty.getElementType(); in moreEltsToNext32Bit() local 787 LLT EltTy = DstTy.getElementType(); in AMDGPULegalizerInfo() local 953 const LLT EltTy = Query.Types[EltTypeIdx]; in AMDGPULegalizerInfo() local 969 const LLT &EltTy = Query.Types[1].getElementType(); in AMDGPULegalizerInfo() local 1042 const LLT &EltTy = Ty.getElementType(); in AMDGPULegalizerInfo() local 1545 LLT EltTy = VecTy.getElementType(); in legalizeExtractVectorElt() local [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DerivedTypes.h | 471 Type *EltTy = IntegerType::get(VTy->getContext(), EltBits); in getInteger() local 479 auto *EltTy = cast<IntegerType>(VTy->getElementType()); in getExtendedElementVectorType() local 487 Type *EltTy; in getTruncatedElementVectorType() local
|
/external/llvm-project/llvm/lib/Target/AArch64/GISel/ |
D | AArch64LegalizerInfo.cpp | 91 LLT EltTy = Query.Types[0].getElementType(); in AArch64LegalizerInfo() local 268 const LLT EltTy = ValTy.getElementType(); in AArch64LegalizerInfo() local 513 const LLT &EltTy = Ty.getElementType(); in AArch64LegalizerInfo() local 584 const LLT &EltTy = Query.Types[1].getElementType(); in AArch64LegalizerInfo() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFAbstractMemberAccess.cpp | 551 auto *EltTy = stripQualifiers(CTy->getBaseType()); in GetFieldInfo() local 570 auto *EltTy = stripQualifiers(CTy->getBaseType()); in GetFieldInfo() local 624 auto *EltTy = stripQualifiers(CTy->getBaseType()); in GetFieldInfo() local 655 auto *EltTy = stripQualifiers(CTy->getBaseType()); in GetFieldInfo() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsSEISelDAGToDAG.cpp | 554 EVT EltTy = N->getValueType(0).getVectorElementType(); in selectVSplatCommon() local 630 EVT EltTy = N->getValueType(0).getVectorElementType(); in selectVSplatUimmPow2() local 661 EVT EltTy = N->getValueType(0).getVectorElementType(); in selectVSplatMaskL() local 695 EVT EltTy = N->getValueType(0).getVectorElementType(); in selectVSplatMaskR() local 717 EVT EltTy = N->getValueType(0).getVectorElementType(); in selectVSplatUimmInvPow2() local
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MipsSEISelDAGToDAG.cpp | 554 EVT EltTy = N->getValueType(0).getVectorElementType(); in selectVSplatCommon() local 630 EVT EltTy = N->getValueType(0).getVectorElementType(); in selectVSplatUimmPow2() local 661 EVT EltTy = N->getValueType(0).getVectorElementType(); in selectVSplatMaskL() local 695 EVT EltTy = N->getValueType(0).getVectorElementType(); in selectVSplatMaskR() local 717 EVT EltTy = N->getValueType(0).getVectorElementType(); in selectVSplatUimmInvPow2() local
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | DerivedTypes.h | 457 Type *EltTy = IntegerType::get(VTy->getContext(), EltBits); in getInteger() local 465 auto *EltTy = cast<IntegerType>(VTy->getElementType()); in getExtendedElementVectorType() local 473 Type *EltTy; in getTruncatedElementVectorType() local
|
D | MatrixBuilder.h | 71 Type *EltTy = PtrTy->getElementType(); variable
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | Analysis.cpp | 59 Type *EltTy = ATy->getElementType(); in ComputeLinearIndex() local 102 Type *EltTy = ATy->getElementType(); in ComputeValueVTs() local 142 Type *EltTy = ATy->getElementType(); in computeValueLLTs() local
|
/external/llvm-project/llvm/lib/Target/BPF/ |
D | BPFAbstractMemberAccess.cpp | 615 auto *EltTy = stripQualifiers(CTy->getBaseType()); in GetFieldInfo() local 634 auto *EltTy = stripQualifiers(CTy->getBaseType()); in GetFieldInfo() local 688 auto *EltTy = stripQualifiers(CTy->getBaseType()); in GetFieldInfo() local 719 auto *EltTy = stripQualifiers(CTy->getBaseType()); in GetFieldInfo() local
|
/external/llvm/lib/Transforms/Utils/ |
D | ModuleUtils.cpp | 31 StructType *EltTy; in appendToGlobalArray() local
|
/external/clang/lib/CodeGen/ |
D | CodeGenTypes.cpp | 492 llvm::Type *EltTy = ConvertType(cast<ComplexType>(Ty)->getElementType()); in ConvertType() local 541 llvm::Type *EltTy = ConvertTypeForMem(A->getElementType()); in ConvertType() local
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | matrix-type-operators.cpp | 200 void insert(MyMatrix<EltTy, Rows, Columns> &Mat, EltTy e, unsigned i, unsigned j) { in insert() 255 EltTy extract(MyMatrix<EltTy, Rows, Columns> &Mat) { in extract()
|
/external/llvm/lib/CodeGen/ |
D | Analysis.cpp | 60 Type *EltTy = ATy->getElementType(); in ComputeLinearIndex() local 102 Type *EltTy = ATy->getElementType(); in ComputeValueVTs() local
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPromoteAlloca.cpp | 730 Type *EltTy = Src0->getType()->getPointerElementType(); in handleAlloca() local 746 Type *EltTy = V->getType()->getPointerElementType(); in handleAlloca() local
|