Home
last modified time | relevance | path

Searched refs:InLoop (Results 51 – 75 of 242) sorted by relevance

12345678910

/dports/devel/llvm13/llvm-project-13.0.1.src/polly/lib/Transform/
H A DForwardOpTree.cpp951 Loop *InLoop = Stmt->getSurroundingLoop();
961 forwardTree(Stmt, RA->getAccessValue(), Stmt, InLoop);
/dports/emulators/mednafen/mednafen/src/ss/
H A Dscsp.inc920 if((s->AttackLoopLink && s->InLoop) || (!s->AttackLoopLink && s->EnvLevel == 0))
1332 s->InLoop = false;
1347 if(!s->InLoop)
1357 s->InLoop = true;
1567 SFVAR(Slots->InLoop, 32, sizeof(*Slots), Slots),
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/
H A Dmerge_return_pass.cpp205 assert(CurrentState().InLoop() && "Should be in the dummy loop."); in ProcessStructuredBlock()
349 assert(state->InLoop() && "Should be in the dummy loop at the very least."); in PredicateBlocks()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/
H A Dmerge_return_pass.cpp205 assert(CurrentState().InLoop() && "Should be in the dummy loop."); in ProcessStructuredBlock()
349 assert(state->InLoop() && "Should be in the dummy loop at the very least."); in PredicateBlocks()
/dports/devel/upp/upp/uppsrc/CtrlCore/
H A DX11Wnd.cpp363 while(ProcessEvent() && (!LoopCtrl || LoopCtrl->InLoop())); // LoopCtrl-MF 071008 in ProcessEvents()
437 …while(loopno > EndSessionLoopNo && (ctrl ? ctrl->InLoop() && ctrl->IsOpen() : GetTopCtrls().GetCou… in EventLoop()
H A DWin32Wnd.cpp806 while(ProcessEvent(quit) && (!LoopCtrl || LoopCtrl->InLoop())); // LoopCtrl-MF 071008 in ProcessEvents()
831 …while(loopno > EndSessionLoopNo && !quit && (ctrl ? ctrl->IsOpen() && ctrl->InLoop() : GetTopCtrls… in EventLoop()
H A DCtrl.cpp1066 bool Ctrl::InLoop() const in InLoop() function in Upp::Ctrl
H A DCtrlCore.h1197 bool InLoop() const;
/dports/devel/asl/asl-current/tests/t_fl900/
H A Dfloat.inc649 InLoop: ld xhl,0 ; Division vorbereiten
670 jr nz,InLoop ; wenn nicht Null, auf jeden Fall weiter
672 jr ugt,InLoop ; noch nicht erreicht
/dports/math/gap/gap-4.11.0/pkg/images-1.3.0/gap/set_smallest_image/
H A Dnsi_horriblesetsethack.g457 Info(InfoNSI,2,"InLoop");
/dports/devel/asl/asl-current/tests/t_fl90/
H A Dfloat.inc1151 InLoop: ld hl,0 ; Division vorbereiten
1194 jr nz,InLoop ; falls <>0, auf jeden Fall weiter
1198 jr ult,InLoop
/dports/databases/db5/db-5.3.28/util/db_sql_codegen/sqlite/
H A DsqliteInt.h1323 struct InLoop { struct
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A DsqliteInt.h1923 struct InLoop { struct
H A Dwhere.c3284 struct InLoop *pIn; in codeEqualityTerm()
4883 struct InLoop *pIn; in sqlite3WhereEnd()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A DsqliteInt.h1924 struct InLoop {
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/GenXCodeGen/
H A DGenXCisaBuilder.cpp4939 bool InLoop = false; in isInLoop() local
4948 InLoop = true; in isInLoop()
4952 IsInLoopCache[BBFunc] = InLoop; in isInLoop()
4953 return InLoop; in isInLoop()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dwherecode.c417 struct InLoop *pIn; in codeEqualityTerm()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dwherecode.c516 struct InLoop *pIn; in codeEqualityTerm()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dwherecode.c516 struct InLoop *pIn; in codeEqualityTerm()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dwherecode.c516 struct InLoop *pIn; in codeEqualityTerm()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6924 bool InLoop = !ReductionOperations.empty(); in collectInLoopReductions() local
6925 if (InLoop) in collectInLoopReductions()
6927 LLVM_DEBUG(dbgs() << "LV: Using " << (InLoop ? "inloop" : "out of loop") in collectInLoopReductions()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7552 bool InLoop = !ReductionOperations.empty(); in collectInLoopReductions() local
7553 if (InLoop) { in collectInLoopReductions()
7562 LLVM_DEBUG(dbgs() << "LV: Using " << (InLoop ? "inloop" : "out of loop") in collectInLoopReductions()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7552 bool InLoop = !ReductionOperations.empty(); in collectInLoopReductions() local
7553 if (InLoop) { in collectInLoopReductions()
7562 LLVM_DEBUG(dbgs() << "LV: Using " << (InLoop ? "inloop" : "out of loop") in collectInLoopReductions()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7957 bool InLoop = !ReductionOperations.empty(); in collectInLoopReductions() local
7958 if (InLoop) { in collectInLoopReductions()
7967 LLVM_DEBUG(dbgs() << "LV: Using " << (InLoop ? "inloop" : "out of loop") in collectInLoopReductions()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7957 bool InLoop = !ReductionOperations.empty(); in collectInLoopReductions() local
7958 if (InLoop) { in collectInLoopReductions()
7967 LLVM_DEBUG(dbgs() << "LV: Using " << (InLoop ? "inloop" : "out of loop") in collectInLoopReductions()

12345678910