HomeSort by relevance Sort by last modified time
    Searched refs:getPreferredAlignmentLog (Results 1 - 20 of 20) 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-4053586/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 473 unsigned getPreferredAlignmentLog(const GlobalVariable *GV) const;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
DataLayout.h 480 unsigned getPreferredAlignmentLog(const GlobalVariable *GV) const;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
DataLayout.h 480 unsigned getPreferredAlignmentLog(const GlobalVariable *GV) const;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
DataLayout.h 480 unsigned getPreferredAlignmentLog(const GlobalVariable *GV) const;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
DataLayout.h 480 unsigned getPreferredAlignmentLog(const GlobalVariable *GV) const;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
DataLayout.h 480 unsigned getPreferredAlignmentLog(const GlobalVariable *GV) const;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
DataLayout.h 480 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;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
DataLayout.h 480 unsigned getPreferredAlignmentLog(const GlobalVariable *GV) const;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
DataLayout.h 480 unsigned getPreferredAlignmentLog(const GlobalVariable *GV) const;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
DataLayout.h 480 unsigned getPreferredAlignmentLog(const GlobalVariable *GV) const;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
DataLayout.h 480 unsigned getPreferredAlignmentLog(const GlobalVariable *GV) const;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
DataLayout.h 480 unsigned getPreferredAlignmentLog(const GlobalVariable *GV) const;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
DataLayout.h 480 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 4703 milliseconds