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

1 2 3 4

  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMELFWriterInfo.cpp 29 : TargetELFWriterInfo(TM.getTargetData()->getPointerSizeInBits() == 64,
  /external/llvm/lib/IR/
Operator.cpp 24 DL.getPointerSizeInBits(getPointerAddressSpace()) &&
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeELFWriterInfo.cpp 29 : TargetELFWriterInfo(TM.getTargetData()->getPointerSizeInBits() == 64,
  /external/llvm/include/llvm/IR/
DataLayout.h 326 unsigned getPointerSizeInBits(unsigned AS = 0) const {
514 return getPointerSizeInBits(0);
516 return getPointerSizeInBits(Ty->getPointerAddressSpace());
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 339 unsigned getPointerSizeInBits(unsigned AS = 0) const {
527 return getPointerSizeInBits(0);
529 return getPointerSizeInBits(Ty->getPointerAddressSpace());
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 339 unsigned getPointerSizeInBits(unsigned AS = 0) const {
527 return getPointerSizeInBits(0);
529 return getPointerSizeInBits(Ty->getPointerAddressSpace());
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 339 unsigned getPointerSizeInBits(unsigned AS = 0) const {
527 return getPointerSizeInBits(0);
529 return getPointerSizeInBits(Ty->getPointerAddressSpace());
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 339 unsigned getPointerSizeInBits(unsigned AS = 0) const {
527 return getPointerSizeInBits(0);
529 return getPointerSizeInBits(Ty->getPointerAddressSpace());
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 339 unsigned getPointerSizeInBits(unsigned AS = 0) const {
527 return getPointerSizeInBits(0);
529 return getPointerSizeInBits(Ty->getPointerAddressSpace());
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 339 unsigned getPointerSizeInBits(unsigned AS = 0) const {
527 return getPointerSizeInBits(0);
529 return getPointerSizeInBits(Ty->getPointerAddressSpace());
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 339 unsigned getPointerSizeInBits(unsigned AS = 0) const {
527 return getPointerSizeInBits(0);
529 return getPointerSizeInBits(Ty->getPointerAddressSpace());
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 339 unsigned getPointerSizeInBits(unsigned AS = 0) const {
527 return getPointerSizeInBits(0);
529 return getPointerSizeInBits(Ty->getPointerAddressSpace());
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetData.h 197 unsigned getPointerSizeInBits() const { return 8*PointerMemSize; }
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCAsmPrinter.cpp 402 bool isPPC64 = TD->getPointerSizeInBits() == 64;
483 bool isPPC64 = TM.getTargetData()->getPointerSizeInBits() == 64;
578 bool isPPC64 = TM.getTargetData()->getPointerSizeInBits() == 64;
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetData.cpp 405 return getPointerSizeInBits();
528 return IntegerType::get(C, getPointerSizeInBits());
  /frameworks/compile/libbcc/lib/
RSGlobalInfoPass.cpp 119 const size_t PointerSizeInBits = DL.getPointerSizeInBits();
Compiler.cpp 313 unsigned int pointerSize = dl.getPointerSizeInBits();
  /external/llvm/lib/Analysis/
InlineCost.cpp 308 unsigned IntPtrWidth = DL.getPointerSizeInBits();
473 if (IntegerSize >= DL.getPointerSizeInBits()) {
511 if (IntegerSize <= DL.getPointerSizeInBits()) {
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 260 DL.getPointerSizeInBits() ==
268 DL.getPointerSizeInBits() ==
  /external/llvm/lib/Transforms/Scalar/
StraightLineStrengthReduce.cpp 508 DL->getPointerSizeInBits(GEP->getAddressSpace())) {
519 DL->getPointerSizeInBits(GEP->getAddressSpace())) {
LoadCombine.cpp 100 unsigned BitWidth = DL.getPointerSizeInBits(LI.getPointerAddressSpace());
NaryReassociate.cpp 330 DL->getPointerSizeInBits(GEP->getType()->getPointerAddressSpace());
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyAsmPrinter.cpp 157 MVT::getIntegerVT(M.getDataLayout().getPointerSizeInBits()));
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 381 TheInterpreter->getTargetData()->getPointerSizeInBits() == 64 &&
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]

Completed in 1175 milliseconds

1 2 3 4