Home
last modified time | relevance | path

Searched defs:BlockPosition (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZLongBranch.cpp118 struct BlockPosition { struct
120 uint64_t Address;
124 unsigned KnownBits;
126 BlockPosition(unsigned InitialAlignment) in BlockPosition() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZLongBranch.cpp123 struct BlockPosition { struct
125 uint64_t Address = 0;
129 unsigned KnownBits;
131 BlockPosition(unsigned InitialAlignment) : KnownBits(InitialAlignment) {} in BlockPosition() function