Home
last modified time | relevance | path

Searched refs:Beginning (Results 1 – 21 of 21) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h243 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 DCPlusPlusNameParser.cpp498 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 DResourceScriptTokenList.def20 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 DTraceCursor.h100 Beginning = 0, enumerator
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A DDW_OP_call_ref_unexpected.s12 .quad 0 # Beginning address offset
H A Dfission-ranges.ll41 ; CHECK-NOT: Beginning address offset
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DBracesAroundStatementsCheck.cpp24 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 DLoopSink.cpp230 MSSAU->createMemoryAccessInBB(IC, nullptr, N, MemorySSA::Beginning); in sinkInstruction()
258 MSSAU->moveToPlace(OldMemAcc, MoveBB, MemorySSA::Beginning); in sinkInstruction()
H A DLICM.cpp1430 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 DTraceCursorIntelPT.cpp73 case TraceCursor::SeekType::Beginning: in Seek()
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DMemorySSATest.cpp107 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 DRegBankSelect.cpp842 bool Beginning) { in addInsertPoint() argument
843 addInsertPoint(*new MBBInsertPoint(MBB, Beginning)); in addInsertPoint()
/llvm-project-15.0.7/lldb/source/Target/
H A DTraceDumper.cpp298 m_cursor_up->Seek(0, TraceCursor::SeekType::Beginning); in TraceDumper()
/llvm-project-15.0.7/lldb/source/Plugins/TraceExporter/common/
H A DTraceHTR.cpp133 cursor.Seek(0, TraceCursor::SeekType::Beginning); in TraceHTR()
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h358 enum class AddLocation { Beginning, End }; enumerator
H A DScriptInterpreterPython.cpp3168 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 DMsfFile.rst119 file. Beginning at byte 0 of the stream directory is the following structure:
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemorySSA.cpp1640 if (Point == Beginning) { in insertIntoListsForBlock()
1721 assert(Point == Beginning && in moveTo()
1738 insertIntoListsForBlock(Phi, BB, Beginning); in createMemoryPhi()
H A DMemorySSAUpdater.cpp1279 MSSA->moveTo(Phi, New, MemorySSA::Beginning); in wireOldPredecessorsToNewImmediatePredecessor()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DMemorySSA.h802 enum InsertionPlace { Beginning, End, BeforeTerminator };
/llvm-project-15.0.7/polly/lib/External/isl/imath/
H A DChangeLog265 Beginning with this release, defining the DEBUG preprocessor macro