Home
last modified time | relevance | path

Searched defs:EltTy (Results 1 – 25 of 179) sorted by relevance

12345678

/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DDerivedTypes.h385 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/
DScalarizeMaskedMemIntrin.cpp136 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
DAnalysis.cpp58 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/
DDerivedTypes.h382 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/
DAArch64LegalizerInfo.cpp72 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/
DScalarizeMaskedMemIntrin.cpp138 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/
DMipsSEISelDAGToDAG.cpp540 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/
DAMDGPURewriteOutArguments.cpp400 Type *EltTy = Arg->getType()->getPointerElementType(); in runOnFunction() local
455 auto *EltTy = ArgType->getElementType(); in runOnFunction() local
DAMDGPULegalizerInfo.cpp73 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/
DAMDGPURewriteOutArguments.cpp400 Type *EltTy = Arg->getType()->getPointerElementType(); in runOnFunction() local
455 auto *EltTy = ArgType->getElementType(); in runOnFunction() local
DAMDGPULegalizerInfo.cpp46 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/
DDerivedTypes.h471 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/
DAArch64LegalizerInfo.cpp91 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/
DBPFAbstractMemberAccess.cpp551 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/
DMipsSEISelDAGToDAG.cpp554 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/
DMipsSEISelDAGToDAG.cpp554 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/
DDerivedTypes.h457 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
DMatrixBuilder.h71 Type *EltTy = PtrTy->getElementType(); variable
/external/llvm-project/llvm/lib/CodeGen/
DAnalysis.cpp59 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/
DBPFAbstractMemberAccess.cpp615 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/
DModuleUtils.cpp31 StructType *EltTy; in appendToGlobalArray() local
/external/clang/lib/CodeGen/
DCodeGenTypes.cpp492 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/
Dmatrix-type-operators.cpp200 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/
DAnalysis.cpp60 Type *EltTy = ATy->getElementType(); in ComputeLinearIndex() local
102 Type *EltTy = ATy->getElementType(); in ComputeValueVTs() local
/external/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp730 Type *EltTy = Src0->getType()->getPointerElementType(); in handleAlloca() local
746 Type *EltTy = V->getType()->getPointerElementType(); in handleAlloca() local

12345678