Searched refs:back (Results 426 - 450 of 965) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNIterativeScheduler.cpp320 if (!Regions.empty() && Regions.back()->Begin == RegionBegin) {
322 Regions.back()->MaxPressure.print(
H A DSIMachineFunctionInfo.cpp313 assert(FuncInfo->VGPRReservedForSGPRSpill == SpillVGPRs.back().VGPR);
338 LaneVGPR = SpillVGPRs.back().VGPR;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DA15SDOptimizer.cpp185 MI = Front.back();
362 MI = Front.back();
585 // * Otherwise, fall back on the same stategy as COPY.
590 // * Otherwise, fall back on the same stategy as COPY.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp620 packCmovGroup(Group.front(), Group.back());
652 MachineInstr *LastCMOV = Group.back();
717 // Walk back through any intermediate cmovs referenced.
/freebsd-13-stable/sys/kern/
H A Dsubr_terminal.c467 vi->mv_norm.back = bg;
470 vi->mv_rev.back = fg & 0x7;
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DMapFile.cpp114 EhSectionPiece &last = pieces.back();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp247 m_getopt_table.back().definition = nullptr;
248 m_getopt_table.back().flag = nullptr;
249 m_getopt_table.back().val = 0;
837 m_option_defs.back().usage_mask = dst_mask;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp179 lldb_private::Diagnostic *diag = m_manager->Diagnostics().back().get();
701 /// and returned back to the caller.
726 if (IsTokenSeparator(cmd.back()))
732 while (!to_remove.empty() && !IsTokenSeparator(to_remove.back())) {
742 while (!cmd.empty() && IsIdChar(cmd.back())) {
812 // result we got back. We probably can't turn it into any kind of useful
/freebsd-13-stable/contrib/tcsh/
H A Dsh.lex.c70 * If they push back a character then they must push it behind
1174 int back = 0; local
1206 back = 1;
1238 if (back)
1242 if (back) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DUnwindLLDB.cpp124 CursorSP prev_frame = m_frames.back();
343 // If we can get one more frame further then accept that we get back a
385 // The new frame hasn't helped in unwinding. Fall back to the original one as
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DModuloSchedule.h130 int getFinalCycle() { return Cycle[ScheduledInstrs.back()]; }
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetRPCAPI.h151 ResourceId I = FreeIds.back();
/freebsd-13-stable/contrib/llvm-project/compiler-rt/include/fuzzer/
H A DFuzzedDataProvider.h118 result.back() = terminator;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDataFlowTrace.cpp63 uint32_t NumBlocks = CoveredBlocks.back();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLexicalScopes.cpp242 auto &ScopePosition = WorkStack.back();
H A DMachineModuleInfo.cpp104 BBCallbacks.back().setMap(this);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp120 const LayoutItemBase *Back = LayoutItems.back();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugUtils.cpp307 sys::path::is_separator(this->DumpDir.back()))
H A DRTDyldObjectLinkingLayer.cpp157 MemMgr = MemMgrs.back().get();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp165 Tok = Stack.back();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp477 auto *thisBB = DFS.back();
723 BasicBlock *OutliningCallBB = Cloner.OutlinedFunctions.back().second;
1240 // users (function pointers, etc.) back to the original function.
1409 (Cloner.ClonedOI ? Cloner.OutlinedFunctions.back().first
1460 Function *CurrFunc = Worklist.back();
H A DStripSymbols.cpp280 Constant *C = DeadConstants.back();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp217 return Instructions.back();
626 if (!(isa<PHINode>(Instructions.back()) ||
627 C->isSameOperationAs(Instructions.back())))
635 !C->isSameOperationAs(Instructions.back()) ||
/freebsd-13-stable/contrib/llvm-project/llvm/lib/XRay/
H A DInstrumentationMap.cpp171 auto &Entry = Sleds.back();
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DCOFFObjcopy.cpp38 const Section &Last = Obj.getSections().back();

Completed in 322 milliseconds

<<11121314151617181920>>