Home
last modified time | relevance | path

Searched defs:Profile (Results 1 - 25 of 31) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAPSInt.cpp39 void APSInt::Profile(FoldingSetNodeID& ID) const { in Profile() function in APSInt
H A DAPInt.cpp159 void APInt::Profile(FoldingSetNodeID& ID) const { in Profile() function in APInt
H A DItaniumManglingCanonicalizer.cpp87 void Profile(llvm::FoldingSetNodeID &ID) { profileNode(ID, getNode()); } in Profile() function
H A DARMAttributeParser.cpp151 StringRef Profile; in CPU_arch_profile() local
/third_party/ffmpeg/libavcodec/
H A Dvc1_common.h48 enum Profile { enum
/third_party/mesa3d/src/egl/main/
H A Deglcontext.h61 EGLint Profile; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
H A DProfile.h51 class Profile { global() class
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H A DRecord.cpp198 void RecordRecTy::Profile(FoldingSetNodeID &ID) const { in Profile() function in RecordRecTy
[all...]
/third_party/python/Lib/
H A DcProfile.py28 class Profile(_lsprof.Profiler): class
H A Dprofile.py103 class Profile: class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp42 void DIEAbbrevData::Profile(FoldingSetNodeID &ID) const { in Profile() function in DIEAbbrevData
57 void DIEAbbrev::Profile(FoldingSetNodeID &ID) const { in Profile() function in DIEAbbrev
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp30 void UniqueMachineInstr::Profile(FoldingSetNodeID &ID) { in Profile() function in UniqueMachineInstr
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DAttributeImpl.h77 void Profile(FoldingSetNodeID &ID) const { in Profile() function in llvm::AttributeImpl
88 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, in Profile() function in llvm::AttributeImpl
94 static void Profile(FoldingSetNodeID &ID, StringRef Kind, StringRef Values) { in Profile() function in llvm::AttributeImpl
99 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, in Profile() function in llvm::AttributeImpl
224 void Profile(FoldingSetNodeID &ID) const { in Profile() function in llvm::final
228 static void Profile(FoldingSetNodeID &ID, ArrayRef<Attribute> AttrList) { Profile() function in llvm::final
[all...]
H A DAttributes.cpp925 void AttributeListImpl::Profile(FoldingSetNodeID &ID) const { in Profile() function in AttributeListImpl
929 void AttributeListImpl::Profile(FoldingSetNodeID &ID, in Profile() function in AttributeListImpl
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DLegacyPassManagers.h253 void Profile(FoldingSetNodeID &ID) const { in Profile() function
256 static void Profile(FoldingSetNodeID &ID, const AnalysisUsage &AU) { in Profile() function
H A DAttributes.h183 void Profile(FoldingSetNodeID &ID) const { in Profile() function in llvm::Attribute
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
H A DProfile.cpp25 Profile::Profile(const Profile &O) { in Profile() function in llvm::xray::Profile
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp617 const FunctionSamples &Profile = I.second; in computeSummary() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DImmutableList.h44 static inline void Profile(FoldingSetNodeID& ID, const T& H, in Profile() function in llvm::ImmutableListImpl
50 void Profile(FoldingSetNodeID& ID) { in Profile() function in llvm::ImmutableListImpl
143 void Profile(FoldingSetNodeID& ID) const { in Profile() function in llvm::ImmutableList
H A DImmutableMap.h54 static inline void Profile(FoldingSetNodeID& ID, value_type_ref V) { in Profile() function
245 static inline void Profile(FoldingSetNodeID& ID, const ImmutableMap& M) { in Profile() function in llvm::ImmutableMap
249 inline void Profile(FoldingSetNodeID& ID) const { in Profile() function in llvm::ImmutableMap
405 static inline void Profile(FoldingSetNodeID &ID, const ImmutableMapRef &M) { in Profile() function in llvm::ImmutableMapRef
409 inline void Profile(FoldingSetNodeID &ID) const { return Profile(ID, *this); } in Profile() function in llvm::ImmutableMapRef
H A DFoldingSet.h221 static void Profile(const T &X, FoldingSetNodeID &ID) { in Profile() function
224 static void Profile(T &X, FoldingSetNodeID &ID) { in Profile() function
256 static void Profile(T &X, FoldingSetNodeID &ID, Ctx Context) { Profile() function
481 FoldingSetTrait<T>::Profile(*TN, ID); global() member in llvm::final::FoldingSetTrait
530 ContextualFoldingSetTrait<T, Ctx>::Profile(*TN, ID, Context); global() member in llvm::final::ContextualFoldingSetTrait
717 void Profile(FoldingSetNodeID &ID) { FoldingSetTrait<T>::Profile(data, ID); } Profile() function in llvm::FoldingSetNodeWrapper
739 void Profile(FoldingSetNodeID &ID) const { ID.AddNodeID(FastID); } Profile() function in llvm::FastFoldingSetNode
746 static inline void Profile(T *X, FoldingSetNodeID &ID) { Profile() function
752 static inline void Profile(const std::pair<T1, T2> &P, Profile() function
[all...]
/third_party/vk-gl-cts/framework/opengl/
H A DgluRenderContext.hpp51 enum Profile enum
[all...]
/third_party/node/deps/v8/src/debug/
H A Dinterface-types.h155 virtual void Profile(const ConsoleCallArguments& args, in Profile() function in v8::debug::ConsoleDelegate
/third_party/node/deps/v8/src/inspector/
H A Dv8-console.cc366 void V8Console::Profile(const v8::debug::ConsoleCallArguments& info, in Profile() function in v8_inspector::V8Console
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineOperand.cpp1030 void MachineMemOperand::Profile(FoldingSetNodeID &ID) const { in Profile() function in MachineMemOperand

Completed in 26 milliseconds

12