OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BlockAddr
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp
49
const BlockAddress *
BlockAddr
;
55
: BaseType(RegBase), Disp(0), GV(0), CP(0),
BlockAddr
(0),
163
AM.
BlockAddr
= cast<BlockAddressSDNode>(N0)->getBlockAddress();
277
else if (AM.
BlockAddr
)
278
Disp = CurDAG->getTargetBlockAddress(AM.
BlockAddr
, MVT::i32, 0,
/external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp
65
const BlockAddress *
BlockAddr
;
73
Segment(), GV(0), CP(0),
BlockAddr
(0), ES(0), JT(-1), Align(0),
78
return GV != 0 || CP != 0 || ES != 0 || JT != -1 ||
BlockAddr
!= 0;
251
} else if (AM.
BlockAddr
)
252
Disp = CurDAG->getTargetBlockAddress(AM.
BlockAddr
, MVT::i32, AM.Disp,
676
AM.
BlockAddr
= BA->getBlockAddress();
713
AM.
BlockAddr
= BA->getBlockAddress();
[
all
...]
Completed in 135 milliseconds