HomeSort by relevance Sort by last modified time
    Searched refs:VectorTy (Results 1 - 25 of 68) sorted by null

1 2 3

  /frameworks/compile/slang/
slang_rs_check_ast.cpp 60 const clang::VectorType *VectorTy;
64 VectorTy = clang::dyn_cast_or_null<clang::VectorType>(Ty);
66 if (VectorTy) {
68 VectorTy->getElementType()->getUnqualifiedDesugaredType());
79 if (VectorTy) {
80 switch (VectorTy->getNumElements()) {
133 if (VectorTy) {
134 DiagBuilder << VectorTy->getNumElements();
  /external/llvm/lib/Transforms/ObjCARC/
BlotMapVector.h 22 typedef std::vector<std::pair<KeyT, ValueT>> VectorTy;
24 VectorTy Vector;
27 typedef typename VectorTy::iterator iterator;
28 typedef typename VectorTy::const_iterator const_iterator;
42 for (typename VectorTy::const_iterator I = Vector.begin(), E = Vector.end();
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 256 /// VectorTy - This tracks the type that we should promote the vector to if
259 VectorType *VectorTy;
269 VectorTy(0), HadNonMemTransferAccess(false) { }
301 if (ScalarKind == Vector && VectorTy->getBitWidth() != AllocaSize * 8)
312 assert(VectorTy && "Missing type for vector scalar.");
314 << *VectorTy << '\n');
315 NewTy = VectorTy; // Use the vector type.
332 /// (VectorTy) so far at the offset specified by Offset (which is specified in
342 /// and stores would mutate the memory. We mark this by setting VectorTy
371 (!VectorTy || EltSize == VectorTy->getElementType(
    [all...]
ObjCARC.cpp 64 typedef std::vector<std::pair<KeyT, ValueT> > VectorTy;
65 VectorTy Vector;
68 typedef typename VectorTy::iterator iterator;
69 typedef typename VectorTy::const_iterator const_iterator;
83 for (typename VectorTy::const_iterator I = Vector.begin(),
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUPromoteAlloca.cpp 436 VectorType *VectorTy = arrayTypeToVecType(AllocaTy);
439 << *AllocaTy << " -> " << *VectorTy << '\n');
448 Value *BitCast = Builder.CreateBitCast(Alloca, VectorTy->getPointerTo(0));
458 Value *BitCast = Builder.CreateBitCast(Alloca, VectorTy->getPointerTo(0));
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
TargetTransformInfoImpl.h 812 if (VectorType *VectorTy = dyn_cast<VectorType>(DstTy))
813 DstTy = VectorTy->getElementType();
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
TargetTransformInfoImpl.h 812 if (VectorType *VectorTy = dyn_cast<VectorType>(DstTy))
813 DstTy = VectorTy->getElementType();
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
TargetTransformInfoImpl.h 812 if (VectorType *VectorTy = dyn_cast<VectorType>(DstTy))
813 DstTy = VectorTy->getElementType();
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
TargetTransformInfoImpl.h 812 if (VectorType *VectorTy = dyn_cast<VectorType>(DstTy))
813 DstTy = VectorTy->getElementType();
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
TargetTransformInfoImpl.h 812 if (VectorType *VectorTy = dyn_cast<VectorType>(DstTy))
813 DstTy = VectorTy->getElementType();
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
TargetTransformInfoImpl.h 812 if (VectorType *VectorTy = dyn_cast<VectorType>(DstTy))
813 DstTy = VectorTy->getElementType();
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
TargetTransformInfoImpl.h 812 if (VectorType *VectorTy = dyn_cast<VectorType>(DstTy))
813 DstTy = VectorTy->getElementType();
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
TargetTransformInfoImpl.h 812 if (VectorType *VectorTy = dyn_cast<VectorType>(DstTy))
813 DstTy = VectorTy->getElementType();
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 471 bool canCombineStoreAndExtract(Type *VectorTy, Value *Idx,
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 478 CAMLprim value llvm_vector_size(LLVMTypeRef VectorTy) {
479 return Val_int(LLVMGetVectorSize(VectorTy));
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm_ocaml.c 374 CAMLprim value llvm_vector_size(LLVMTypeRef VectorTy) {
375 return Val_int(LLVMGetVectorSize(VectorTy));
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm-c/
Core.h 431 unsigned LLVMGetVectorSize(LLVMTypeRef VectorTy);
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 363 /// Return true if the target can combine store(extractelement VectorTy,
366 virtual bool canCombineStoreAndExtract(Type *VectorTy, Value *Idx,
    [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 488 /// Return true if the target can combine store(extractelement VectorTy,
491 virtual bool canCombineStoreAndExtract(Type *VectorTy, Value *Idx,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm-c/
Core.h 1098 unsigned LLVMGetVectorSize(LLVMTypeRef VectorTy);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Target/
TargetLowering.h 503 /// Return true if the target can combine store(extractelement VectorTy,
506 virtual bool canCombineStoreAndExtract(Type *VectorTy, Value *Idx,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm-c/
Core.h 1112 unsigned LLVMGetVectorSize(LLVMTypeRef VectorTy);
    [all...]

Completed in 685 milliseconds

1 2 3