OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SystemZDAGToDAGISel
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp
133
class
SystemZDAGToDAGISel
: public SelectionDAGISel {
333
SystemZDAGToDAGISel
(SystemZTargetMachine &TM, CodeGenOpt::Level OptLevel)
358
return new
SystemZDAGToDAGISel
(TM, OptLevel);
432
bool
SystemZDAGToDAGISel
::expandAddress(SystemZAddressingMode &AM,
547
bool
SystemZDAGToDAGISel
::selectAddress(SDValue Addr,
598
void
SystemZDAGToDAGISel
::getAddressOperands(const SystemZAddressingMode &AM,
623
void
SystemZDAGToDAGISel
::getAddressOperands(const SystemZAddressingMode &AM,
635
bool
SystemZDAGToDAGISel
::selectBDAddr(SystemZAddressingMode::DispRange DR,
646
bool
SystemZDAGToDAGISel
::selectMVIAddr(SystemZAddressingMode::DispRange DR,
657
bool
SystemZDAGToDAGISel
::selectBDXAddr(SystemZAddressingMode::AddrForm Form
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp
77
///
SystemZDAGToDAGISel
- SystemZ specific code to select SystemZ machine
81
class
SystemZDAGToDAGISel
: public SelectionDAGISel {
92
SystemZDAGToDAGISel
(SystemZTargetMachine &TM, CodeGenOpt::Level OptLevel)
152
return new
SystemZDAGToDAGISel
(TM, OptLevel);
182
bool
SystemZDAGToDAGISel
::MatchAddress(SDValue N, SystemZRRIAddressMode &AM,
317
bool
SystemZDAGToDAGISel
::MatchAddressBase(SDValue N,
337
void
SystemZDAGToDAGISel
::getAddressOperandsRI(const SystemZRRIAddressMode &AM,
346
void
SystemZDAGToDAGISel
::getAddressOperands(const SystemZRRIAddressMode &AM,
355
bool
SystemZDAGToDAGISel
::SelectAddrRI12Only(SDValue &Addr,
360
bool
SystemZDAGToDAGISel
::SelectAddrRI12(SDValue &Addr
[
all
...]
Completed in 402 milliseconds