OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTargetLowering
(Results
1 - 25
of
46
) sorted by null
1
2
/external/llvm/lib/Target/
TargetAsmInfo.cpp
17
TLOF = &TM.
getTargetLowering
()->getObjFileLowering();
/external/llvm/lib/Target/X86/
X86TargetMachine.h
59
virtual const X86TargetLowering *
getTargetLowering
() const {
60
llvm_unreachable("
getTargetLowering
not implemented");
93
virtual const X86TargetLowering *
getTargetLowering
() const {
119
virtual const X86TargetLowering *
getTargetLowering
() const {
X86SelectionDAGInfo.cpp
23
TLI(*TM.
getTargetLowering
()) {
/external/llvm/lib/Target/Alpha/
AlphaTargetMachine.h
50
virtual const AlphaTargetLowering*
getTargetLowering
() const {
/external/llvm/lib/Target/Blackfin/
BlackfinTargetMachine.h
51
virtual const BlackfinTargetLowering*
getTargetLowering
() const {
/external/llvm/lib/Target/CellSPU/
SPUTargetMachine.h
62
virtual const SPUTargetLowering *
getTargetLowering
() const {
/external/llvm/lib/Target/MBlaze/
MBlazeTargetMachine.h
65
virtual const MBlazeTargetLowering *
getTargetLowering
() const
MBlazeISelDAGToDAG.cpp
172
Disp = CurDAG->getTargetConstant(0, TM.
getTargetLowering
()->getPointerTy());
/external/llvm/lib/Target/MSP430/
MSP430TargetMachine.h
55
virtual const MSP430TargetLowering *
getTargetLowering
() const {
/external/llvm/lib/Target/SystemZ/
SystemZTargetMachine.h
54
virtual const SystemZTargetLowering *
getTargetLowering
() const {
/external/llvm/lib/Target/XCore/
XCoreTargetMachine.h
43
virtual const XCoreTargetLowering *
getTargetLowering
() const {
/external/llvm/lib/Target/ARM/
ARMTargetMachine.h
78
virtual const ARMTargetLowering *
getTargetLowering
() const {
118
virtual const ARMTargetLowering *
getTargetLowering
() const {
ARMTargetMachine.cpp
121
PM.add(createARMGlobalMergePass(
getTargetLowering
()));
ARMSelectionDAGInfo.cpp
153
*static_cast<const ARMTargetLowering*>(DAG.getTarget().
getTargetLowering
());
/external/llvm/lib/CodeGen/
ExpandISelPseudos.cpp
55
const TargetLowering *TLI = MF.getTarget().
getTargetLowering
();
LLVMTargetMachine.cpp
319
PM.add(createLoopStrengthReducePass(
getTargetLowering
()));
339
PM.add(createSjLjEHPass(
getTargetLowering
()));
347
PM.add(createLowerInvokePass(
getTargetLowering
()));
355
PM.add(createCodeGenPreparePass(
getTargetLowering
()));
357
PM.add(createStackProtectorPass(
getTargetLowering
()));
378
&
getTargetLowering
()->getObjFileLowering(),
CallingConvLower.cpp
54
TM.
getTargetLowering
()->HandleByVal(this, Size);
MachineFunction.cpp
68
Alignment = TM.
getTargetLowering
()->getMinFunctionAlignment();
72
TM.
getTargetLowering
()->getPrefFunctionAlignment());
CodePlacementOpt.cpp
417
TLI = MF.getTarget().
getTargetLowering
();
/external/llvm/lib/Target/Mips/
MipsTargetMachine.h
54
virtual const MipsTargetLowering *
getTargetLowering
() const {
/external/llvm/lib/Target/PTX/
PTXTargetMachine.h
49
virtual const PTXTargetLowering *
getTargetLowering
() const {
/external/llvm/lib/Target/PowerPC/
PPCTargetMachine.h
52
virtual const PPCTargetLowering *
getTargetLowering
() const {
/external/llvm/lib/Target/Sparc/
SparcTargetMachine.h
48
virtual const SparcTargetLowering*
getTargetLowering
() const {
/external/llvm/include/llvm/Target/
TargetMachine.h
134
virtual const TargetLowering *
getTargetLowering
() const { return 0; }
/external/llvm/include/llvm/CodeGen/
SelectionDAGISel.h
59
const TargetLowering &
getTargetLowering
() { return TLI; }
Completed in 4873 milliseconds
1
2