Home
last modified time | relevance | path

Searched refs:END_LOOP (Results 1 – 20 of 20) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyCFGStackify.cpp136 InsertPos->getOpcode() == WebAssembly::END_LOOP) in PlaceBlockMarker()
146 std::prev(InsertPos)->getOpcode() != WebAssembly::END_LOOP) in PlaceBlockMarker()
159 InsertPos->getOpcode() == WebAssembly::END_LOOP && in PlaceBlockMarker()
200 InsertPos->getOpcode() == WebAssembly::END_LOOP) in PlaceLoopMarker()
210 TII.get(WebAssembly::END_LOOP)); in PlaceLoopMarker()
272 if (MI.getOpcode() == WebAssembly::END_LOOP) { in FixEndsAtEndOfFunction()
335 case WebAssembly::END_LOOP: in PlaceMarkers()
DWebAssemblyInstrControl.td87 // END_BLOCK, END_LOOP, and END_FUNCTION are represented with the same opcode in
90 defm END_LOOP : NRI<(outs), (ins), [], "end_loop", 0x0b>;
DWebAssemblyUtilities.cpp143 case WebAssembly::END_LOOP: in isMarker()
/external/clang/test/Rewriter/
Drewrite-foreach-2.m21 void END_LOOP(); function
30 END_LOOP();
/external/llvm/test/CodeGen/AMDGPU/
Dcayman-loop-bug.ll9 ; CHECK: END_LOOP
10 ; CHECK: END_LOOP
Dstructurize1.ll21 ; CHECK: END_LOOP
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dcayman-loop-bug.ll9 ; CHECK: END_LOOP
10 ; CHECK: END_LOOP
Dstructurize1.ll21 ; CHECK: END_LOOP
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/StructurizeCFG/AMDGPU/
Duniform-regions.ll36 ; CHECK-NEXT: br i1 [[CC2]], label [[END_LOOP:%.*]], label [[FLOW1:%.*]]
45 ; CHECK-NEXT: [[TMP2]] = phi i32 [ [[I_INC]], [[END_LOOP]] ], [ undef, [[MID_LOOP]] ]
46 ; CHECK-NEXT: [[TMP3]] = phi i1 [ false, [[END_LOOP]] ], [ true, [[MID_LOOP]] ]
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyCFGStackify.cpp375 prev(InsertPos)->getOpcode() != WebAssembly::END_LOOP) in PlaceBlockMarker()
385 InsertPos->getOpcode() == WebAssembly::END_LOOP) in PlaceBlockMarker()
423 InsertPos->getOpcode() == WebAssembly::END_LOOP) in PlaceLoopMarker()
429 TII.get(WebAssembly::END_LOOP)); in PlaceLoopMarker()
493 case WebAssembly::END_LOOP: in PlaceMarkers()
DWebAssemblyInstrControl.td68 def END_LOOP : I<(outs), (ins), [], "end_loop">;
/external/libxaac/decoder/armv7/
Dixheaacd_eld_decoder_sbr_pre_twiddle.s65 END_LOOP: label
/external/llvm/lib/Target/WebAssembly/InstPrinter/
DWebAssemblyInstPrinter.cpp82 case WebAssembly::END_LOOP: in printInst()
/external/libhevc/common/arm64/
Dihevc_sao_band_offset_chroma.s357 BLT END_LOOP
421 END_LOOP: label
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/InstPrinter/
DWebAssemblyInstPrinter.cpp84 case WebAssembly::END_LOOP: in printInst()
/external/libhevc/common/arm/
Dihevc_sao_band_offset_chroma.s343 BLT END_LOOP
398 END_LOOP: label
/external/llvm/lib/Target/AMDGPU/
DEvergreenInstructions.td661 def END_LOOP_EG : CF_CLAUSE_EG<5, (ins i32imm:$ADDR), "END_LOOP @$ADDR"> {
DR600Instructions.td1230 def END_LOOP_R600 : CF_CLAUSE_R600<5, (ins i32imm:$ADDR), "END_LOOP @$ADDR"> {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DEvergreenInstructions.td730 def END_LOOP_EG : CF_CLAUSE_EG<5, (ins i32imm:$ADDR), "END_LOOP @$ADDR"> {
DR600Instructions.td1267 def END_LOOP_R600 : CF_CLAUSE_R600<5, (ins i32imm:$ADDR), "END_LOOP @$ADDR"> {