Home
last modified time | relevance | path

Searched defs:VectorTy (Results 1 – 10 of 10) 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.cpp198 VectorType *VectorTy = arrayTypeToVecType(AllocaTy); in tryPromoteAllocaToVector() local
/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp298 VectorType *VectorTy; member in __anonfbe388980211::ConvertToScalarInfo
DSROA.cpp1374 } else if (VectorType *VectorTy = dyn_cast<VectorType>(ElementTy)) { in getNaturalGEPWithType() local
/external/llvm/include/llvm/Target/
DTargetLowering.h316 virtual bool canCombineStoreAndExtract(Type *VectorTy, Value *Idx, in canCombineStoreAndExtract()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c433 CAMLprim value llvm_vector_size(LLVMTypeRef VectorTy) { in llvm_vector_size()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5333 Type *VectorTy = ToVectorTy(RetTy, VF); in getInstructionCost() local
/external/clang/lib/Sema/
DSemaExpr.cpp5571 bool Sema::CheckVectorCast(SourceRange R, QualType VectorTy, QualType Ty, in CheckVectorCast()
6134 QualType VectorTy = S.Context.getExtVectorType(ResTy, NumElements); in OpenCLConvertScalarsToVectors() local
/external/llvm/lib/IR/
DCore.cpp512 unsigned LLVMGetVectorSize(LLVMTypeRef VectorTy) { in LLVMGetVectorSize()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp11960 bool ARMTargetLowering::canCombineStoreAndExtract(Type *VectorTy, Value *Idx, in canCombineStoreAndExtract()