OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bboffsets
(Results
1 - 4
of
4
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMConstantIslandPass.cpp
73
///
BBOffsets
- the offset of each MBB in bytes, starting from 0.
76
std::vector<unsigned>
BBOffsets
;
228
/// verify - check
BBOffsets
, BBSizes, alignment of islands
230
assert(
BBOffsets
.size() == BBSizes.size());
231
for (unsigned i = 1, e =
BBOffsets
.size(); i != e; ++i)
232
assert(
BBOffsets
[i-1]+BBSizes[i-1] ==
BBOffsets
[i]);
243
(
BBOffsets
[MBBId]%4 == 0 && BBSizes[MBBId]%4 == 0) ||
244
(
BBOffsets
[MBBId]%4 != 0 && BBSizes[MBBId]%4 != 0));
260
for (unsigned J = 0, E =
BBOffsets
.size(); J !=E; ++J)
[
all
...]
/external/llvm/lib/Target/AArch64/
AArch64BranchRelaxation.cpp
118
/// verify - check
BBOffsets
, BBSizes, alignment of islands
255
// All
BBOffsets
following these blocks must be modified.
/external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp
350
/// verify - check
BBOffsets
, BBSizes, alignment of islands
[
all
...]
/external/llvm/lib/Target/Mips/
MipsConstantIslandPass.cpp
920
// All
BBOffsets
following these blocks must be modified.
[
all
...]
Completed in 138 milliseconds