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

  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetData.h 269 /// getPreferredTypeAlignmentShift - Return the preferred alignment for the
272 unsigned getPreferredTypeAlignmentShift(Type *Ty) const;
  /external/llvm/include/llvm/IR/
DataLayout.h 414 unsigned getPreferredTypeAlignmentShift(Type *Ty) const;
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 123 unsigned Align = (unsigned)DL.getPreferredTypeAlignmentShift(C->getType());
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreAsmPrinter.cpp 121 unsigned Align = (unsigned)TD->getPreferredTypeAlignmentShift(C->getType());
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 427 unsigned getPreferredTypeAlignmentShift(Type *Ty) const;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
DataLayout.h 434 unsigned getPreferredTypeAlignmentShift(Type *Ty) const;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
DataLayout.h 434 unsigned getPreferredTypeAlignmentShift(Type *Ty) const;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
DataLayout.h 434 unsigned getPreferredTypeAlignmentShift(Type *Ty) const;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
DataLayout.h 434 unsigned getPreferredTypeAlignmentShift(Type *Ty) const;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
DataLayout.h 434 unsigned getPreferredTypeAlignmentShift(Type *Ty) const;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
DataLayout.h 434 unsigned getPreferredTypeAlignmentShift(Type *Ty) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 427 unsigned getPreferredTypeAlignmentShift(Type *Ty) const;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
DataLayout.h 434 unsigned getPreferredTypeAlignmentShift(Type *Ty) const;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
DataLayout.h 434 unsigned getPreferredTypeAlignmentShift(Type *Ty) const;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
DataLayout.h 434 unsigned getPreferredTypeAlignmentShift(Type *Ty) const;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
DataLayout.h 434 unsigned getPreferredTypeAlignmentShift(Type *Ty) const;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
DataLayout.h 434 unsigned getPreferredTypeAlignmentShift(Type *Ty) const;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
DataLayout.h 434 unsigned getPreferredTypeAlignmentShift(Type *Ty) const;
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetData.cpp 519 unsigned TargetData::getPreferredTypeAlignmentShift(Type *Ty) const {
  /external/llvm/lib/IR/
DataLayout.cpp 693 unsigned DataLayout::getPreferredTypeAlignmentShift(Type *Ty) const {

Completed in 499 milliseconds