Home
last modified time | relevance | path

Searched refs:getPointerPrefAlignment (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/llvm/lib/IR/
H A DDataLayout.cpp589 unsigned DataLayout::getPointerPrefAlignment(unsigned AS) const { in getPointerPrefAlignment() function in DataLayout
634 : getPointerPrefAlignment(0)); in getAlignment()
639 : getPointerPrefAlignment(AS)); in getAlignment()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DDataLayout.cpp645 Align DataLayout::getPointerPrefAlignment(unsigned AS) const { in getPointerPrefAlignment() function in DataLayout
709 return abi_or_pref ? getPointerABIAlignment(0) : getPointerPrefAlignment(0); in getAlignment()
713 : getPointerPrefAlignment(AS); in getAlignment()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DDataLayout.cpp707 Align DataLayout::getPointerPrefAlignment(unsigned AS) const { in getPointerPrefAlignment() function in DataLayout
755 return abi_or_pref ? getPointerABIAlignment(0) : getPointerPrefAlignment(0); in getAlignment()
759 : getPointerPrefAlignment(AS); in getAlignment()
/aosp_15_r20/external/llvm/include/llvm/IR/
H A DDataLayout.h316 unsigned getPointerPrefAlignment(unsigned AS = 0) const;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DDataLayout.h356 Align getPointerPrefAlignment(unsigned AS = 0) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DDataLayout.h372 Align getPointerPrefAlignment(unsigned AS = 0) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DDataLayout.h372 Align getPointerPrefAlignment(unsigned AS = 0) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DDataLayout.h372 Align getPointerPrefAlignment(unsigned AS = 0) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DDataLayout.h372 Align getPointerPrefAlignment(unsigned AS = 0) const;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DDataLayout.h375 Align getPointerPrefAlignment(unsigned AS = 0) const;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1400 return DL.getPointerPrefAlignment().value(); in getOpenCLAlignment()
/aosp_15_r20/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1434 return DL.getPointerPrefAlignment(); in getOpenCLAlignment()
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1625 unsigned Align = Log2_32(DL.getPointerPrefAlignment()); in EmitXXStructorList()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2073 const Align Align = DL.getPointerPrefAlignment(); in EmitXXStructorList()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2713 const Align Align = DL.getPointerPrefAlignment(); in emitXXStructorList()
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4207 if (DstAlign >= DAG.getDataLayout().getPointerPrefAlignment(DstAS) || in FindOptimalMemOpLowering()