Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/ObjCARC/
DBlotMapVector.h22 typedef std::vector<std::pair<KeyT, ValueT>> VectorTy; typedef
/external/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp436 VectorType *VectorTy = arrayTypeToVecType(AllocaTy); in tryPromoteAllocaToVector() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DScalarReplAggregates.cpp259 VectorType *VectorTy; member in __anonc5d18cc30211::ConvertToScalarInfo
DObjCARC.cpp64 typedef std::vector<std::pair<KeyT, ValueT> > VectorTy; typedef in __anon19fedad40111::MapVector
/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/lib/Transforms/Scalar/
DSROA.cpp1356 } else if (VectorType *VectorTy = dyn_cast<VectorType>(ElementTy)) { in getNaturalGEPWithType() local
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c374 CAMLprim value llvm_vector_size(LLVMTypeRef VectorTy) { in llvm_vector_size()
/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/lib/VMCore/
DCore.cpp373 unsigned LLVMGetVectorSize(LLVMTypeRef VectorTy) { in LLVMGetVectorSize()
/external/llvm/lib/IR/
DCore.cpp592 unsigned LLVMGetVectorSize(LLVMTypeRef VectorTy) { in LLVMGetVectorSize()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp12451 bool ARMTargetLowering::canCombineStoreAndExtract(Type *VectorTy, Value *Idx, in canCombineStoreAndExtract()