/external/compiler-rt/test/profile/Inputs/ |
H A D | instrprof-value-prof-real.c | 29 FPT getFunc(int I) { return CalleeAddrs[I]; } 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/clang/test/CodeGenCXX/ |
H A D | predefined-expr-cxx14.cpp | 83 const char *getFunc() const { return Func; } function in class:FuncTemplate 102 (void)FTi.getFunc();
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
H A D | MergeFunctions.cpp | 105 Function *getFunc() const { return Func; } function in class:__anon20189::ComparableFunction 664 if (LHS.getFunc() == RHS.getFunc() && 667 if (!LHS.getFunc() || !RHS.getFunc()) 678 return FunctionComparator(LHS.getTD(), LHS.getFunc(), 679 RHS.getFunc()).compare(); 814 DEBUG(dbgs() << "Inserting as unique: " << NewF.getFunc()->getName() << '\n'); 821 assert(!OldF.getFunc()->mayBeOverridden() || 822 NewF.getFunc() [all...] |
/external/llvm/lib/Target/Hexagon/ |
H A D | HexagonRDFOpt.cpp | 147 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) { 299 << PrintNode<FuncNode*>(G.getFunc(), G) << '\n'; 306 << PrintNode<FuncNode*>(G.getFunc(), G) << '\n';
|
H A D | RDFDeadCode.cpp | 117 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) 146 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) {
|
H A D | RDFLiveness.cpp | 328 NodeAddr<FuncNode*> FA = DFG.getFunc(); 530 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) { 564 NodeAddr<FuncNode*> FA = DFG.getFunc(); 895 for (auto I : DFG.getFunc().Addr->findBlock(B, DFG).Addr->members(DFG)) {
|
H A D | RDFCopy.cpp | 119 auto BA = DFG.getFunc().Addr->findBlock(B, DFG);
|
H A D | HexagonOptAddrMode.cpp | 599 auto BA = DFG->getFunc().Addr->findBlock(B, *DFG); 637 NodeAddr<FuncNode *> FA = DFG->getFunc();
|
H A D | RDFGraph.h | 612 NodeAddr<FuncNode*> getFunc() const { function in struct:DataFlowGraph
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
H A D | STLExtras.h | 84 inline const UnaryFunc &getFunc() const { return Fn; } function in class:llvm::mapped_iterator 122 return mapped_iterator<_Iterator, Func>(X.getCurrent() - N, X.getFunc());
|
/external/swiftshader/third_party/subzero/src/ |
H A D | IceLiveness.h | 70 Cfg *getFunc() const { return Func; } function in class:Ice::Liveness
|
H A D | IceTargetLowering.h | 281 Cfg *getFunc() const { return Func; } function in class:Ice::TargetLowering
|
H A D | PNaClTranslator.cpp | 1410 Ice::Cfg *getFunc() const { return Func.get(); } function in class:__anon20727::final 2952 V->setName(getFunctionParser()->getFunc(), Nm); 2963 if (Index >= getFunctionParser()->getFunc()->getNumNodes()) { 2969 getFunctionParser()->getFunc()->getNodes()[Index]->setName(Nm);
|
H A D | IceTargetLoweringMIPS32.cpp | 3989 Operand *FCC0 = OperandMIPS32FCC::create(getFunc(), OperandMIPS32FCC::FCC0);
|
/external/llvm/lib/Transforms/IPO/ |
H A D | MergeFunctions.cpp | 462 Function *getFunc() const { return F; } function in class:__anon13413::FunctionNode 1393 FunctionComparator FCmp(LHS.getFunc(), RHS.getFunc(), GlobalNumbers); 1777 Function *F = FN.getFunc(); 1826 if ((OldF.getFunc()->isInterposable() && !NewFunction->isInterposable()) || 1827 (OldF.getFunc()->isInterposable() == NewFunction->isInterposable() && 1828 OldF.getFunc()->getName() > NewFunction->getName())) { 1830 Function *F = OldF.getFunc(); 1833 assert(OldF.getFunc() != F && "Must have swapped the functions."); 1836 DEBUG(dbgs() << " " << OldF.getFunc() [all...] |
/external/llvm/include/llvm/ADT/ |
H A D | STLExtras.h | 133 inline const UnaryFunc &getFunc() const { return Fn; } function in class:llvm::mapped_iterator 191 return mapped_iterator<Iterator, Func>(X.getCurrent() - N, X.getFunc());
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | STLExtras.h | 147 inline const UnaryFunc &getFunc() const { return Fn; } function in class:llvm::mapped_iterator 205 return mapped_iterator<Iterator, Func>(X.getCurrent() - N, X.getFunc());
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 4972 virtual const FuncBase& getFunc (void) const = 0; 4973 string getName (void) const { return de::toLower(getFunc().getName()); } 4974 string getDesc (void) const { return "Function '" + getFunc().getName() + "'"; } 5022 const FuncBase& getFunc (void) const { return instance<GenF<1> >(); } function in class:vkt::shaderexecutor::TemplateFuncCaseFactory 5043 const FuncBase& getFunc (void) const { return instance<GenF<2> >(); } function in class:vkt::shaderexecutor::SquareMatrixFuncCaseFactory 5067 const FuncBase& getFunc (void) const { return instance<GenF<2,2> >(); } function in class:vkt::shaderexecutor::MatrixFuncCaseFactory
|
/external/deqp/modules/glshared/ |
H A D | glsBuiltinPrecisionTests.cpp | 5024 virtual const FuncBase& getFunc (void) const = 0; 5028 return de::toLower(getFunc().getName()); 5033 return "Function '" + getFunc().getName() + "'"; 5091 const FuncBase& getFunc (void) const { return instance<GenF<1> >(); } function in class:deqp::gls::BuiltinPrecisionTests::TemplateFuncCaseFactory 5112 const FuncBase& getFunc (void) const { return instance<GenF<2> >(); } function in class:deqp::gls::BuiltinPrecisionTests::SquareMatrixFuncCaseFactory 5137 const FuncBase& getFunc (void) const { return instance<GenF<2,2> >(); } function in class:deqp::gls::BuiltinPrecisionTests::MatrixFuncCaseFactory
|