Home
last modified time | relevance | path

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

123456789

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DParallel.h131 void parallel_for_each(IterTy Begin, IterTy End, FuncTy Fn) { in parallel_for_each()
158 void parallel_for_each_n(IndexTy Begin, IndexTy End, FuncTy Fn) { in parallel_for_each_n()
190 ResultTy parallel_transform_reduce(IterTy Begin, IterTy End, ResultTy Init, in parallel_transform_reduce()
252 void parallelForEach(IterTy Begin, IterTy End, FuncTy Fn) { in parallelForEach()
263 void parallelForEachN(size_t Begin, size_t End, FuncTy Fn) { in parallelForEachN()
276 ResultTy parallelTransformReduce(IterTy Begin, IterTy End, ResultTy Init, in parallelTransformReduce()
H A DBranchProbability.h205 void BranchProbability::normalizeProbabilities(ProbabilityIter Begin, in normalizeProbabilities()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/sanstats/
H A Dsanstats.cpp39 static uint64_t ReadLE(char Size, const char *Begin, const char *End) { in ReadLE()
50 static const char *ReadModule(char SizeofPtr, const char *Begin, in ReadModule()
136 const char *Begin = MB->getBufferStart(), *End = MB->getBufferEnd(); in main() local
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprOpenMP.h223 Stmt **Begin = reinterpret_cast<Stmt **>(getTrailingObjects<Expr *>()); in children() local
227 Stmt *const *Begin = in children() local
279 Expr *Begin = nullptr; member
298 Begin = 0, enumerator
411 Stmt **Begin = reinterpret_cast<Stmt **>(getTrailingObjects<Expr *>()); in children() local
416 Stmt *const *Begin = in children() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCommandLineSourceLoc.h65 std::pair<unsigned, unsigned> Begin; member
94 auto Begin = ParsedSourceLocation::FromString(RangeSplit.first); in fromString() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSectionXCOFF.h44 MCSymbol *Begin, StringRef SymbolTableName, in MCSectionXCOFF()
67 MCSymbol *Begin, StringRef SymbolTableName, in MCSectionXCOFF()
H A DMCSectionCOFF.h54 MCSymbol *Begin) in MCSectionCOFF()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFMISimplifyPatchable.cpp100 auto Begin = MRI->use_begin(Op0.getReg()), End = MRI->use_end(); in checkADDrr() local
170 auto Begin = MRI->use_begin(DstReg), End = MRI->use_end(); in processCandidate() local
197 auto Begin = MRI->use_begin(DstReg), End = MRI->use_end(); in processDstReg() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DInstructionSelect.cpp142 for (auto MII = std::prev(MBB->end()), Begin = MBB->begin(); in runOnMachineFunction() local
210 for (auto MII = std::prev(MBB.end()), Begin = MBB.begin(); !ReachedBegin;) { in runOnMachineFunction() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Testing/Support/
H A DAnnotations.h51 size_t Begin = 0; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DSequence.h79 iterator_range<detail::value_sequence_iterator<ValueT>> seq(ValueT Begin, in seq()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp63 void updateScopeTops(MachineBasicBlock *Begin, MachineBasicBlock *End) { in updateScopeTops()
220 void WebAssemblyCFGStackify::registerScope(MachineInstr *Begin, in registerScope()
227 void WebAssemblyCFGStackify::registerTryScope(MachineInstr *Begin, in registerTryScope()
235 void WebAssemblyCFGStackify::unregisterScope(MachineInstr *Begin) { in unregisterScope()
356 MachineInstr *Begin = in placeBlockMarker() local
435 MachineInstr *Begin = BuildMI(MBB, InsertPos, MBB.findDebugLoc(InsertPos), in placeLoopMarker() local
604 MachineInstr *Begin = in placeTryMarker() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Transformer/
H A DRangeSelector.h41 inline RangeSelector range(RangeSelector Begin, RangeSelector End) { in range()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DUsingDeclarationsSorter.cpp141 auto Begin = in endUsingDeclarationBlock() local
154 auto Begin = (*UsingDeclarations)[I].Line->First->Tok.getLocation(); in endUsingDeclarationBlock() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
H A DDelta.h27 int Begin; member
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-refactor/
H A DTestSupport.h49 unsigned Begin, End; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DGCNIterativeScheduler.cpp45 MachineBasicBlock::iterator Begin, in printRegion()
76 MachineBasicBlock::iterator Begin, in printLivenessInfo()
232 GCNIterativeScheduler::getRegionPressure(MachineBasicBlock::iterator Begin, in getRegionPressure()
284 MachineBasicBlock::iterator Begin, in enterRegion()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_utils.cc49 void LogWriter::WriteAll(const char *Begin, const char *End) XRAY_NEVER_INSTRUMENT { in WriteAll()
H A Dxray_interface_internal.h46 const XRaySledEntry *Begin; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.cpp230 auto Begin = Types.begin(); in fullScanForType() local
264 void LazyRandomTypeCollection::visitRange(TypeIndex Begin, uint32_t BeginOffset, in visitRange()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h173 const MCSymbol *Begin; variable
184 DebugLocEntry(const MCSymbol *Begin, const MCSymbol *End, in DebugLocEntry()
/netbsd-src/sys/external/bsd/acpica/dist/executer/
H A Dextrace.c183 BOOLEAN Begin, in AcpiExTracePoint()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachinePassManager.cpp73 unsigned Begin = Idx; in run() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp135 uint32_t Begin = LI->getOffsetInParent(); in ClassLayout() local
278 uint32_t Begin = Child->getOffsetInParent(); in addChildToLayout() local

123456789