Home
last modified time | relevance | path

Searched defs:LoopBody (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dloop_body.py65 class LoopBody: class
112 def _init_with_copy(self, other: LoopBody, args):
415 def __init__(self, body: LoopBody, fn: Callable[..., Any], args: List[Any]):
590 def clone(self, body: LoopBody):
H A Doptimize_indexing.py90 def indexing_dtype_strength_reduction(loop_body: LoopBody):
H A Dbounds.py30 def __init__(self, loop_body: LoopBody) -> None:
H A Dir.py7944 class LoopBody: class
8051 def __init__(self, body: LoopBody, fn: Callable[..., Any], args: List[Any]):
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceLoopAnalyzer.cpp267 for (auto &LoopBody : LoopBodies) { in ComputeLoopInfo() local
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGStmt.cpp701 llvm::BasicBlock *LoopBody = createBasicBlock("while.body"); in EmitWhileStmt() local
756 llvm::BasicBlock *LoopBody = createBasicBlock("do.body"); in EmitDoStmt() local
H A DCGStmtOpenMP.cpp1292 auto LoopBody = createBasicBlock("omp.inner.for.body"); in EmitOMPInnerLoop() local
1706 auto LoopBody = createBasicBlock("omp.dispatch.body"); in EmitOMPOuterLoop() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Ddynamic_stitch_op.cc301 auto LoopBody = [&](int first, int last) { in Compute() local
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1134 BasicBlock *LoopBody = *(CurLoop->block_begin()); in recognizePopcount() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1542 BasicBlock *LoopBody = *(CurLoop->block_begin()); in recognizePopcount() local
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/
H A Dcpp.py3190 def get_loop_body_lowp_fp(_body: LoopBody) -> Tuple[Optional[torch.dtype], bool]:
3484 def legalize_lowp_fp_dtype_loopbody(self, loop_body: LoopBody):
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1955 BasicBlock *LoopBody = *(CurLoop->block_begin()); in recognizePopcount() local
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1351 const Stmt *LoopBody = nullptr; in isInLoopBody() local