Home
last modified time | relevance | path

Searched defs:TM_ (Results 1 – 7 of 7) sorted by relevance

/llvm-project/llvm/include/llvm/CodeGen/
H A DExpandLargeDivRem.h23 explicit ExpandLargeDivRemPass(const TargetMachine *TM_) : TM(TM_) {} in ExpandLargeDivRemPass()
H A DExpandLargeFpConvert.h24 explicit ExpandLargeFpConvertPass(const TargetMachine *TM_) : TM(TM_) {} in ExpandLargeFpConvertPass()
H A DSafeStack.h22 explicit SafeStackPass(const TargetMachine *TM_) : TM(TM_) {} in SafeStackPass()
H A DDwarfEHPrepare.h27 explicit DwarfEHPreparePass(const TargetMachine *TM_) : TM(TM_) {} in DwarfEHPreparePass()
H A DExpandMemCmp.h22 explicit ExpandMemCmpPass(const TargetMachine *TM_) : TM(TM_) {} in ExpandMemCmpPass()
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp299 AMDGPULowerModuleLDS(const AMDGPUTargetMachine &TM_) : TM(TM_) {} in AMDGPULowerModuleLDS() argument
1380 AMDGPULowerModuleLDSLegacy(const AMDGPUTargetMachine * TM_=nullptr) AMDGPULowerModuleLDSLegacy() argument
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp76 TargetLibraryInfo &TLI_, const TargetMachine &TM_) in HexagonVectorCombine() argument