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

/external/compiler-rt/test/profile/Inputs/
H A Dinstrprof-value-prof-real.c29 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 Dpredefined-expr-cxx14.cpp83 const char *getFunc() const { return Func; } function in class:FuncTemplate
102 (void)FTi.getFunc();
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
H A DMergeFunctions.cpp105 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 DHexagonRDFOpt.cpp147 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 DRDFDeadCode.cpp117 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG))
146 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) {
H A DRDFLiveness.cpp328 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 DRDFCopy.cpp119 auto BA = DFG.getFunc().Addr->findBlock(B, DFG);
H A DHexagonOptAddrMode.cpp599 auto BA = DFG->getFunc().Addr->findBlock(B, *DFG);
637 NodeAddr<FuncNode *> FA = DFG->getFunc();
H A DRDFGraph.h612 NodeAddr<FuncNode*> getFunc() const { function in struct:DataFlowGraph
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DSTLExtras.h84 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 DIceLiveness.h70 Cfg *getFunc() const { return Func; } function in class:Ice::Liveness
H A DIceTargetLowering.h281 Cfg *getFunc() const { return Func; } function in class:Ice::TargetLowering
H A DPNaClTranslator.cpp1410 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 DIceTargetLoweringMIPS32.cpp3989 Operand *FCC0 = OperandMIPS32FCC::create(getFunc(), OperandMIPS32FCC::FCC0);
/external/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp462 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 DSTLExtras.h133 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 DSTLExtras.h147 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 DvktShaderBuiltinPrecisionTests.cpp4972 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 DglsBuiltinPrecisionTests.cpp5024 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

Completed in 546 milliseconds