Home
last modified time | relevance | path

Searched defs:FunctionData (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DMonomorphizeUnsupportedFunctions.cpp28 struct FunctionData struct
32 bool isOriginalUsed;
34 TIntermFunctionDefinition *originalDefinition;
37 TVector<TIntermFunctionDefinition *> monomorphizedDefinitions;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProfWriter.h41 StringMap<ProfilingData> FunctionData; variable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_guard/
Dguard_utils.cc627 class FunctionData : public ItemData { class
629 FunctionData(PyObject *obj, bool needSpecialize, int recurseDepth) in FunctionData() function in mindspore::pijit::FunctionData