Home
last modified time | relevance | path

Searched refs:getFunc (Results 1 - 25 of 28) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
H A DgetterSetterNonAccessor.js2 function getFunc():any{return 0;}
6 get: getFunc,
13 function getFunc() { return 0; } function
16 get: getFunc,
/third_party/jerryscript/tests/jerry/
H A Dobject-defineproperty.js25 function getFunc() { function
31 get: getFunc
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp186 Function *getFunc() const { return F; } in getFunc() function in __anon25037::FunctionNode
220 FunctionComparator FCmp(LHS.getFunc(), RHS.getFunc(), GlobalNumbers); in operator ()()
867 Function *F = FN.getFunc(); in replaceFunctionInTree()
918 if (!isFuncOrderCorrect(OldF.getFunc(), NewFunction)) { in insert()
920 Function *F = OldF.getFunc(); in insert()
923 assert(OldF.getFunc() != F && "Must have swapped the functions."); in insert()
926 LLVM_DEBUG(dbgs() << " " << OldF.getFunc()->getName() in insert()
930 mergeTwoFunctions(OldF.getFunc(), DeleteF); in insert()
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DReflectionUtil.cs317 var getFunc = (Func<T1, ExtensionSet<T1>>)prop.GetGetMethod(true).CreateDelegate(typeof(Func<T1, ExtensionSet<T1>>)); in CreateIsInitializedCaller()
319 var getFunc = (Func<T1, ExtensionSet<T1>>)prop.GetMethod.CreateDelegate(typeof(Func<T1, ExtensionSet<T1>>)); in CreateIsInitializedCaller()
327 var set = getFunc((T1)m); in CreateIsInitializedCaller()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonRDFOpt.cpp163 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) { in run()
311 << PrintNode<FuncNode*>(G.getFunc(), G) << '\n'; in runOnMachineFunction()
318 << PrintNode<FuncNode*>(G.getFunc(), G) << '\n'; in runOnMachineFunction()
H A DRDFDeadCode.cpp128 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) in collect()
157 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) { in collect()
H A DRDFLiveness.cpp429 NodeAddr<FuncNode*> FA = DFG.getFunc(); in computePhiInfo()
686 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) { in computeLiveIns()
720 NodeAddr<FuncNode*> FA = DFG.getFunc(); in computeLiveIns()
1069 for (auto I : DFG.getFunc().Addr->findBlock(B, DFG).Addr->members(DFG)) { in traverse()
H A DRDFGraph.h660 NodeAddr<FuncNode*> getFunc() const { return Func; } in getFunc() function
H A DHexagonOptAddrMode.cpp802 NodeAddr<FuncNode *> FA = DFG->getFunc(); in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1004 Function &getFunc() const { return F; } in getFunc() function in __anon25077::PGOUseFunc
1603 dbgs() << "pgo-view-counts: " << Func.getFunc().getName() << "\n"; in annotateAllFunctions()
1612 WriteGraph(&Func, Twine("PGORawCounts_") + Func.getFunc().getName()); in annotateAllFunctions()
1614 ViewGraph(&Func, Twine("PGORawCounts_") + Func.getFunc().getName()); in annotateAllFunctions()
1616 dbgs() << "pgo-view-raw-counts: " << Func.getFunc().getName() << "\n"; in annotateAllFunctions()
1757 return &G->getFunc().front(); in getEntryNode()
1767 return nodes_iterator(G->getFunc().begin()); in nodes_begin()
1771 return nodes_iterator(G->getFunc().end()); in nodes_end()
1780 return G->getFunc().getName(); in getGraphName()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceLiveness.h70 Cfg *getFunc() const { return Func; } in getFunc() function in Ice::Liveness
H A DIceTargetLowering.h279 Cfg *getFunc() const { return Func; } in getFunc() function in Ice::TargetLowering
H A DPNaClTranslator.cpp1410 Ice::Cfg *getFunc() const { return Func.get(); } in getFunc() function in __anon25529::final
2952 V->setName(getFunctionParser()->getFunc(), Nm); in setValueName()
2963 if (Index >= getFunctionParser()->getFunc()->getNumNodes()) { in setBbName()
2969 getFunctionParser()->getFunc()->getNodes()[Index]->setName(Nm); in setBbName()
H A DIceAssemblerX8632.cpp38 Target->getFunc()->getFunctionName()); in AsmAddress()
H A DIceAssemblerX8664.cpp38 Target->getFunc()->getFunctionName()); in AsmAddress()
H A DIceTargetLoweringMIPS32.cpp3940 Operand *FCC0 = OperandMIPS32FCC::create(getFunc(), OperandMIPS32FCC::FCC0); in lowerFcmp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DSTLExtras.h119 inline const UnaryFunc &getFunc() const { return Fn; } in getFunc() function in llvm::mapped_iterator
177 return mapped_iterator<Iterator, Func>(X.getCurrent() - N, X.getFunc()); in operator +()
/third_party/vk-gl-cts/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp5222 virtual const FuncBase& getFunc (void) const = 0;
5226 return de::toLower(getFunc().getName()); in getName()
5231 return "Function '" + getFunc().getName() + "'"; in getDesc()
5289 const FuncBase& getFunc (void) const { return instance<GenF<1> >(); } in getFunc() function in deqp::gls::BuiltinPrecisionTests::TemplateFuncCaseFactory
5310 const FuncBase& getFunc (void) const { return instance<GenF<2> >(); } in getFunc() function in deqp::gls::BuiltinPrecisionTests::SquareMatrixFuncCaseFactory
5335 const FuncBase& getFunc (void) const { return instance<GenF<2,2> >(); } in getFunc() function in deqp::gls::BuiltinPrecisionTests::MatrixFuncCaseFactory
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dframe_capture_utils.cpp1048 void (gl::Program::*getFunc)(const gl::Context *, in SerializeUniformData()
1053 (program->*getFunc)(context, loc, uniformData.data()); in SerializeUniformData()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp6845 virtual const FuncBase& getFunc (void) const = 0;
6846 string getName (void) const { return de::toLower(getFunc().getName()); }
6847 string getDesc (void) const { return "Function '" + getFunc().getName() + "'"; }
6897 const FuncBase& getFunc (void) const { return instance<GenF<1, T> >(); }
6915 std::string fileName = getFunc().getName() + "_" + ctx.name;
6950 const FuncBase& getFunc (void) const { return instance<GenF<2> >(); }
6975 const FuncBase& getFunc (void) const { return instance<GenF<2,2, T> >(); }
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp6834 virtual const FuncBase& getFunc (void) const = 0;
6835 string getName (void) const { return de::toLower(getFunc().getName()); }
6836 string getDesc (void) const { return "Function '" + getFunc().getName() + "'"; }
6886 const FuncBase& getFunc (void) const { return instance<GenF<1, T> >(); }
6904 std::string fileName = getFunc().getName() + "_" + ctx.name;
6939 const FuncBase& getFunc (void) const { return instance<GenF<2> >(); }
6964 const FuncBase& getFunc (void) const { return instance<GenF<2,2, T> >(); }
/third_party/typescript/lib/
H A DtypingsInstaller.js[all...]
H A Dtsc.js[all...]
H A Dtsserverlibrary.js[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]

Completed in 185 milliseconds

12