HomeSort by relevance Sort by last modified time
    Searched refs:getPointerABIAlignment (Results 1 - 16 of 16) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetData.h 191 unsigned getPointerABIAlignment() const { return PointerABIAlign; }
  /external/llvm/lib/IR/
DataLayout.cpp 580 unsigned DataLayout::getPointerABIAlignment(unsigned AS) const {
633 ? getPointerABIAlignment(0)
638 ? getPointerABIAlignment(AS)
  /external/llvm/include/llvm/IR/
DataLayout.h 311 unsigned getPointerABIAlignment(unsigned AS = 0) const;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 307 unsigned getPointerABIAlignment(unsigned AS = 0) const;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 307 unsigned getPointerABIAlignment(unsigned AS = 0) const;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 307 unsigned getPointerABIAlignment(unsigned AS = 0) const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 307 unsigned getPointerABIAlignment(unsigned AS = 0) const;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 307 unsigned getPointerABIAlignment(unsigned AS = 0) const;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 307 unsigned getPointerABIAlignment(unsigned AS = 0) const;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 307 unsigned getPointerABIAlignment(unsigned AS = 0) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 307 unsigned getPointerABIAlignment(unsigned AS = 0) const;
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetData.cpp 455 ? getPointerABIAlignment()
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineFunction.cpp 553 return TD.getPointerABIAlignment();
ELFWriter.cpp 225 TM.getTargetData()->getPointerABIAlignment());
    [all...]
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 794 return TD.getPointerABIAlignment();
    [all...]
TargetLoweringObjectFileImpl.cpp 77 Streamer.EmitValueToAlignment(DL.getPointerABIAlignment());
    [all...]

Completed in 554 milliseconds