Home
last modified time | relevance | path

Searched refs:findPointerLowerBound (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDataLayout.cpp487 DataLayout::findPointerLowerBound(uint32_t AddressSpace) { in findPointerLowerBound() function in DataLayout
501 PointersTy::iterator I = findPointerLowerBound(AddrSpace); in setPointerAlignment()
612 PointersTy::const_iterator I = findPointerLowerBound(AS); in getPointerABIAlignment()
614 I = findPointerLowerBound(0); in getPointerABIAlignment()
621 PointersTy::const_iterator I = findPointerLowerBound(AS); in getPointerPrefAlignment()
623 I = findPointerLowerBound(0); in getPointerPrefAlignment()
630 PointersTy::const_iterator I = findPointerLowerBound(AS); in getPointerSize()
632 I = findPointerLowerBound(0); in getPointerSize()
646 PointersTy::const_iterator I = findPointerLowerBound(AS); in getIndexSize()
648 I = findPointerLowerBound(0); in getIndexSize()
/external/llvm/lib/IR/
DDataLayout.cpp430 DataLayout::findPointerLowerBound(uint32_t AddressSpace) { in findPointerLowerBound() function in DataLayout
444 PointersTy::iterator I = findPointerLowerBound(AddrSpace); in setPointerAlignment()
581 PointersTy::const_iterator I = findPointerLowerBound(AS); in getPointerABIAlignment()
583 I = findPointerLowerBound(0); in getPointerABIAlignment()
590 PointersTy::const_iterator I = findPointerLowerBound(AS); in getPointerPrefAlignment()
592 I = findPointerLowerBound(0); in getPointerPrefAlignment()
599 PointersTy::const_iterator I = findPointerLowerBound(AS); in getPointerSize()
601 I = findPointerLowerBound(0); in getPointerSize()
/external/llvm/include/llvm/IR/
DDataLayout.h130 findPointerLowerBound(uint32_t AddressSpace) const { in findPointerLowerBound() function
131 return const_cast<DataLayout *>(this)->findPointerLowerBound(AddressSpace); in findPointerLowerBound()
134 PointersTy::iterator findPointerLowerBound(uint32_t AddressSpace);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDataLayout.h153 findPointerLowerBound(uint32_t AddressSpace) const { in findPointerLowerBound() function
154 return const_cast<DataLayout *>(this)->findPointerLowerBound(AddressSpace); in findPointerLowerBound()
157 PointersTy::iterator findPointerLowerBound(uint32_t AddressSpace);