Searched refs:end_loop (Results 1 – 25 of 29) sorted by relevance
12
/external/llvm-project/llvm/test/MC/WebAssembly/ |
D | basic-assembly-errors.s | 11 # CHECK: Block construct type mismatch, expected: end_function, instead got: end_loop 12 end_loop 18 # CHECK: Block construct type mismatch, expected: end_loop, instead got: end_function
|
D | annotations.s | 19 end_loop 50 # CHECK-NEXT: end_loop
|
/external/llvm/test/CodeGen/WebAssembly/ |
D | cfg-stackify.ll | 29 ; CHECK-NEXT: end_loop 74 ; CHECK-NEXT: end_loop 114 ; CHECK: end_loop 125 ; OPT: end_loop 301 ; CHECK-NEXT: end_loop{{$}} 309 ; OPT-NEXT: end_loop{{$}} 415 ; CHECK-NEXT: end_loop{{$}} 431 ; OPT-NEXT: end_loop{{$}} 477 ; OPT-NEXT: end_loop 484 ; OPT-NEXT: end_loop [all …]
|
/external/llvm-project/llvm/test/CodeGen/WebAssembly/ |
D | cfg-stackify.ll | 28 ; CHECK-NEXT: end_loop 63 ; CHECK-NEXT: end_loop 93 ; CHECK: end_loop 233 ; CHECK-NEXT: end_loop{{$}} 321 ; CHECK-NEXT: end_loop{{$}} 426 ; CHECK-NEXT: end_loop{{$}} 466 ; CHECK-NEXT: end_loop{{$}} 522 ; CHECK-NEXT: end_loop{{$}} 560 ; CHECK-NEXT: end_loop{{$}} 650 ; CHECK-NEXT: end_loop{{$}} [all …]
|
D | target-features.ll | 39 ; ATTRS: end_loop 51 ; ATTRS: end_loop
|
D | debugtrap.ll | 19 ; CHECK-NEXT: end_loop
|
D | indirectbr.ll | 29 ; CHECK: end_loop
|
D | switch-in-loop.ll | 35 ; CHECK: end_loop
|
D | cfg-stackify-eh.ll | 243 ; CHECK: end_loop 343 ; Tests if try/end_try markers are placed correctly wrt loop/end_loop markers, 344 ; when try and loop markers are in the same BB and end_try and end_loop are in 351 ; CHECK: end_loop 601 ; NOSORT: end_loop 960 ; CHECK: end_loop 981 ; 'invoke.cont' intentionally. This tests if 'end_loop' marker is placed 987 ; NOSORT: end_loop 1036 ; NOSORT: end_loop
|
D | atomic-rmw.ll | 94 ; CHECK: end_loop 104 ; CHECK: end_loop 114 ; CHECK: end_loop 124 ; CHECK: end_loop 134 ; CHECK: end_loop 225 ; CHECK: end_loop 235 ; CHECK: end_loop 245 ; CHECK: end_loop 255 ; CHECK: end_loop 265 ; CHECK: end_loop
|
D | multivalue.ll | 242 ; CHECK-NEXT: end_loop{{$}}
|
/external/puffin/src/ |
D | puffer.cc | 40 bool end_loop = false; in PuffDeflate() local 44 while (!end_loop && br->CacheBits(8)) { in PuffDeflate() 58 end_loop = true; in PuffDeflate()
|
/external/XNNPACK/src/f32-relu/ |
D | wasm_shr_x4.S | 129 end_loop 179 end_loop
|
D | wasm_shr_x1.S | 65 end_loop
|
D | wasm_shr_x2.S | 90 end_loop
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | r3xx_vertprog.c | 564 struct rc_instruction *end_loop = NULL; in allocate_temporary_registers() local 602 if (!end_loop && inst->U.I.Opcode == RC_OPCODE_BGNLOOP) { in allocate_temporary_registers() 613 end_loop = ptr; in allocate_temporary_registers() 620 if (inst == end_loop) { in allocate_temporary_registers() 621 end_loop = NULL; in allocate_temporary_registers() 627 ta[inst->U.I.SrcReg[i].Index].LastRead = end_loop ? end_loop : inst; in allocate_temporary_registers()
|
/external/llvm-project/llvm/test/MC/Disassembler/WebAssembly/ |
D | wasm.txt | 55 # This can mean end_block/end_loop/end_if/end_function/end_try..
|
/external/libhevc/common/arm64/ |
D | ihevc_intra_pred_chroma_planar.s | 312 bne end_loop 370 end_loop: label
|
D | ihevc_intra_pred_luma_planar.s | 528 beq end_loop 557 end_loop: label
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrControl.td | 68 def END_LOOP : I<(outs), (ins), [], "end_loop">;
|
/external/libhevc/common/arm/ |
D | ihevc_intra_pred_chroma_planar.s | 305 bne end_loop 358 end_loop: label
|
D | ihevc_intra_pred_luma_planar.s | 522 beq end_loop 550 end_loop: label
|
/external/llvm-project/llvm/test/DebugInfo/WebAssembly/ |
D | dbg-loop-loc.ll | 27 ; CHECK: end_loop
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrControl.td | 78 defm END_LOOP : NRI<(outs), (ins), [], "end_loop", 0x0b>;
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrControl.td | 82 defm END_LOOP : NRI<(outs), (ins), [], "end_loop", 0x0b>;
|
12