/external/llvm/lib/Transforms/ObjCARC/ |
D | BlotMapVector.h | 22 typedef std::vector<std::pair<KeyT, ValueT>> VectorTy; typedef
|
/external/llvm-project/llvm/lib/Transforms/ObjCARC/ |
D | BlotMapVector.h | 28 using VectorTy = std::vector<std::pair<KeyT, ValueT>>; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
D | BlotMapVector.h | 28 using VectorTy = std::vector<std::pair<KeyT, ValueT>>; variable
|
/external/llvm-project/llvm/tools/llvm-c-test/ |
D | debuginfo.c | 108 LLVMMetadataRef VectorTy = in llvm_test_dibuilder() local
|
/external/llvm-project/llvm/unittests/FuzzMutate/ |
D | OperationsTest.cpp | 340 Type *VectorTy = FixedVectorType::get(Int32Ty, 2); in TEST() local
|
/external/llvm-project/llvm/unittests/IR/ |
D | PatternMatch.cpp | 1024 Type *VectorTy = FixedVectorType::get(ScalarTy, 4); in TEST_F() local 1089 Type *VectorTy = FixedVectorType::get(ScalarTy, 4); in TEST_F() local
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPromoteAlloca.cpp | 436 VectorType *VectorTy = arrayTypeToVecType(AllocaTy); in tryPromoteAllocaToVector() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPromoteAlloca.cpp | 415 VectorType *VectorTy = dyn_cast<VectorType>(AllocaTy); in tryPromoteAllocaToVector() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 322 auto *VectorTy = VectorType::get(Ty, VF); in hasIrregularType() local 5835 Type *VectorTy = ToVectorTy(ValTy, VF); in getConsecutiveMemOpCost() local 5859 Type *VectorTy = ToVectorTy(ValTy, VF); in getUniformMemOpCost() local 5881 Type *VectorTy = ToVectorTy(ValTy, VF); in getGatherScatterCost() local 5894 Type *VectorTy = ToVectorTy(ValTy, VF); in getInterleaveGroupCost() local 5962 Type *VectorTy; in getInstructionCost() local 6154 Type *&VectorTy) { in getInstructionCost()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPromoteAlloca.cpp | 437 auto *VectorTy = dyn_cast<FixedVectorType>(AllocaTy); in tryPromoteAllocaToVector() local
|
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 373 auto *VectorTy = VectorType::get(Ty, VF); in hasIrregularType() local 6583 auto *VectorTy = cast<VectorType>(ToVectorTy(ValTy, VF)); in getConsecutiveMemOpCost() local 6611 auto *VectorTy = cast<VectorType>(ToVectorTy(ValTy, VF)); in getUniformMemOpCost() local 6636 auto *VectorTy = cast<VectorType>(ToVectorTy(ValTy, VF)); in getGatherScatterCost() local 6649 auto *VectorTy = cast<VectorType>(ToVectorTy(ValTy, VF)); in getInterleaveGroupCost() local 6723 Type *VectorTy; in getInstructionCost() local 6920 Type *&VectorTy) { in getInstructionCost()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LowerMatrixIntrinsics.cpp | 759 VectorType *VectorTy = cast<VectorType>(InputVal->getType()); in LowerTranspose() local
|
D | SROA.cpp | 1442 } else if (VectorType *VectorTy = dyn_cast<VectorType>(ElementTy)) { in getNaturalGEPWithType() local
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGExpr.cpp | 158 auto *VectorTy = llvm::FixedVectorType::get(ArrayTy->getElementType(), in CreateMemTemp() local 1796 auto *VectorTy = llvm::FixedVectorType::get(ArrayTy->getElementType(), in MaybeConvertMatrixAddress() local 1801 auto *VectorTy = dyn_cast<llvm::VectorType>( in MaybeConvertMatrixAddress() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 927 if (VectorType *VectorTy = dyn_cast<VectorType>(DstTy)) in getInstructionLatency() local
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 1069 if (VectorType *VectorTy = dyn_cast<VectorType>(DstTy)) in getInstructionLatency() local
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LowerMatrixIntrinsics.cpp | 1398 VectorType *VectorTy = cast<VectorType>(InputVal->getType()); in LowerTranspose() local
|
D | SROA.cpp | 1445 } else if (VectorType *VectorTy = dyn_cast<VectorType>(ElementTy)) { in getNaturalGEPWithType() local
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 5805 Type *VectorTy; in getInstructionCost() local 5815 Type *&VectorTy) { in getInstructionCost()
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 366 virtual bool canCombineStoreAndExtract(Type *VectorTy, Value *Idx, in canCombineStoreAndExtract()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExpr.cpp | 7349 bool Sema::CheckVectorCast(SourceRange R, QualType VectorTy, QualType Ty, in CheckVectorCast() 7369 ExprResult Sema::prepareVectorSplat(QualType VectorTy, Expr *SplattedExpr) { in prepareVectorSplat() 7997 QualType VectorTy = S.Context.getExtVectorType(ResTy, NumElements); in OpenCLConvertScalarsToVectors() local 9782 QualType VectorTy = Vector->get()->getType().getUnqualifiedType(); in tryGCCVectorConvertAndSplat() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 1356 } else if (VectorType *VectorTy = dyn_cast<VectorType>(ElementTy)) { in getNaturalGEPWithType() local
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 5848 bool Sema::CheckVectorCast(SourceRange R, QualType VectorTy, QualType Ty, in CheckVectorCast() 5868 ExprResult Sema::prepareVectorSplat(QualType VectorTy, Expr *SplattedExpr) { in prepareVectorSplat() 6494 QualType VectorTy = S.Context.getExtVectorType(ResTy, NumElements); in OpenCLConvertScalarsToVectors() local
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 478 CAMLprim value llvm_vector_size(LLVMTypeRef VectorTy) { in llvm_vector_size()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 642 virtual bool canCombineStoreAndExtract(Type *VectorTy, Value *Idx, in canCombineStoreAndExtract()
|