Home
last modified time | relevance | path

Searched defs:VectorTy (Results 1 – 25 of 35) sorted by relevance

12

/external/llvm/lib/Transforms/ObjCARC/
DBlotMapVector.h22 typedef std::vector<std::pair<KeyT, ValueT>> VectorTy; typedef
/external/llvm-project/llvm/lib/Transforms/ObjCARC/
DBlotMapVector.h28 using VectorTy = std::vector<std::pair<KeyT, ValueT>>; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DBlotMapVector.h28 using VectorTy = std::vector<std::pair<KeyT, ValueT>>; variable
/external/llvm-project/llvm/tools/llvm-c-test/
Ddebuginfo.c108 LLVMMetadataRef VectorTy = in llvm_test_dibuilder() local
/external/llvm-project/llvm/unittests/FuzzMutate/
DOperationsTest.cpp340 Type *VectorTy = FixedVectorType::get(Int32Ty, 2); in TEST() local
/external/llvm-project/llvm/unittests/IR/
DPatternMatch.cpp1024 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/
DAMDGPUPromoteAlloca.cpp436 VectorType *VectorTy = arrayTypeToVecType(AllocaTy); in tryPromoteAllocaToVector() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp415 VectorType *VectorTy = dyn_cast<VectorType>(AllocaTy); in tryPromoteAllocaToVector() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp322 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/
DAMDGPUPromoteAlloca.cpp437 auto *VectorTy = dyn_cast<FixedVectorType>(AllocaTy); in tryPromoteAllocaToVector() local
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp373 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/
DLowerMatrixIntrinsics.cpp759 VectorType *VectorTy = cast<VectorType>(InputVal->getType()); in LowerTranspose() local
DSROA.cpp1442 } else if (VectorType *VectorTy = dyn_cast<VectorType>(ElementTy)) { in getNaturalGEPWithType() local
/external/llvm-project/clang/lib/CodeGen/
DCGExpr.cpp158 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/
DTargetTransformInfoImpl.h927 if (VectorType *VectorTy = dyn_cast<VectorType>(DstTy)) in getInstructionLatency() local
/external/llvm-project/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h1069 if (VectorType *VectorTy = dyn_cast<VectorType>(DstTy)) in getInstructionLatency() local
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLowerMatrixIntrinsics.cpp1398 VectorType *VectorTy = cast<VectorType>(InputVal->getType()); in LowerTranspose() local
DSROA.cpp1445 } else if (VectorType *VectorTy = dyn_cast<VectorType>(ElementTy)) { in getNaturalGEPWithType() local
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5805 Type *VectorTy; in getInstructionCost() local
5815 Type *&VectorTy) { in getInstructionCost()
/external/llvm/include/llvm/Target/
DTargetLowering.h366 virtual bool canCombineStoreAndExtract(Type *VectorTy, Value *Idx, in canCombineStoreAndExtract()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp7349 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/
DSROA.cpp1356 } else if (VectorType *VectorTy = dyn_cast<VectorType>(ElementTy)) { in getNaturalGEPWithType() local
/external/clang/lib/Sema/
DSemaExpr.cpp5848 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/
Dllvm_ocaml.c478 CAMLprim value llvm_vector_size(LLVMTypeRef VectorTy) { in llvm_vector_size()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h642 virtual bool canCombineStoreAndExtract(Type *VectorTy, Value *Idx, in canCombineStoreAndExtract()

12