Searched defs:Start (Results 151 - 175 of 226) sorted by relevance

12345678910

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp1135 NodeId Start = RA.Id; local
1200 NodeId Start = RA.Id; local
H A DRegAllocGreedy.cpp969 canEvictInterferenceInRange(LiveInterval &VirtReg, unsigned PhysReg, SlotIndex Start, SlotIndex End, EvictionCost &MaxCost) argument
1022 getCheapestEvicteeWeight(const AllocationOrder &Order, LiveInterval &VirtReg, SlotIndex Start, SlotIndex End, float *BestEvictweight) argument
[all...]
H A DSplitKit.cpp230 SlotIndex Start, Stop; local
751 void SplitEditor::useIntv(SlotIndex Start, SlotIndex End) { argument
810 SlotIndex Start = LIS.getMBBStartIdx(&MBB); local
827 overlapIntv(SlotIndex Start, SlotIndex End) argument
1129 SlotIndex Start = S.start; local
1603 SlotIndex Start, Stop; local
1705 SlotIndex Start, Stop; local
1798 SlotIndex Start, Stop; local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp764 const char *Start = MangledName.begin(); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp50 static uint64_t getBits(uint64_t Val, int Start, int End) { argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp976 DIExpression::getFragmentInfo(expr_op_iterator Start, expr_op_iterator End) { argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp137 makeStartPlusIntExpr(MCContext &Ctx, const MCSymbol &Start, int IntVal) { argument
1002 const MCExpr *Start = MCSymbolRefExpr::create( local
115 MakeStartMinusEndExpr(const MCStreamer &MCOS, const MCSymbol &Start, const MCSymbol &End, int IntVal) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp1508 const ulittle16_t *Start = reinterpret_cast<const ulittle16_t *>(IntPtr); local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h614 BlockNode Start; member in struct:llvm::bfi_detail::IrreducibleGraph
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp413 LValue Start = CGF.EmitLValueForFieldInitialization(DestLV, *Field); local
418 CGF.EmitStoreThroughLValue(RValue::get(ArrayStart), Start); local
H A DCoverageMappingGen.cpp393 SourceLocation Start = getStart(Body); local
413 SourceRegions.emplace_back(Counter(), Start, End); local
915 SourceLocation Start = getStart(S); local
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp837 size_t Start = RST.size(); local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1794 const char *Start = Rec.data(); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp1172 moveAllAccesses(BasicBlock *From, BasicBlock *To, Instruction *Start) argument
1207 moveAllAfterSpliceBlocks(BasicBlock *From, BasicBlock *To, Instruction *Start) argument
1218 moveAllAfterMergeBlocks(BasicBlock *From, BasicBlock *To, Instruction *Start) argument
H A DScalarEvolution.cpp1450 const SCEV *Start = AR->getStart(); local
1565 bool ScalarEvolution::proveNoWrapByVaryingStart(const SCEV *Start, argument
1696 const SCEV *Start = AR->getStart(); local
2040 const SCEV *Start = AR->getStart(); local
[all...]
H A DScalarEvolutionExpander.cpp301 const SCEV *Start = A->getStart(); local
352 const SCEV *Start = A->getStart(); local
1352 const SCEV *Start = Normalized->getStart(); local
2250 const SCEV *Start = AR->getStart(); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp522 int Start = (LittleEndian ? 0 : NumBytes - 1); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DFileCheck.cpp758 SMLoc Start = SMLoc::getFromPointer(Buffer.data() + Pos); local
919 auto Start = SM.getLineAndColumn(InputRange.Start); local
[all...]
H A DVirtualFileSystem.cpp1679 RedirectingFileSystem::lookupPath(sys::path::const_iterator Start, argument
[all...]
H A DYAMLParser.cpp1114 StringRef::iterator Start = Current; local
1279 StringRef::iterator Start = Current; local
1336 StringRef::iterator Start = Current; local
1414 StringRef::iterator Start = Current; local
1482 auto Start = Current; local
1813 SMLoc Start = SMLoc::getFromPointer(peekNext().Range.begin()); local
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h630 bool matchesFirstInRange(const MatcherT &Matcher, IteratorT Start, argument
646 bool matchesFirstInPointerRange(const MatcherT &Matcher, IteratorT Start, argument
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h337 PathDiagnosticLocation Start, End; member in class:clang::ento::PathDiagnosticLocationPair
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h385 create(SourceLocation SpellingLoc, SourceLocation Start, SourceLocation End, bool ExpansionIsTokenRange = true) argument
428 createForTokenSplit(SourceLocation SpellingLoc, SourceLocation Start, SourceLocation End) argument
1337 isInSLocAddrSpace(SourceLocation Loc, SourceLocation Start, unsigned Length, unsigned *RelativeOffset = nullptr) const argument
1655 isPointWithin(SourceLocation Location, SourceLocation Start, SourceLocation End) const argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp79 void *Start = Context.Allocate(Size + Extra + 8); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp725 computeCount(MachineLoop *Loop, const MachineOperand *Start, const MachineOperand *End, unsigned IVReg, int64_t IVBump, Comparison::Kind Cmp) const argument
[all...]

Completed in 688 milliseconds

12345678910