Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZLongBranch.cpp122 struct BlockPosition { struct
124 uint64_t Address = 0;
128 unsigned KnownBits;
130 BlockPosition(unsigned InitialLogAlignment) in BlockPosition() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/
H A DSystemZLongBranch.cpp122 struct BlockPosition { struct
124 uint64_t Address = 0;
128 unsigned KnownBits;
130 BlockPosition(unsigned InitialLogAlignment) in BlockPosition() function
/aosp_15_r20/external/llvm/lib/Target/SystemZ/
H A DSystemZLongBranch.cpp118 struct BlockPosition { struct
120 uint64_t Address;
124 unsigned KnownBits;
126 BlockPosition(unsigned InitialAlignment) in BlockPosition() argument