Searched refs:TypeByteWidth (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/IR/ |
D | DataLayout.cpp | 130 unsigned PrefAlign, uint32_t TypeByteWidth) { in get() argument 136 retval.TypeByteWidth = TypeByteWidth; in get() 145 && TypeByteWidth == rhs.TypeByteWidth); in operator ==() 439 uint32_t TypeByteWidth) { in setPointerAlignment() argument 447 TypeByteWidth)); in setPointerAlignment() 451 I->TypeByteWidth = TypeByteWidth; in setPointerAlignment() 604 return I->TypeByteWidth; in getPointerSize()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DataLayout.cpp | 126 Align PrefAlign, uint32_t TypeByteWidth, in get() argument 133 retval.TypeByteWidth = TypeByteWidth; in get() 143 && TypeByteWidth == rhs.TypeByteWidth in operator ==() 520 Align PrefAlign, uint32_t TypeByteWidth, in setPointerAlignment() argument 529 TypeByteWidth, IndexWidth)); in setPointerAlignment() 533 I->TypeByteWidth = TypeByteWidth; in setPointerAlignment() 660 return I->TypeByteWidth; in getPointerSize() 666 MaxPointerSize = std::max(MaxPointerSize, P.TypeByteWidth); in getMaxPointerSize()
|
/external/llvm-project/llvm/lib/IR/ |
D | DataLayout.cpp | 127 Align PrefAlign, uint32_t TypeByteWidth, in get() argument 134 retval.TypeByteWidth = TypeByteWidth; in get() 144 && TypeByteWidth == rhs.TypeByteWidth in operator ==() 601 Align PrefAlign, uint32_t TypeByteWidth, in setPointerAlignment() argument 613 TypeByteWidth, IndexWidth)); in setPointerAlignment() 617 I->TypeByteWidth = TypeByteWidth; in setPointerAlignment() 702 return getPointerAlignElem(AS).TypeByteWidth; in getPointerSize() 708 MaxPointerSize = std::max(MaxPointerSize, P.TypeByteWidth); in getMaxPointerSize()
|
/external/llvm/include/llvm/IR/ |
D | DataLayout.h | 86 uint32_t TypeByteWidth; member 91 unsigned PrefAlign, uint32_t TypeByteWidth); 152 unsigned PrefAlign, uint32_t TypeByteWidth);
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | DataLayout.h | 93 uint32_t TypeByteWidth; member 99 Align PrefAlign, uint32_t TypeByteWidth, 181 uint32_t TypeByteWidth, uint32_t IndexWidth);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DataLayout.h | 93 uint32_t TypeByteWidth; member 99 Align PrefAlign, uint32_t TypeByteWidth, 181 uint32_t TypeByteWidth, uint32_t IndexWidth);
|