Home
last modified time | relevance | path

Searched defs:TMA (Results 1 – 6 of 6) sorted by relevance

/llvm-project/mlir/test/Examples/NVGPU/
H A DCh4.py73 a_tma: TMA,
74 b_tma: TMA,
117 def initialize(a_tma: TMA, b_tma: TMA, num_stages):
135 def prologue(mbar_group: Mbarriers, a_tma: TMA, b_tma: TMA, num_stages):
149 def mainloop(mbar_group: Mbarriers, a_tma: TMA, b_tma: TMA, num_stages):
H A DCh5.py78 a_tma: TMA,
79 b_tma: TMA,
119 def initialize(a_tma: TMA, b_tma: TMA, num_stages):
152 a_tma: TMA,
153 b_tma: TMA,
173 a_tma: TMA,
174 b_tma: TMA,
H A DCh3.py27 a_tma: TMA,
28 b_tma: TMA,
/llvm-project/mlir/test/Examples/NVGPU/tools/
H A Dnvdsl.py102 class TMA: class
203 desc: TMA = None,
/llvm-project/llvm/unittests/IR/
H A DPassManagerTest.cpp128 if (TestModuleAnalysis::Result *TMA = in run() local
/llvm-project/llvm/unittests/Analysis/
H A DCGSCCPassManagerTest.cpp324 if (TestModuleAnalysis::Result *TMA = in TEST_F() local