| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
| D | HotColdSplitting.h | 36 function_ref<BlockFrequencyInfo *(Function &)> GBFI, in HotColdSplitting() 37 function_ref<TargetTransformInfo &(Function &)> GTTI, in HotColdSplitting() 39 function_ref<AssumptionCache *(Function &)> LAC) in HotColdSplitting() 54 function_ref<BlockFrequencyInfo *(Function &)> GetBFI; 55 function_ref<TargetTransformInfo &(Function &)> GetTTI; 57 function_ref<AssumptionCache *(Function &)> LookupAC;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
| D | AMDGPUMetadataVerifier.h | 37 function_ref<bool(msgpack::DocNode &)> verifyValue = {}); 40 function_ref<bool(msgpack::DocNode &)> verifyNode, 43 function_ref<bool(msgpack::DocNode &)> verifyNode); 47 function_ref<bool(msgpack::DocNode &)> verifyValue = {});
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/functional/ |
| D | BUILD.bazel | 56 name = "function_ref", 57 srcs = ["internal/function_ref.h"], 58 hdrs = ["function_ref.h"], 74 ":function_ref", 90 ":function_ref",
|
| D | CMakeLists.txt | 47 function_ref 49 "internal/function_ref.h" 51 "function_ref.h" 69 absl::function_ref
|
| D | BUILD.gn | 18 absl_source_set("function_ref") { 19 sources = [ "internal/function_ref.h" ] 20 public = [ "function_ref.h" ]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
| D | InstrProfWriter.h | 54 function_ref<void(Error)> Warn); 55 void addRecord(NamedInstrProfRecord &&I, function_ref<void(Error)> Warn) { in addRecord() 61 function_ref<void(Error)> Warn); 111 uint64_t Weight, function_ref<void(Error)> Warn);
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
| D | DWARFObject.h | 36 forEachInfoSections(function_ref<void(const DWARFSection &)> F) const {} in forEachInfoSections() 38 forEachTypesSections(function_ref<void(const DWARFSection &)> F) const {} in forEachTypesSections() 58 forEachInfoDWOSections(function_ref<void(const DWARFSection &)> F) const {} in forEachInfoDWOSections() 60 forEachTypesDWOSections(function_ref<void(const DWARFSection &)> F) const {} in forEachTypesDWOSections()
|
| D | DWARFDebugLoc.h | 58 function_ref<bool(const DWARFLocationEntry &)> Callback) const = 0; 73 function_ref<bool(Expected<DWARFLocationExpression>)> Callback) const; 112 function_ref<bool(const DWARFLocationEntry &)> Callback) const override; 127 function_ref<bool(const DWARFLocationEntry &)> Callback) const override;
|
| D | DWARFDebugLine.h | 285 function_ref<void(Error)> RecoverableErrorCallback, 314 function_ref<void(Error)> RecoverableErrorCallback); 337 function_ref<void(Error)> RecoverableErrorCallback, 338 function_ref<void(Error)> UnrecoverableErrorCallback, 346 void skip(function_ref<void(Error)> ErrorCallback);
|
| D | DWARFDebugRnglists.h | 40 llvm::function_ref<Optional<object::SectionedAddress>(uint32_t)> 51 function_ref<Optional<object::SectionedAddress>(uint32_t)>
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
| D | ModuleSymbolTable.h | 58 function_ref<void(StringRef, object::BasicSymbolRef::Flags)> AsmSymbol); 67 function_ref<void(StringRef, StringRef)> AsmSymver);
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| D | SyntheticCountsUtils.h | 40 using GetProfCountTy = function_ref<Optional<Scaled64>(NodeRef, EdgeRef)>; 41 using AddCountTy = function_ref<void(NodeRef, Scaled64)>;
|
| D | MemoryBuiltins.h | 62 function_ref<const TargetLibraryInfo &(Function &)> GetTLI, 75 function_ref<const TargetLibraryInfo &(Function &)> GetTLI, 121 function_ref<const TargetLibraryInfo &(Function &)> GetTLI); 124 function_ref<const TargetLibraryInfo &(Function &)> GetTLI) { in extractMallocCall()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/ |
| D | AMDGPUMetadataVerifier.cpp | 24 function_ref<bool(msgpack::DocNode &)> verifyValue) { in verifyScalar() 52 msgpack::DocNode &Node, function_ref<bool(msgpack::DocNode &)> verifyNode, in verifyArray() 68 function_ref<bool(msgpack::DocNode &)> verifyNode) { in verifyEntry() 78 function_ref<bool(msgpack::DocNode &)> verifyValue) { in verifyScalarEntry()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | CrashRecoveryContext.cpp | 220 bool CrashRecoveryContext::RunSafely(function_ref<void()> Fn) { in RunSafely() 405 bool CrashRecoveryContext::RunSafely(function_ref<void()> Fn) { in RunSafely() 456 function_ref<void()> Fn; 472 bool CrashRecoveryContext::RunSafelyOnThread(function_ref<void()> Fn, in RunSafelyOnThread()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | TimeProfiler.h | 44 llvm::function_ref<std::string()> Detail); 69 TimeTraceScope(StringRef Name, llvm::function_ref<std::string()> Detail) { in TimeTraceScope()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/ |
| D | FDRTraceExpander.h | 25 function_ref<void(const XRayRecord &)> C; 38 explicit TraceExpander(function_ref<void(const XRayRecord &)> F, uint16_t L) in TraceExpander()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/ |
| D | LTO.h | 51 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> 53 function_ref<void(StringRef, GlobalValue::GUID, GlobalValue::LinkageTypes)> 62 function_ref<bool(StringRef, ValueInfo)> isExported, 63 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)>
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
| D | ModuleSymbolTable.cpp | 72 function_ref<void(RecordStreamer &)> Init) { in initializeRecordStreamer() 127 function_ref<void(StringRef, BasicSymbolRef::Flags)> AsmSymbol) { in CollectAsmSymbols() 163 const Module &M, function_ref<void(StringRef, StringRef)> AsmSymver) { in CollectAsmSymvers()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
| D | SimplifyLibCalls.h | 109 function_ref<void(Instruction *, Value *)> Replacer; 110 function_ref<void(Instruction *)> Eraser; 142 function_ref<void(Instruction *, Value *)> Replacer = 144 function_ref<void(Instruction *)> Eraser = &eraseFromParentDefault);
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
| D | StringRef.h | 318 size_t find_if(function_ref<bool(char)> F, size_t From = 0) const { 334 size_t find_if_not(function_ref<bool(char)> F, size_t From = 0) const { 618 StringRef take_while(function_ref<bool(char)> F) const { in take_while() 626 StringRef take_until(function_ref<bool(char)> F) const { in take_until() 652 StringRef drop_while(function_ref<bool(char)> F) const { in drop_while() 660 StringRef drop_until(function_ref<bool(char)> F) const { in drop_until()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| D | StringRef.h | 328 size_t find_if(function_ref<bool(char)> F, size_t From = 0) const { 343 size_t find_if_not(function_ref<bool(char)> F, size_t From = 0) const { 628 StringRef take_while(function_ref<bool(char)> F) const { in take_while() 635 StringRef take_until(function_ref<bool(char)> F) const { in take_until() 658 StringRef drop_while(function_ref<bool(char)> F) const { in drop_while() 665 StringRef drop_until(function_ref<bool(char)> F) const { in drop_until()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
| D | GlobalOpt.cpp | 160 Value *V, function_ref<TargetLibraryInfo &(Function &)> GetTLI) { in IsSafeComputationToRemove() 191 function_ref<TargetLibraryInfo &(Function &)> GetTLI) { in CleanupPointerRootUsers() 278 function_ref<TargetLibraryInfo &(Function &)> GetTLI) { in CleanupConstantGlobalUsers() 765 function_ref<TargetLibraryInfo &(Function &)> GetTLI) { in OptimizeAwayTrappingUsesOfLoads() 1583 function_ref<TargetLibraryInfo &(Function &)> GetTLI) { in optimizeOnceStoredGlobal() 1800 function_ref<DominatorTree &(Function &)> LookupDomTree) { in isPointerValueDeadOnEntryToFunction() 1937 function_ref<TargetLibraryInfo &(Function &)> GetTLI, in processInternalGlobal() 1938 function_ref<DominatorTree &(Function &)> LookupDomTree) { in processInternalGlobal() 2079 function_ref<TargetLibraryInfo &(Function &)> GetTLI, in processGlobal() 2080 function_ref<DominatorTree &(Function &)> LookupDomTree) { in processGlobal() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| D | TailDuplicator.h | 93 function_ref<void(MachineBasicBlock *)> *RemovalCallback = nullptr); 128 function_ref<void(MachineBasicBlock *)> *RemovalCallback = nullptr);
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
| D | MipsTargetStreamer.h | 96 function_ref<unsigned()> GetATReg, 157 function_ref<unsigned()> GetATReg, SMLoc IDLoc, 282 bool emitDirectiveCpRestore(int Offset, function_ref<unsigned()> GetATReg, 346 bool emitDirectiveCpRestore(int Offset, function_ref<unsigned()> GetATReg,
|