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

  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetData.h 294 /// getPreferredAlignmentLog - Return the preferred alignment of the
297 unsigned getPreferredAlignmentLog(const GlobalVariable *GV) const;
  /external/llvm/include/llvm/IR/
DataLayout.h 460 unsigned getPreferredAlignmentLog(const GlobalVariable *GV) const;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 473 unsigned getPreferredAlignmentLog(const GlobalVariable *GV) const;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 473 unsigned getPreferredAlignmentLog(const GlobalVariable *GV) const;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 473 unsigned getPreferredAlignmentLog(const GlobalVariable *GV) const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 473 unsigned getPreferredAlignmentLog(const GlobalVariable *GV) const;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 473 unsigned getPreferredAlignmentLog(const GlobalVariable *GV) const;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 473 unsigned getPreferredAlignmentLog(const GlobalVariable *GV) const;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 473 unsigned getPreferredAlignmentLog(const GlobalVariable *GV) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 473 unsigned getPreferredAlignmentLog(const GlobalVariable *GV) const;
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetData.cpp 593 /// getPreferredAlignmentLog - Return the preferred alignment of the
596 unsigned TargetData::getPreferredAlignmentLog(const GlobalVariable *GV) const {
  /external/llvm/lib/IR/
DataLayout.cpp 781 /// getPreferredAlignmentLog - Return the preferred alignment of the
784 unsigned DataLayout::getPreferredAlignmentLog(const GlobalVariable *GV) const {
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 82 NumBits = DL.getPreferredAlignmentLog(GVar);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 74 NumBits = TD.getPreferredAlignmentLog(GVar);
    [all...]

Completed in 982 milliseconds