OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OffsetB
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Analysis/
TypeBasedAliasAnalysis.cpp
546
uint64_t OffsetA = TagA.getOffset(),
OffsetB
= TagB.getOffset();
550
return OffsetA ==
OffsetB
;
566
return OffsetA ==
OffsetB
;
569
// Follow the edge with the correct offset,
OffsetB
will be adjusted to
571
T = T.getParent(
OffsetB
);
/external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp
620
int OffsetA = 0,
OffsetB
= 0;
636
getMemOpBaseRegImmOfsWidth(MIb, BaseRegB,
OffsetB
, WidthB, TRI)) {
638
int LowOffset = OffsetA <
OffsetB
? OffsetA :
OffsetB
;
639
int HighOffset = OffsetA <
OffsetB
?
OffsetB
: OffsetA;
[
all
...]
/external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp
[
all
...]
Completed in 77 milliseconds