Home
last modified time | relevance | path

Searched defs:Begin (Results 1 – 25 of 219) sorted by relevance

123456789

/freebsd-src/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c69 intptr_t BeginI = (intptr_t)Begin, EndI = (intptr_t)End; in __llvm_profile_get_data_size() argument
61 __llvm_profile_get_num_data(const __llvm_profile_data * Begin,const __llvm_profile_data * End) __llvm_profile_get_num_data() argument
81 __llvm_profile_get_num_counters(const char * Begin,const char * End) __llvm_profile_get_num_counters() argument
88 __llvm_profile_get_counters_size(const char * Begin,const char * End) __llvm_profile_get_counters_size() argument
94 __llvm_profile_get_num_bitmap_bytes(const char * Begin,const char * End) __llvm_profile_get_num_bitmap_bytes() argument
100 __llvm_profile_get_name_size(const char * Begin,const char * End) __llvm_profile_get_name_size() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DFaultMapParser.h123 const uint8_t *Begin = P + FunctionFaultInfosOffset + in getFunctionFaultInfoAt() local
132 const uint8_t *Begin = P + MySize; in getNextFunctionInfo() local
138 explicit FaultMapParser(const uint8_t *Begin, const uint8_t *End) in FaultMapParser()
152 const uint8_t *Begin = P + FunctionInfosOffset; in getFirstFunctionInfo() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSequence.h305 auto seq(T Begin, T End) { in seq()
325 auto seq_inclusive(T Begin, T End) { in seq_inclusive()
337 auto enum_seq(EnumT Begin, EnumT End) { in enum_seq()
352 auto enum_seq(EnumT Begin, EnumT End, force_iteration_on_noniterable_enum_t) { in enum_seq()
364 auto enum_seq_inclusive(EnumT Begin, EnumT End) { in enum_seq_inclusive()
379 auto enum_seq_inclusive(EnumT Begin, EnumT End, in enum_seq_inclusive()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Testing/Annotations/
H A DAnnotations.h58 size_t Begin = 0; member
116 size_t Begin; member
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h223 Stmt **Begin = reinterpret_cast<Stmt **>(getTrailingObjects<Expr *>()); children() local
227 Stmt *const *Begin = children() local
279 Expr *Begin = nullptr; global() member
298 Begin = 0, global() enumerator
411 Stmt **Begin = reinterpret_cast<Stmt **>(getTrailingObjects<Expr *>()); children() local
416 Stmt *const *Begin = children() local
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/
H A DCommandLineSourceLoc.h66 std::pair<unsigned, unsigned> Begin; member
95 auto Begin = ParsedSourceLocation::FromString(RangeSplit.first); in fromString() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DParallel.h169 parallel_transform_reduce(IterTy Begin,IterTy End,ResultTy Init,ReduceFuncTy Reduce,TransformFuncTy Transform) parallel_transform_reduce() argument
233 parallelForEach(IterTy Begin,IterTy End,FuncTy Fn) parallelForEach() argument
239 parallelTransformReduce(IterTy Begin,IterTy End,ResultTy Init,ReduceFuncTy Reduce,TransformFuncTy Transform) parallelTransformReduce() argument
[all...]
H A DBranchProbability.h205 void BranchProbability::normalizeProbabilities(ProbabilityIter Begin, in normalizeProbabilities()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionXCOFF.h45 MCSectionXCOFF(StringRef Name,XCOFF::StorageMappingClass SMC,XCOFF::SymbolType ST,SectionKind K,MCSymbolXCOFF * QualName,MCSymbol * Begin,StringRef SymbolTableName,bool MultiSymbolsAllowed) MCSectionXCOFF() argument
73 MCSectionXCOFF(StringRef Name,SectionKind K,MCSymbolXCOFF * QualName,XCOFF::DwarfSectionSubtypeFlags DwarfSubtypeFlags,MCSymbol * Begin,StringRef SymbolTableName,bool MultiSymbolsAllowed) MCSectionXCOFF() argument
H A DMCSectionDXContainer.h26 MCSectionDXContainer(StringRef Name, SectionKind K, MCSymbol *Begin) in MCSectionDXContainer() argument
H A DMCSectionSPIRV.h26 MCSectionSPIRV(SectionKind K,MCSymbol * Begin) MCSectionSPIRV() argument
H A DMCSectionCOFF.h54 MCSymbol *COMDATSymbol, int Selection, MCSymbol *Begin) in MCSectionCOFF() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInstructionSelect.cpp149 for (auto MII = std::prev(MBB->end()), Begin = MBB->begin(); runOnMachineFunction() local
232 for (auto MII = std::prev(MBB.end()), Begin = MBB.begin(); !ReachedBegin;) { runOnMachineFunction() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DRangeSelector.h41 inline RangeSelector range(RangeSelector Begin, RangeSelector End) { in range() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMLRegAllocEvictAdvisor.h29 SlotIndex Begin; global() member
H A DMachinePassManager.cpp77 unsigned Begin = Idx; run() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp63 void updateScopeTops(MachineBasicBlock *Begin, MachineBasicBlock *End) { in updateScopeTops() argument
220 registerScope(MachineInstr * Begin,MachineInstr * End) registerScope() argument
227 registerTryScope(MachineInstr * Begin,MachineInstr * End,MachineBasicBlock * EHPad) registerTryScope() argument
235 unregisterScope(MachineInstr * Begin) unregisterScope() argument
356 MachineInstr *Begin = placeBlockMarker() local
435 MachineInstr *Begin = BuildMI(MBB, InsertPos, MBB.findDebugLoc(InsertPos), placeLoopMarker() local
604 MachineInstr *Begin = placeTryMarker() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DAttrImpl.cpp209 auto PrintExprs = [&OS, &Policy](Expr **Begin, Expr **End) { in printPrettyPragma()
228 auto PrintInteropInfo = [&OS](OMPInteropInfo *Begin, OMPInteropInfo *End) { in printPrettyPragma()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNIterativeScheduler.cpp45 MachineBasicBlock::iterator Begin, in printRegion() argument
76 MachineBasicBlock::iterator Begin, in printLivenessInfo() argument
227 getRegionPressure(MachineBasicBlock::iterator Begin,MachineBasicBlock::iterator End) const getRegionPressure() argument
279 enterRegion(MachineBasicBlock * BB,MachineBasicBlock::iterator Begin,MachineBasicBlock::iterator End,unsigned NumRegionInstrs) enterRegion() argument
[all...]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_utils.cpp49 void LogWriter::WriteAll(const char *Begin, const char *End) XRAY_NEVER_INSTRUMENT { in WriteAll()
/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmemtag.h167 inline uptr storeTags(uptr Begin, uptr End) { in storeTags() argument
287 inline NORETURN uptr storeTags(uptr Begin, uptr End) { in storeTags() argument
/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DUsingDeclarationsSorter.cpp169 auto Begin = in endUsingDeclarationBlock() local
182 auto Begin = (*UsingDeclarations)[I].Line->First->Tok.getLocation(); in endUsingDeclarationBlock() local
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.cpp228 auto Begin = Types.begin(); in fullScanForType() local
262 void LazyRandomTypeCollection::visitRange(TypeIndex Begin, uint32_t BeginOffset, in visitRange()
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h40 const MCSymbol *Begin; member
185 EntryBuilder(ListBuilder &List, const MCSymbol *Begin, const MCSymbol *End) in EntryBuilder()
/freebsd-src/sys/contrib/dev/acpica/components/executer/
H A Dextrace.c291 BOOLEAN Begin, in AcpiExTracePoint() argument

123456789