OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PPCTargetLowering
(Results
1 - 9
of
9
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCTargetMachine.h
38
PPCTargetLowering
TLInfo;
52
virtual const
PPCTargetLowering
*getTargetLowering() const {
PPCISelLowering.cpp
67
PPCTargetLowering
::
PPCTargetLowering
(PPCTargetMachine &TM)
416
unsigned
PPCTargetLowering
::getByValTypeAlignment(Type *Ty) const {
425
const char *
PPCTargetLowering
::getTargetNodeName(unsigned Opcode) const {
473
EVT
PPCTargetLowering
::getSetCCResultType(EVT VT) const {
[
all
...]
PPCISelLowering.h
236
class
PPCTargetLowering
: public TargetLowering {
240
explicit
PPCTargetLowering
(PPCTargetMachine &TM);
PPCISelDAGToDAG.cpp
43
const
PPCTargetLowering
&PPCLowering;
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.h
34
const
PPCTargetLowering
*TLI;
37
const
PPCTargetLowering
*getTLI() const { return TLI; }
PPCSubtarget.h
146
PPCTargetLowering
TLInfo;
179
const
PPCTargetLowering
*getTargetLowering() const override {
PPCISelLowering.cpp
69
PPCTargetLowering
::
PPCTargetLowering
(const PPCTargetMachine &TM,
[
all
...]
PPCISelLowering.h
456
class
PPCTargetLowering
: public TargetLowering {
460
explicit
PPCTargetLowering
(const PPCTargetMachine &TM,
[
all
...]
PPCISelDAGToDAG.cpp
70
const
PPCTargetLowering
*PPCLowering;
[
all
...]
Completed in 971 milliseconds