Home
last modified time | relevance | path

Searched defs:TM (Results 1 – 25 of 358) sorted by relevance

12345678910>>...15

/external/llvm/include/llvm/Passes/
DPassBuilder.h35 TargetMachine *TM; variable
124 explicit PassBuilder(TargetMachine *TM = nullptr) : TM(TM) {} in TM() function
/external/llvm/lib/Target/AMDGPU/
DAMDGPUCodeGenPrepare.cpp35 const TargetMachine *TM; member in __anonc4de79340111::AMDGPUCodeGenPrepare
39 AMDGPUCodeGenPrepare(const TargetMachine *TM = nullptr) : in AMDGPUCodeGenPrepare()
80 FunctionPass *llvm::createAMDGPUCodeGenPreparePass(const TargetMachine *TM) { in createAMDGPUCodeGenPreparePass()
DAMDGPUSubtarget.cpp71 const TargetMachine &TM) in AMDGPUSubtarget()
182 const TargetMachine &TM) : in R600Subtarget()
189 const TargetMachine &TM) : in SISubtarget()
/external/llvm/lib/Target/AArch64/
DAArch64TargetObjectFile.cpp22 const TargetMachine &TM) { in Initialize()
34 const TargetMachine &TM, MachineModuleInfo *MMI, in getTTypeGlobalReference()
55 const GlobalValue *GV, Mangler &Mang, const TargetMachine &TM, in getCFIPersonalitySymbol()
/external/llvm/lib/Target/ARM/
DARMTargetObjectFile.cpp29 const TargetMachine &TM) { in Initialize()
45 const TargetMachine &TM, MachineModuleInfo *MMI, in getTTypeGlobalReference()
/external/llvm/lib/Target/Mips/
DMipsModuleISelDAGToDAG.cpp36 MipsTargetMachine &TM; member in __anon43ac21540111::MipsModuleDAGToDAGISel
48 llvm::FunctionPass *llvm::createMipsModuleISelDagPass(MipsTargetMachine &TM) { in createMipsModuleISelDagPass()
/external/llvm/lib/Target/NVPTX/
DNVPTXLowerKernelArgs.cpp114 NVPTXLowerKernelArgs(const NVPTXTargetMachine *TM = nullptr) in NVPTXLowerKernelArgs()
121 const NVPTXTargetMachine *TM; member in __anonbb1db34b0111::NVPTXLowerKernelArgs
232 llvm::createNVPTXLowerKernelArgsPass(const NVPTXTargetMachine *TM) { in createNVPTXLowerKernelArgsPass()
DNVPTXTargetObjectFile.h48 void Initialize(MCContext &ctx, const TargetMachine &TM) override { in Initialize()
96 const TargetMachine &TM) const override { in getExplicitSectionGlobal()
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXMFInfoExtract.cpp36 PTXMFInfoExtract(PTXTargetMachine &TM, CodeGenOpt::Level OptLevel) in PTXMFInfoExtract()
65 FunctionPass *llvm::createPTXMFInfoExtract(PTXTargetMachine &TM, in createPTXMFInfoExtract()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeTargetObjectFile.cpp23 Initialize(MCContext &Ctx, const TargetMachine &TM) { in Initialize()
56 IsGlobalInSmallSection(const GlobalValue *GV, const TargetMachine &TM, in IsGlobalInSmallSection()
DMBlazeSelectionDAGInfo.cpp18 MBlazeSelectionDAGInfo::MBlazeSelectionDAGInfo(const MBlazeTargetMachine &TM) in MBlazeSelectionDAGInfo()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsTargetObjectFile.cpp27 void MipsTargetObjectFile::Initialize(MCContext &Ctx, const TargetMachine &TM){ in Initialize()
60 IsGlobalInSmallSection(const GlobalValue *GV, const TargetMachine &TM, in IsGlobalInSmallSection()
DMipsSelectionDAGInfo.cpp18 MipsSelectionDAGInfo::MipsSelectionDAGInfo(const MipsTargetMachine &TM) in MipsSelectionDAGInfo()
/external/llvm/lib/CodeGen/
DLowerEmuTLS.cpp31 const TargetMachine *TM; member in __anon73e80ab60111::LowerEmuTLS
35 explicit LowerEmuTLS(const TargetMachine *TM) in LowerEmuTLS()
61 ModulePass *llvm::createLowerEmuTLSPass(const TargetMachine *TM) { in createLowerEmuTLSPass()
/external/llvm/lib/LTO/
DUpdateCompilerUsed.cpp30 const TargetMachine &TM, in PreserveLibCallsAndAsmUsed()
47 const TargetMachine &TM; member in __anonb07bc41c0111::PreserveLibCallsAndAsmUsed
115 void llvm::updateCompilerUsed(Module &TheModule, const TargetMachine &TM, in updateCompilerUsed()
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp44 const TargetMachine &TM) { in Initialize()
116 const GlobalValue *GV, Mangler &Mang, const TargetMachine &TM, in getCFIPersonalitySymbol()
133 const TargetMachine &TM){ in getKindForGlobal()
287 const TargetMachine &TM, MachineModuleInfo *MMI, in getTTypeGlobalReference()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetSelectionDAGInfo.cpp18 TargetSelectionDAGInfo::TargetSelectionDAGInfo(const TargetMachine &TM) in TargetSelectionDAGInfo()
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreTargetObjectFile.cpp19 void XCoreTargetObjectFile::Initialize(MCContext &Ctx, const TargetMachine &TM){ in Initialize()
DXCoreSelectionDAGInfo.cpp18 XCoreSelectionDAGInfo::XCoreSelectionDAGInfo(const XCoreTargetMachine &TM) in XCoreSelectionDAGInfo()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyTargetObjectFile.cpp21 const TargetMachine &TM) { in Initialize()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMTargetObjectFile.cpp25 const TargetMachine &TM) { in Initialize()
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaSelectionDAGInfo.cpp18 AlphaSelectionDAGInfo::AlphaSelectionDAGInfo(const AlphaTargetMachine &TM) in AlphaSelectionDAGInfo()
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUSelectionDAGInfo.cpp18 SPUSelectionDAGInfo::SPUSelectionDAGInfo(const SPUTargetMachine &TM) in SPUSelectionDAGInfo()
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.cpp18 SystemZSelectionDAGInfo::SystemZSelectionDAGInfo(const SystemZTargetMachine &TM) in SystemZSelectionDAGInfo()
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430SelectionDAGInfo.cpp18 MSP430SelectionDAGInfo::MSP430SelectionDAGInfo(const MSP430TargetMachine &TM) in MSP430SelectionDAGInfo()

12345678910>>...15