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/R600/
DAMDGPUPromoteAlloca.cpp194 VectorType *VectorTy = arrayTypeToVecType(AllocaTy); in tryPromoteAllocaToVector() local
/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp297 VectorType *VectorTy; member in __anon6e1092380211::ConvertToScalarInfo
DSROA.cpp1588 } else if (VectorType *VectorTy = dyn_cast<VectorType>(ElementTy)) { in getNaturalGEPWithType() local
/external/llvm/include/llvm/Target/
DTargetLowering.h301 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.cpp5006 Type *VectorTy = ToVectorTy(RetTy, VF); in getInstructionCost() local
/external/clang/lib/Sema/
DSemaExpr.cpp5378 bool Sema::CheckVectorCast(SourceRange R, QualType VectorTy, QualType Ty, in CheckVectorCast()
5971 QualType VectorTy = S.Context.getExtVectorType(ResTy, NumElements); in OpenCLConvertScalarsToVectors() local
/external/llvm/lib/IR/
DCore.cpp496 unsigned LLVMGetVectorSize(LLVMTypeRef VectorTy) { in LLVMGetVectorSize()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp11115 bool ARMTargetLowering::canCombineStoreAndExtract(Type *VectorTy, Value *Idx, in canCombineStoreAndExtract()