Searched defs:stage (Results 1 – 10 of 10) sorted by relevance
/llvm-project/mlir/lib/IR/ |
H A D | Visitors.cpp | 23 WalkStage stage(op); in walk() local 43 WalkStage stage(op); in walk() local
|
/llvm-project/mlir/test/lib/IR/ |
H A D | TestVisitorsGeneric.cpp | 14 static std::string getStageDescription(const WalkStage &stage) { in getStageDescription() 34 outerOp->walk([&](Operation *op, const WalkStage &stage) { in runOnOperation() 40 outerOp->walk([&](test::TwoRegionOp op, const WalkStage &stage) { in runOnOperation() 65 auto walker = [&](Operation *op, const WalkStage &stage) { in runOnOperation() 107 result = outerOp->walk([&](test::TwoRegionOp op, const WalkStage &stage) { in runOnOperation()
|
/llvm-project/clang/lib/Headers/hlsl/ |
H A D | hlsl_intrinsics.h | 23 _HLSL_AVAILABILITY_STAGE(platform,version,stage) global() argument 30 _HLSL_16BIT_AVAILABILITY_STAGE(platform,version,stage) global() argument
|
/llvm-project/mlir/test/Examples/NVGPU/ |
H A D | Ch5.py | 81 stage, argument 139 def switch_phase(stage, phase, num_stages): argument
|
H A D | Ch4.py | 76 stage, argument
|
/llvm-project/mlir/lib/Dialect/SCF/Transforms/ |
H A D | LoopPipelining.cpp | 228 int64_t stage = it->second; verifySchedule() local 342 unsigned stage = stages[op]; analyzeCrossStageValues() local 620 for (unsigned int stage = 1; stage <= maxStage; stage++) createKernel() local [all...] |
/llvm-project/mlir/include/mlir/Interfaces/ |
H A D | SideEffectInterfaces.h | 276 int stage; variable
|
/llvm-project/mlir/lib/Bytecode/Writer/ |
H A D | IRNumbering.cpp | 253 __anon5bf2a3480502(Operation *op, const WalkStage &stage) computeGlobalNumberingState() argument
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | MachinePipeliner.cpp | 3417 for (int stage = 1, lastStage = getMaxStageCount(); stage <= lastStage; finalizeSchedule() local [all...] |
/llvm-project/mlir/tools/mlir-tblgen/ |
H A D | OpDefinitionsGen.cpp | 3403 int stage = (int)location.effect.getStage(); global() local
|