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

1 2 3 4 5 6

  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
BuildLibCalls.cpp 42 TD->getIntPtrType(Context),
87 TD->getIntPtrType(Context), NULL);
148 TD->getIntPtrType(Context),
149 TD->getIntPtrType(Context), NULL);
170 TD->getIntPtrType(Context),
195 TD->getIntPtrType(Context), NULL);
337 TD->getIntPtrType(Context),
339 TD->getIntPtrType(Context),
340 TD->getIntPtrType(Context),
343 F = M->getOrInsertFunction("fwrite", TD->getIntPtrType(Context)
    [all...]
  /external/llvm/lib/Target/
Target.cpp 87 return wrap(unwrap(TD)->getIntPtrType(*unwrap(LLVMGetGlobalContext())));
91 return wrap(unwrap(TD)->getIntPtrType(*unwrap(LLVMGetGlobalContext()), AS));
95 return wrap(unwrap(TD)->getIntPtrType(*unwrap(C)));
99 return wrap(unwrap(TD)->getIntPtrType(*unwrap(C), AS));
  /external/llvm/lib/Target/Hexagon/
HexagonSelectionDAGInfo.cpp 37 Entry.Ty = DAG.getDataLayout().getIntPtrType(*DAG.getContext());
  /external/llvm/lib/Target/XCore/
XCoreSelectionDAGInfo.cpp 30 Entry.Ty = DAG.getDataLayout().getIntPtrType(*DAG.getContext());
  /external/llvm/lib/Target/AArch64/
AArch64SelectionDAGInfo.cpp 36 Type *IntPtrTy = DAG.getDataLayout().getIntPtrType(*DAG.getContext());
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 118 DL.getIntPtrType(Context), nullptr);
125 DL.getIntPtrType(Context), nullptr);
132 DL.getIntPtrType(Context), nullptr);
474 Type *IntPtr = DL.getIntPtrType(Context);
485 Type *IntPtr = DL.getIntPtrType(Context);
497 Type *IntPtr = DL.getIntPtrType(Op0->getType());
LowerEmuTLS.cpp 113 IntegerType *WordType = DL.getIntPtrType(C);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
IntrinsicLowering.cpp 118 TD.getIntPtrType(Context), (Type *)0);
125 TD.getIntPtrType(Context), (Type *)0);
132 TD.getIntPtrType(Context), (Type *)0);
465 IntegerType *IntPtr = TD.getIntPtrType(Context);
476 IntegerType *IntPtr = TD.getIntPtrType(Context);
487 IntegerType *IntPtr = TD.getIntPtrType(Context);
  /external/swiftshader/third_party/LLVM/lib/Target/
Target.cpp 62 return wrap(unwrap(TD)->getIntPtrType(getGlobalContext()));
  /external/llvm/include/llvm/IR/
DataLayout.h 418 IntegerType *getIntPtrType(LLVMContext &C, unsigned AddressSpace = 0) const;
422 Type *getIntPtrType(Type *) const;
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 724 Constant *StrLen = M->getOrInsertFunction("strlen", DL.getIntPtrType(Context),
761 DL.getIntPtrType(Context), nullptr);
818 B.getInt8PtrTy(), B.getInt8PtrTy(), DL.getIntPtrType(Context),
819 DL.getIntPtrType(Context), nullptr);
837 DL.getIntPtrType(Context), nullptr);
856 DL.getIntPtrType(Context), nullptr);
    [all...]
  /external/llvm/include/llvm/Analysis/
PtrUseVisitor.h 208 IntegerType *IntPtrTy = cast<IntegerType>(DL.getIntPtrType(I.getType()));
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetData.h 274 /// getIntPtrType - Return an unsigned integer type that is the same size or
277 IntegerType *getIntPtrType(LLVMContext &C) const;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
PtrUseVisitor.h 211 IntegerType *IntPtrTy = cast<IntegerType>(DL.getIntPtrType(I.getType()));
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
PtrUseVisitor.h 211 IntegerType *IntPtrTy = cast<IntegerType>(DL.getIntPtrType(I.getType()));
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
PtrUseVisitor.h 211 IntegerType *IntPtrTy = cast<IntegerType>(DL.getIntPtrType(I.getType()));
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
PtrUseVisitor.h 211 IntegerType *IntPtrTy = cast<IntegerType>(DL.getIntPtrType(I.getType()));
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
PtrUseVisitor.h 211 IntegerType *IntPtrTy = cast<IntegerType>(DL.getIntPtrType(I.getType()));
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
PtrUseVisitor.h 211 IntegerType *IntPtrTy = cast<IntegerType>(DL.getIntPtrType(I.getType()));
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
PtrUseVisitor.h 211 IntegerType *IntPtrTy = cast<IntegerType>(DL.getIntPtrType(I.getType()));
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
PtrUseVisitor.h 211 IntegerType *IntPtrTy = cast<IntegerType>(DL.getIntPtrType(I.getType()));
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 431 IntegerType *getIntPtrType(LLVMContext &C, unsigned AddressSpace = 0) const;
435 Type *getIntPtrType(Type *) const;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 431 IntegerType *getIntPtrType(LLVMContext &C, unsigned AddressSpace = 0) const;
435 Type *getIntPtrType(Type *) const;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 431 IntegerType *getIntPtrType(LLVMContext &C, unsigned AddressSpace = 0) const;
435 Type *getIntPtrType(Type *) const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 431 IntegerType *getIntPtrType(LLVMContext &C, unsigned AddressSpace = 0) const;
435 Type *getIntPtrType(Type *) const;

Completed in 1255 milliseconds

1 2 3 4 5 6