/external/compiler-rt/test/profile/Inputs/ |
D | instrprof-value-prof-real.c | 29 FPT getFunc(int I) { return CalleeAddrs[I]; } in getFunc() function 41 FPT Fp = getFunc(I); 46 Fp = getFunc(511 - I); 50 Fp = getFunc(I); 54 Fp = getFunc(I); 58 Fp = getFunc(I); 62 Fp = getFunc(I);
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 105 Function *getFunc() const { return Func; } in getFunc() function in __anon382367a50111::ComparableFunction 664 if (LHS.getFunc() == RHS.getFunc() && in isEqual() 667 if (!LHS.getFunc() || !RHS.getFunc()) in isEqual() 678 return FunctionComparator(LHS.getTD(), LHS.getFunc(), in isEqual() 679 RHS.getFunc()).compare(); in isEqual() 814 DEBUG(dbgs() << "Inserting as unique: " << NewF.getFunc()->getName() << '\n'); in insert() 821 assert(!OldF.getFunc()->mayBeOverridden() || in insert() 822 NewF.getFunc()->mayBeOverridden()); in insert() 824 DEBUG(dbgs() << " " << OldF.getFunc()->getName() << " == " in insert() 825 << NewF.getFunc()->getName() << '\n'); in insert() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 179 Function *getFunc() const { return F; } in getFunc() function in __anone552f4510111::FunctionNode 219 FunctionComparator FCmp(LHS.getFunc(), RHS.getFunc(), GlobalNumbers); in operator ()() 802 Function *F = FN.getFunc(); in replaceFunctionInTree() 840 if ((OldF.getFunc()->isInterposable() && !NewFunction->isInterposable()) || in insert() 841 (OldF.getFunc()->isInterposable() == NewFunction->isInterposable() && in insert() 842 OldF.getFunc()->getName() > NewFunction->getName())) { in insert() 844 Function *F = OldF.getFunc(); in insert() 847 assert(OldF.getFunc() != F && "Must have swapped the functions."); in insert() 850 LLVM_DEBUG(dbgs() << " " << OldF.getFunc()->getName() in insert() 854 mergeTwoFunctions(OldF.getFunc(), DeleteF); in insert()
|
/external/clang/test/CodeGenCXX/ |
D | predefined-expr-cxx14.cpp | 83 const char *getFunc() const { return Func; } in getFunc() function in FuncTemplate 102 (void)FTi.getFunc(); in Foo()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonRDFOpt.cpp | 147 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) { in run() 299 << PrintNode<FuncNode*>(G.getFunc(), G) << '\n'; in runOnMachineFunction() 306 << PrintNode<FuncNode*>(G.getFunc(), G) << '\n'; in runOnMachineFunction()
|
D | RDFDeadCode.cpp | 117 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) in collect() 146 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) { in collect()
|
D | RDFLiveness.cpp | 328 NodeAddr<FuncNode*> FA = DFG.getFunc(); in computePhiInfo() 530 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) { in computeLiveIns() 564 NodeAddr<FuncNode*> FA = DFG.getFunc(); in computeLiveIns() 895 for (auto I : DFG.getFunc().Addr->findBlock(B, DFG).Addr->members(DFG)) { in traverse()
|
D | RDFCopy.cpp | 119 auto BA = DFG.getFunc().Addr->findBlock(B, DFG); in scanBlock()
|
D | HexagonOptAddrMode.cpp | 599 auto BA = DFG->getFunc().Addr->findBlock(B, *DFG); in constructDefMap() 637 NodeAddr<FuncNode *> FA = DFG->getFunc(); in runOnMachineFunction()
|
D | RDFGraph.h | 612 NodeAddr<FuncNode*> getFunc() const { in getFunc() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonRDFOpt.cpp | 163 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()
|
D | RDFDeadCode.cpp | 128 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) in collect() 157 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) { in collect()
|
D | RDFLiveness.cpp | 431 NodeAddr<FuncNode*> FA = DFG.getFunc(); in computePhiInfo() 688 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) { in computeLiveIns() 722 NodeAddr<FuncNode*> FA = DFG.getFunc(); in computeLiveIns() 1071 for (auto I : DFG.getFunc().Addr->findBlock(B, DFG).Addr->members(DFG)) { in traverse()
|
D | RDFGraph.h | 661 NodeAddr<FuncNode*> getFunc() const { return Func; } in getFunc() function
|
D | HexagonOptAddrMode.cpp | 797 NodeAddr<FuncNode *> FA = DFG->getFunc(); in runOnMachineFunction()
|
/external/llvm/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 462 Function *getFunc() const { return F; } in getFunc() function in __anonda1fd9f90111::FunctionNode 1393 FunctionComparator FCmp(LHS.getFunc(), RHS.getFunc(), GlobalNumbers); in operator ()() 1777 Function *F = FN.getFunc(); in replaceFunctionInTree() 1826 if ((OldF.getFunc()->isInterposable() && !NewFunction->isInterposable()) || in insert() 1827 (OldF.getFunc()->isInterposable() == NewFunction->isInterposable() && in insert() 1828 OldF.getFunc()->getName() > NewFunction->getName())) { in insert() 1830 Function *F = OldF.getFunc(); in insert() 1833 assert(OldF.getFunc() != F && "Must have swapped the functions."); in insert() 1836 DEBUG(dbgs() << " " << OldF.getFunc()->getName() in insert() 1840 mergeTwoFunctions(OldF.getFunc(), DeleteF); in insert()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | PGOInstrumentation.cpp | 896 Function &getFunc() const { return F; } in getFunc() function in __anon3417d88e0411::PGOUseFunc 1496 dbgs() << "pgo-view-counts: " << Func.getFunc().getName() << "\n"; in annotateAllFunctions() 1505 WriteGraph(&Func, Twine("PGORawCounts_") + Func.getFunc().getName()); in annotateAllFunctions() 1507 ViewGraph(&Func, Twine("PGORawCounts_") + Func.getFunc().getName()); in annotateAllFunctions() 1509 dbgs() << "pgo-view-raw-counts: " << Func.getFunc().getName() << "\n"; in annotateAllFunctions() 1637 return &G->getFunc().front(); in getEntryNode() 1647 return nodes_iterator(G->getFunc().begin()); in nodes_begin() 1651 return nodes_iterator(G->getFunc().end()); in nodes_end() 1660 return G->getFunc().getName(); in getGraphName()
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | STLExtras.h | 84 inline const UnaryFunc &getFunc() const { return Fn; } in getFunc() function 122 return mapped_iterator<_Iterator, Func>(X.getCurrent() - N, X.getFunc());
|
/external/swiftshader/third_party/subzero/src/ |
D | IceLiveness.h | 70 Cfg *getFunc() const { return Func; } in getFunc() function
|
D | IceTargetLowering.h | 281 Cfg *getFunc() const { return Func; } in getFunc() function
|
D | PNaClTranslator.cpp | 1410 Ice::Cfg *getFunc() const { return Func.get(); } in getFunc() function in __anon013ef65f0111::FunctionParser 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()
|
/external/llvm/include/llvm/ADT/ |
D | STLExtras.h | 133 inline const UnaryFunc &getFunc() const { return Fn; } in getFunc() function 191 return mapped_iterator<Iterator, Func>(X.getCurrent() - N, X.getFunc());
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | STLExtras.h | 147 inline const UnaryFunc &getFunc() const { return Fn; } in getFunc() function 205 return mapped_iterator<Iterator, Func>(X.getCurrent() - N, X.getFunc());
|
/external/deqp/modules/glshared/ |
D | glsBuiltinPrecisionTests.cpp | 5220 virtual const FuncBase& getFunc (void) const = 0; 5224 return de::toLower(getFunc().getName()); in getName() 5229 return "Function '" + getFunc().getName() + "'"; in getDesc() 5287 const FuncBase& getFunc (void) const { return instance<GenF<1> >(); } in getFunc() function in deqp::gls::BuiltinPrecisionTests::TemplateFuncCaseFactory 5308 const FuncBase& getFunc (void) const { return instance<GenF<2> >(); } in getFunc() function in deqp::gls::BuiltinPrecisionTests::SquareMatrixFuncCaseFactory 5333 const FuncBase& getFunc (void) const { return instance<GenF<2,2> >(); } in getFunc() function in deqp::gls::BuiltinPrecisionTests::MatrixFuncCaseFactory
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderBuiltinPrecisionTests.cpp | 6502 virtual const FuncBase& getFunc (void) const = 0; 6503 string getName (void) const { return de::toLower(getFunc().getName()); } in getName() 6504 string getDesc (void) const { return "Function '" + getFunc().getName() + "'"; } in getDesc() 6552 const FuncBase& getFunc (void) const { return instance<GenF<1, float> >(); } in getFunc() function in vkt::shaderexecutor::TemplateFuncCaseFactory 6571 const FuncBase& getFunc (void) const { return instance<GenF<1, deFloat16> >(); } in getFunc() function in vkt::shaderexecutor::TemplateFuncCaseFactory16Bit 6592 const FuncBase& getFunc (void) const { return instance<GenF<2> >(); } in getFunc() function in vkt::shaderexecutor::SquareMatrixFuncCaseFactory 6616 const FuncBase& getFunc (void) const { return instance<GenF<2,2, float> >(); } in getFunc() function in vkt::shaderexecutor::MatrixFuncCaseFactory 6648 const FuncBase& getFunc (void) const { return instance<GenF<2, 2, deFloat16> >(); } in getFunc() function in vkt::shaderexecutor::MatrixFuncCaseFactory16Bit
|