Searched refs:getElementOffsetInBits (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | DataLayout.h | 657 uint64_t getElementOffsetInBits(unsigned Idx) const { in getElementOffsetInBits() function
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 4827 BlockLayout.getElementOffsetInBits(0), in collectDefaultFieldsForBlockLiteralDeclare() 4830 BlockLayout.getElementOffsetInBits(1), in collectDefaultFieldsForBlockLiteralDeclare() 4834 BlockLayout.getElementOffsetInBits(0), in collectDefaultFieldsForBlockLiteralDeclare() 4837 BlockLayout.getElementOffsetInBits(1), in collectDefaultFieldsForBlockLiteralDeclare() 4841 BlockLayout.getElementOffsetInBits(2), Unit, Unit)); in collectDefaultFieldsForBlockLiteralDeclare() 4845 BlockLayout.getElementOffsetInBits(3), in collectDefaultFieldsForBlockLiteralDeclare() 4852 Loc, AS_public, BlockLayout.getElementOffsetInBits(4), Unit, Unit)); in collectDefaultFieldsForBlockLiteralDeclare() 4889 blockLayout->getElementOffsetInBits(block.CXXThisIndex); in EmitDeclareOfBlockLiteralArgVariable() 4905 blockLayout->getElementOffsetInBits(captureInfo.getIndex()); in EmitDeclareOfBlockLiteralArgVariable()
|
| H A D | CGRecordLayoutBuilder.cpp | 963 assert(AST_RL.getFieldOffset(i) == SL->getElementOffsetInBits(FieldNo) && in ComputeRecordLayout()
|
| H A D | TargetInfo.cpp | 9722 uint64_t ElemOffset = Offset + Layout->getElementOffsetInBits(i); in addStruct()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 909 Layout.getStructLayout(StructTy)->getElementOffsetInBits(I), in solveDIType()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 228 if (StartPos != Layout->getElementOffsetInBits(I)) in isDenselyPacked()
|