| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | RegBankSelect.h | 243 bool Beginning; variable 249 return Beginning ? MBB.begin() : MBB.end(); in getPointImpl() 255 MBBInsertPoint(MachineBasicBlock &MBB, bool Beginning = true) 256 : MBB(MBB), Beginning(Beginning) { in MBB() 259 assert((!Beginning || MBB.getFirstNonPHI() == MBB.begin()) && in MBB() 263 assert((Beginning || MBB.getFirstTerminator() == MBB.end()) && in MBB() 371 void addInsertPoint(MachineBasicBlock &MBB, bool Beginning);
|
| /llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusNameParser.cpp | 498 Beginning, // start of the name in ParseFullNameImpl() enumerator 506 State state = State::Beginning; in ParseFullNameImpl() 514 if (state != State::Beginning && state != State::AfterTwoColons) { in ParseFullNameImpl() 522 if (state == State::Beginning || state == State::AfterTwoColons) { in ParseFullNameImpl() 556 if (state == State::Beginning || state == State::AfterTwoColons) { in ParseFullNameImpl() 565 if (state != State::Beginning && state != State::AfterIdentifier && in ParseFullNameImpl() 586 if (state != State::Beginning && state != State::AfterTwoColons) { in ParseFullNameImpl() 597 if (state != State::Beginning && state != State::AfterTwoColons) { in ParseFullNameImpl()
|
| /llvm-project-15.0.7/llvm/tools/llvm-rc/ |
| H A D | ResourceScriptTokenList.def | 20 TOKEN(LineComment) // Beginning of single-line comment. 21 TOKEN(StartComment) // Beginning of multi-line comment.
|
| /llvm-project-15.0.7/lldb/include/lldb/Target/ |
| H A D | TraceCursor.h | 100 Beginning = 0, enumerator
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/X86/ |
| H A D | DW_OP_call_ref_unexpected.s | 12 .quad 0 # Beginning address offset
|
| H A D | fission-ranges.ll | 41 ; CHECK-NOT: Beginning address offset
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/ |
| H A D | BracesAroundStatementsCheck.cpp | 24 SourceLocation Beginning = in getTokenKind() local 27 Lexer::getRawToken(Beginning, Tok, SM, Context->getLangOpts()); in getTokenKind()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LoopSink.cpp | 230 MSSAU->createMemoryAccessInBB(IC, nullptr, N, MemorySSA::Beginning); in sinkInstruction() 258 MSSAU->moveToPlace(OldMemAcc, MoveBB, MemorySSA::Beginning); in sinkInstruction()
|
| H A D | LICM.cpp | 1430 New, nullptr, New->getParent(), MemorySSA::Beginning); in cloneInstructionInExitBlock() 1848 NewSI, nullptr, NewSI->getParent(), MemorySSA::Beginning); in insertStoresInLoopExitBlocks()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceCursorIntelPT.cpp | 73 case TraceCursor::SeekType::Beginning: in Seek()
|
| /llvm-project-15.0.7/llvm/unittests/Analysis/ |
| H A D | MemorySSATest.cpp | 107 LoadInst, MP, Merge, MemorySSA::Beginning)); in TEST_F() 140 EntryStore, nullptr, Entry, MemorySSA::Beginning); in TEST_F() 153 FirstLoad, nullptr, Merge, MemorySSA::Beginning)); in TEST_F() 164 LeftStore, nullptr, Left, MemorySSA::Beginning); in TEST_F() 177 SecondLoad, nullptr, Merge, MemorySSA::Beginning)); in TEST_F() 230 Updater.createMemoryAccessInBB(SI, nullptr, Left, MemorySSA::Beginning); in TEST_F() 243 LoadInst, nullptr, Merge, MemorySSA::Beginning)); in TEST_F() 289 MemorySSA::Beginning); in TEST_F() 466 Updater.moveToPlace(SideStoreAccess, Right, MemorySSA::Beginning); in TEST_F() 911 LoadInst, nullptr, AfterLoopBB, MemorySSA::Beginning)); in TEST_F()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | RegBankSelect.cpp | 842 bool Beginning) { in addInsertPoint() argument 843 addInsertPoint(*new MBBInsertPoint(MBB, Beginning)); in addInsertPoint()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | TraceDumper.cpp | 298 m_cursor_up->Seek(0, TraceCursor::SeekType::Beginning); in TraceDumper()
|
| /llvm-project-15.0.7/lldb/source/Plugins/TraceExporter/common/ |
| H A D | TraceHTR.cpp | 133 cursor.Seek(0, TraceCursor::SeekType::Beginning); in TraceHTR()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPythonImpl.h | 358 enum class AddLocation { Beginning, End }; enumerator
|
| H A D | ScriptInterpreterPython.cpp | 3168 AddToSysPath(AddLocation::Beginning, file_spec.GetPath(false)); in Initialize() 3170 AddToSysPath(AddLocation::Beginning, file_spec.GetPath(false)); in Initialize() 3202 if (location == AddLocation::Beginning) { in AddToSysPath()
|
| /llvm-project-15.0.7/llvm/docs/PDB/ |
| H A D | MsfFile.rst | 119 file. Beginning at byte 0 of the stream directory is the following structure:
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | MemorySSA.cpp | 1640 if (Point == Beginning) { in insertIntoListsForBlock() 1721 assert(Point == Beginning && in moveTo() 1738 insertIntoListsForBlock(Phi, BB, Beginning); in createMemoryPhi()
|
| H A D | MemorySSAUpdater.cpp | 1279 MSSA->moveTo(Phi, New, MemorySSA::Beginning); in wireOldPredecessorsToNewImmediatePredecessor()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | MemorySSA.h | 802 enum InsertionPlace { Beginning, End, BeforeTerminator };
|
| /llvm-project-15.0.7/polly/lib/External/isl/imath/ |
| H A D | ChangeLog | 265 Beginning with this release, defining the DEBUG preprocessor macro
|