/external/llvm/lib/Target/X86/ |
D | X86TargetMachine.h | 86 X86TargetLowering TLInfo; variable 95 return &TLInfo; in getTargetLowering() 115 X86TargetLowering TLInfo; variable 124 return &TLInfo; in getTargetLowering()
|
D | X86TargetMachine.cpp | 50 TLInfo(*this), in X86_32TargetMachine() 66 TLInfo(*this), in X86_64TargetMachine()
|
/external/llvm/lib/Target/ARM/ |
D | ARMTargetMachine.h | 67 ARMTargetLowering TLInfo; variable 82 return &TLInfo; in getTargetLowering() 109 ARMTargetLowering TLInfo; variable 126 return &TLInfo; in getTargetLowering()
|
D | ARMTargetMachine.cpp | 72 TLInfo(*this), in ARMTargetMachine() 103 TLInfo(*this), in ThumbTargetMachine()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430TargetMachine.h | 36 MSP430TargetLowering TLInfo; variable 58 return &TLInfo; in getTargetLowering()
|
D | MSP430TargetMachine.cpp | 38 InstrInfo(*this), TLInfo(*this), TSInfo(*this), in MSP430TargetMachine()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreTargetMachine.h | 32 XCoreTargetLowering TLInfo; variable 46 return &TLInfo; in getTargetLowering()
|
D | XCoreTargetMachine.cpp | 34 TLInfo(*this), in XCoreTargetMachine()
|
/external/llvm/lib/Target/CellSPU/ |
D | SPUTargetMachine.h | 34 SPUTargetLowering TLInfo; variable 62 return &TLInfo; in getTargetLowering()
|
D | SPUTargetMachine.cpp | 44 TLInfo(*this), in SPUTargetMachine()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonTargetMachine.h | 33 HexagonTargetLowering TLInfo; variable 60 return &TLInfo; in getTargetLowering()
|
D | HexagonTargetMachine.cpp | 74 Subtarget(TT, CPU, FS), InstrInfo(Subtarget), TLInfo(*this), in HexagonTargetMachine()
|
/external/llvm/lib/Target/MBlaze/ |
D | MBlazeTargetMachine.h | 37 MBlazeTargetLowering TLInfo; variable 69 { return &TLInfo; } in getTargetLowering()
|
D | MBlazeTargetMachine.cpp | 44 TLInfo(*this), TSInfo(*this), ELFWriterInfo(*this), in MBlazeTargetMachine()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcTargetMachine.h | 32 SparcTargetLowering TLInfo; variable 50 return &TLInfo; in getTargetLowering()
|
D | SparcTargetMachine.cpp | 38 TLInfo(*this), TSInfo(*this), in SparcTargetMachine()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXTargetMachine.h | 37 NVPTXTargetLowering TLInfo; variable 69 return const_cast<NVPTXTargetLowering*>(&TLInfo); in getTargetLowering()
|
D | NVPTXTargetMachine.cpp | 75 InstrInfo(*this), TLInfo(*this), TSInfo(*this), FrameLowering(*this,is64bit) in NVPTXTargetMachine()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCTargetMachine.h | 36 PPCTargetLowering TLInfo; variable 52 return &TLInfo; in getTargetLowering()
|
D | PPCTargetMachine.cpp | 45 TLInfo(*this), TSInfo(*this), in PPCTargetMachine()
|
/external/llvm/lib/Target/Mips/ |
D | MipsTargetMachine.h | 37 MipsTargetLowering TLInfo; variable 67 return &TLInfo; in getTargetLowering()
|
D | MipsTargetMachine.cpp | 55 TLInfo(*this), TSInfo(*this), JITInfo(), in MipsTargetMachine()
|
/external/llvm/lib/Transforms/Scalar/ |
D | CodeGenPrepare.cpp | 79 const TargetLibraryInfo *TLInfo; member in __anonf63dd3df0111::CodeGenPrepare 147 TLInfo = &getAnalysis<TargetLibraryInfo>(); in runOnFunction() 627 TLInfo, ModifiedDT ? 0 : DT); in OptimizeCallInst() 659 return Simplifier.fold(CI, TD, TLInfo); in OptimizeCallInst() 1004 RecursivelyDeleteTriviallyDeadInstructions(Repl, TLInfo); in OptimizeMemoryInst()
|