OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SelectAddressRegRegOnly
(Results
1 - 6
of
6
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelLowering.h
271
///
SelectAddressRegRegOnly
- Given the specified addressed, force it to be
273
bool
SelectAddressRegRegOnly
(SDValue N, SDValue &Base, SDValue &Index,
PPCISelDAGToDAG.cpp
129
return PPCLowering.
SelectAddressRegRegOnly
(N, Base, Index, *CurDAG);
[
all
...]
PPCISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCISelLowering.h
537
///
SelectAddressRegRegOnly
- Given the specified addressed, force it to be
539
bool
SelectAddressRegRegOnly
(SDValue N, SDValue &Base, SDValue &Index,
[
all
...]
PPCISelDAGToDAG.cpp
163
return PPCLowering->
SelectAddressRegRegOnly
(N, Base, Index, *CurDAG);
[
all
...]
PPCISelLowering.cpp
[
all
...]
Completed in 47 milliseconds