Home
last modified time | relevance | path

Searched defs:ElementTy (Results 1 – 25 of 56) sorted by relevance

123

/external/swiftshader/third_party/subzero/crosstest/
Dtest_vector_ops_main.cpp30 typedef typename VectorOps<T>::ElementTy ElementTy; in getTestVectors() typedef
68 typedef typename VectorOps<T>::ElementTy ElementTy; in testInsertElement() typedef
106 typedef typename VectorOps<T>::ElementTy ElementTy; in testExtractElement() typedef
136 typedef typename VectorOps<T>::ElementTy ElementTy; in testShuffleVector() typedef
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DDynamicSize.cpp33 QualType ElementTy) { in getDynamicElementCount()
DRegionStore.cpp1185 QualType ElementTy = AT->getElementType(); in VisitCluster() local
2195 QualType ElementTy = AT->getElementType(); in bindArray() local
/external/llvm/lib/Target/AMDGPU/
DSITypeRewriter.cpp116 Type *ElementTy = Arg->getType()->getVectorElementType(); in visitCallInst() local
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DSizeofExpressionCheck.cpp312 const auto *ElementTy = Result.Nodes.getNodeAs<Type>("elem-type"); in check() local
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp1348 Type *ElementTy = Ty; in getNaturalGEPWithType() local
1412 Type *ElementTy = ArrTy->getElementType(); in getNaturalGEPRecursively() local
1434 Type *ElementTy = STy->getElementType(Index); in getNaturalGEPRecursively() local
1464 Type *ElementTy = Ty->getElementType(); in getNaturalGEPWithOffset() local
2174 Type *ElementTy; member in llvm::sroa::AllocaSliceRewriter
3216 Type *ElementTy = SeqTy->getElementType(); in getTypePartition() local
3261 Type *ElementTy = STy->getElementType(Index); in getTypePartition() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSROA.cpp1434 Type *ElementTy = Ty; in getNaturalGEPWithType() local
1498 Type *ElementTy = ArrTy->getElementType(); in getNaturalGEPRecursively() local
1520 Type *ElementTy = STy->getElementType(Index); in getNaturalGEPRecursively() local
1550 Type *ElementTy = Ty->getElementType(); in getNaturalGEPWithOffset() local
2290 Type *ElementTy; member in llvm::sroa::AllocaSliceRewriter
3515 Type *ElementTy = SeqTy->getElementType(); in getTypePartition() local
3555 Type *ElementTy = STy->getElementType(Index); in getTypePartition() local
/external/llvm-project/llvm/lib/Transforms/Scalar/
DSROA.cpp1437 Type *ElementTy = Ty; in getNaturalGEPWithType() local
1502 Type *ElementTy = ArrTy->getElementType(); in getNaturalGEPRecursively() local
1525 Type *ElementTy = STy->getElementType(Index); in getNaturalGEPRecursively() local
1555 Type *ElementTy = Ty->getElementType(); in getNaturalGEPWithOffset() local
2310 Type *ElementTy; member in llvm::sroa::AllocaSliceRewriter
3657 Type *ElementTy; in getTypePartition() local
3708 Type *ElementTy = STy->getElementType(Index); in getTypePartition() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCallLowering.cpp101 Type *ElementTy = cast<PointerType>(Arg.Ty)->getElementType(); in setArgFlags() local
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DCallLowering.cpp141 Type *ElementTy = cast<PointerType>(Arg.Ty)->getElementType(); in setArgFlags() local
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DProgramState.h527 SVal ArrayToPointer(Loc Array, QualType ElementTy) { in ArrayToPointer()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c447 CAMLprim LLVMTypeRef llvm_array_type(LLVMTypeRef ElementTy, value Count) { in llvm_array_type()
452 CAMLprim LLVMTypeRef llvm_pointer_type(LLVMTypeRef ElementTy) { in llvm_pointer_type()
457 CAMLprim LLVMTypeRef llvm_qualified_pointer_type(LLVMTypeRef ElementTy, in llvm_qualified_pointer_type()
463 CAMLprim LLVMTypeRef llvm_vector_type(LLVMTypeRef ElementTy, value Count) { in llvm_vector_type()
847 CAMLprim LLVMValueRef llvm_const_array(LLVMTypeRef ElementTy, in llvm_const_array()
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DProgramState.h550 SVal ArrayToPointer(Loc Array, QualType ElementTy) { in ArrayToPointer()
/external/clang/lib/CodeGen/
DCGRecordLayoutBuilder.cpp782 llvm::Type *ElementTy = ST->getTypeAtIndex(RL->getLLVMFieldNo(FD)); in ComputeRecordLayout() local
DCGExprCXX.cpp832 const CXXNewExpr *E, QualType ElementType, llvm::Type *ElementTy, in EmitNewArrayInitializer()
1099 QualType ElementType, llvm::Type *ElementTy, in EmitNewInitializer()
DCGExprConstant.cpp1611 QualType ElementTy = CAT->getElementType(); in EmitNullConstant() local
DCGStmtOpenMP.cpp327 QualType ElementTy; in EmitOMPAggregateAssign() local
456 QualType ElementTy; in EmitOMPAggregateInit() local
/external/llvm-project/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c535 CAMLprim LLVMTypeRef llvm_array_type(LLVMTypeRef ElementTy, value Count) { in llvm_array_type()
540 CAMLprim LLVMTypeRef llvm_pointer_type(LLVMTypeRef ElementTy) { in llvm_pointer_type()
545 CAMLprim LLVMTypeRef llvm_qualified_pointer_type(LLVMTypeRef ElementTy, in llvm_qualified_pointer_type()
551 CAMLprim LLVMTypeRef llvm_vector_type(LLVMTypeRef ElementTy, value Count) { in llvm_vector_type()
956 CAMLprim LLVMValueRef llvm_const_array(LLVMTypeRef ElementTy, in llvm_const_array()
/external/llvm-project/clang/lib/CodeGen/
DCGRecordLayoutBuilder.cpp968 llvm::Type *ElementTy = ST->getTypeAtIndex(RL->getLLVMFieldNo(FD)); in ComputeRecordLayout() local
DCGExprCXX.cpp980 const CXXNewExpr *E, QualType ElementType, llvm::Type *ElementTy, in EmitNewArrayInitializer()
1287 QualType ElementType, llvm::Type *ElementTy, in EmitNewInitializer()
/external/clang/lib/StaticAnalyzer/Core/
DRegionStore.cpp1100 QualType ElementTy = AT->getElementType(); in VisitCluster() local
2055 QualType ElementTy = AT->getElementType(); in bindArray() local
/external/llvm-project/llvm/unittests/IR/
DInstructionsTest.cpp743 Type *ElementTy = Builder.getInt8Ty(); in TEST() local
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp979 Type *ElementTy = Ty->getElementType(); in lowerCallTo() local
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1234 Type *ElementTy = Ty->getElementType(); in lowerCallTo() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1208 Type *ElementTy = Ty->getElementType(); in lowerCallTo() local

123