/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Parallel.h | 129 void parallel_for_each(IterTy Begin, IterTy End, FuncTy Fn) { in parallel_for_each() 147 void parallel_for_each_n(IndexTy Begin, IndexTy End, FuncTy Fn) { in parallel_for_each_n() 183 void for_each(Policy policy, IterTy Begin, IterTy End, FuncTy Fn) { in for_each() 190 void for_each_n(Policy policy, IndexTy Begin, IndexTy End, FuncTy Fn) { in for_each_n() 208 void for_each(parallel_execution_policy policy, IterTy Begin, IterTy End, in for_each() 214 void for_each_n(parallel_execution_policy policy, IndexTy Begin, IndexTy End, in for_each_n()
|
D | BranchProbability.h | 205 void BranchProbability::normalizeProbabilities(ProbabilityIter Begin, in normalizeProbabilities()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | FaultMaps.h | 174 const uint8_t *Begin = P + FunctionFaultInfosOffset + in getFunctionFaultInfoAt() local 183 const uint8_t *Begin = P + MySize; in getNextFunctionInfo() local 189 explicit FaultMapParser(const uint8_t *Begin, const uint8_t *End) in FaultMapParser() 203 const uint8_t *Begin = P + FunctionInfosOffset; in getFirstFunctionInfo() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | StringExtras.h | 161 inline std::string join_impl(IteratorT Begin, IteratorT End, in join_impl() 176 inline std::string join_impl(IteratorT Begin, IteratorT End, in join_impl() 232 inline std::string join(IteratorT Begin, IteratorT End, StringRef Separator) { in join()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | InstructionSelect.cpp | 110 for (auto MII = std::prev(MBB->end()), Begin = MBB->begin(); in runOnMachineFunction() local 159 for (auto MII = std::prev(MBB.end()), Begin = MBB.begin(); !ReachedBegin;) { in runOnMachineFunction() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFMISimplifyPatchable.cpp | 97 auto Begin = MRI->use_begin(Op0.getReg()), End = MRI->use_end(); in checkADDrr() local 155 auto Begin = MRI->use_begin(DstReg), End = MRI->use_end(); in processCandidate() local 181 auto Begin = MRI->use_begin(DstReg), End = MRI->use_end(); in processDstReg() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Testing/Support/ |
D | Annotations.h | 51 size_t Begin = 0; member
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
D | AsyncRunner.cpp | 25 void AsyncRunner::Begin() { in Begin() function in wgpu::binding::AsyncRunner
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | Sequence.h | 75 iterator_range<detail::value_sequence_iterator<ValueT>> seq(ValueT Begin, in seq()
|
D | StringSet.h | 44 void insert(const InputIt &Begin, const InputIt &End) { in insert()
|
D | StringExtras.h | 298 inline std::string join_impl(IteratorT Begin, IteratorT End, in join_impl() 313 inline std::string join_impl(IteratorT Begin, IteratorT End, in join_impl() 370 inline std::string join(IteratorT Begin, IteratorT End, StringRef Separator) { in join()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringX86.h | 28 Begin, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyCFGStackify.cpp | 178 void WebAssemblyCFGStackify::registerScope(MachineInstr *Begin, in registerScope() 184 void WebAssemblyCFGStackify::registerTryScope(MachineInstr *Begin, in registerTryScope() 192 void WebAssemblyCFGStackify::unregisterScope(MachineInstr *Begin) { in unregisterScope() 328 MachineInstr *Begin = in placeBlockMarker() local 408 MachineInstr *Begin = BuildMI(MBB, InsertPos, MBB.findDebugLoc(InsertPos), in placeLoopMarker() local 576 MachineInstr *Begin = in placeTryMarker() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DebugLocEntry.h | 124 const MCSymbol *Begin; variable 135 DebugLocEntry(const MCSymbol *Begin, const MCSymbol *End, in DebugLocEntry()
|
D | DebugLocStream.h | 41 const MCSymbol *Begin; member 188 EntryBuilder(ListBuilder &List, const MCSymbol *Begin, const MCSymbol *End) in EntryBuilder()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | GCNIterativeScheduler.cpp | 61 MachineBasicBlock::iterator Begin, in printRegion() 92 MachineBasicBlock::iterator Begin, in printLivenessInfo() 248 GCNIterativeScheduler::getRegionPressure(MachineBasicBlock::iterator Begin, in getRegionPressure() 300 MachineBasicBlock::iterator Begin, in enterRegion()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCSectionXCOFF.h | 44 MCSymbolXCOFF *QualName, MCSymbol *Begin) in MCSectionXCOFF()
|
D | MCSectionCOFF.h | 56 MCSymbol *Begin) in MCSectionCOFF()
|
D | MCSectionWasm.h | 50 unsigned UniqueID, MCSymbol *Begin) in MCSectionWasm()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | LazyRandomTypeCollection.cpp | 230 auto Begin = Types.begin(); in fullScanForType() local 264 void LazyRandomTypeCollection::visitRange(TypeIndex Begin, uint32_t BeginOffset, in visitRange()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/ |
D | growable_memory_byte_array.cc | 78 uint8_t* GrowableMemoryByteArray::Begin() { in Begin() function in sfntly::GrowableMemoryByteArray
|
D | memory_byte_array.cc | 88 uint8_t* MemoryByteArray::Begin() { in Begin() function in sfntly::MemoryByteArray
|
/third_party/node/deps/v8/src/compiler/ |
D | pipeline-statistics.cc | 20 void PipelineStatistics::CommonStats::Begin( in Begin() function in v8::internal::compiler::PipelineStatistics::CommonStats
|
/third_party/node/deps/v8/src/ic/ |
D | ic-stats.cc | 23 void ICStats::Begin() { in Begin() function in v8::internal::ICStats
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | UDTLayout.cpp | 135 uint32_t Begin = LI->getOffsetInParent(); in ClassLayout() local 278 uint32_t Begin = Child->getOffsetInParent(); in addChildToLayout() local
|