HomeSort by relevance Sort by last modified time
    Searched refs:getFunction (Results 1 - 25 of 340) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/Analysis/
Trace.cpp 24 Function *Trace::getFunction() const {
29 return getFunction()->getParent();
35 Function *F = getFunction();
BlockFrequencyInfo.cpp 58 return &G->getFunction()->front();
67 return G->getFunction()->begin();
70 return G->getFunction()->end();
80 return G->getFunction()->getName();
150 const Function *BlockFrequencyInfo::getFunction() const {
151 return BFI ? BFI->getFunction() : nullptr;
CallGraph.cpp 102 if (Function *F = Root->getFunction())
119 if (Function *LF = LHS->getFunction())
120 if (Function *RF = RHS->getFunction())
123 return RHS->getFunction() != nullptr;
142 Function *F = CGN->getFunction(); // Get the function for the call graph node
182 if (Function *F = getFunction())
191 if (Function *FI = I->second->getFunction())
CallPrinter.cpp 31 if (Function *Func = Node->getFunction())
  /external/deqp/framework/common/
tcuFunctionLibrary.hpp 44 virtual deFunctionPtr getFunction (const char* funcName) const = 0;
63 deFunctionPtr getFunction (const char* funcName) const;
80 deFunctionPtr getFunction (const char* funcName) const;
95 deFunctionPtr getFunction (const char* funcName) const;
tcuFunctionLibrary.cpp 51 deFunctionPtr StaticFunctionLibrary::getFunction (const char* funcName) const
72 deFunctionPtr DynamicFunctionLibrary::getFunction (const char* funcName) const
74 return m_dynamicLibrary.getFunction(funcName);
89 deFunctionPtr CompositeFunctionLibrary::getFunction (const char* name) const
93 const deFunctionPtr ptr = m_libraries[ndx].getFunction(name);
  /external/llvm/lib/Target/AMDGPU/
AMDGPUMachineFunction.cpp 19 ShaderType = AMDGPU::getShaderType(*MF.getFunction());
AMDGPUDiagnosticInfoUnsupported.h 36 const Function &getFunction() const { return Fn; }
  /external/deqp/framework/delibs/decpp/
deDynamicLibrary.hpp 41 deFunctionPtr getFunction (const char* name) const { return deDynamicLibrary_getFunction(m_library, name); }
  /external/llvm/lib/CodeGen/
TargetOptionsImpl.cpp 31 if (MF.getFunction()->hasFnAttribute("no-frame-pointer-elim-non-leaf"))
TargetFrameLoweringImpl.cpp 32 auto Attr = MF.getFunction()->getFnAttribute("no-frame-pointer-elim");
73 if (MF.getFunction()->hasFnAttribute(Attribute::Naked))
90 if (LLVM_UNLIKELY(MF.getFunction()->getCallingConv() == CallingConv::HHVM))
MachineBlockFrequencyInfo.cpp 60 return &G->getFunction()->front();
72 return G->getFunction()->begin();
76 return G->getFunction()->end();
87 return G->getFunction()->getName();
175 const MachineFunction *MachineBlockFrequencyInfo::getFunction() const {
176 return MBFI ? MBFI->getFunction() : nullptr;
  /external/llvm/unittests/Bitcode/
BitReaderTest.cpp 140 EXPECT_FALSE(M->getFunction("func")->empty());
162 Function *F = M->getFunction("f");
163 Function *G = M->getFunction("g");
164 Function *H = M->getFunction("h");
165 Function *J = M->getFunction("j");
237 EXPECT_TRUE(M->getFunction("before")->empty());
238 EXPECT_TRUE(M->getFunction("func")->empty());
242 EXPECT_FALSE(M->getFunction("before")->materialize());
243 EXPECT_FALSE(M->getFunction("func")->empty());
244 EXPECT_TRUE(M->getFunction("other")->empty())
    [all...]
  /external/deqp/framework/egl/wrapper/
eglwLibrary.cpp 74 m_getProcAddress = (eglGetProcAddressFunc)m_staticLib->getFunction("eglGetProcAddress");
77 m_getProcAddress = (eglGetProcAddressFunc)m_dynLib->getFunction("eglGetProcAddress");
89 res = (GenericFuncType)m_staticLib->getFunction(name);
92 res = (GenericFuncType)m_dynLib->getFunction(name);
  /external/llvm/include/llvm/CodeGen/
MachineBlockFrequencyInfo.h 53 const MachineFunction *getFunction() const;
  /external/llvm/unittests/Analysis/
LazyCallGraphTest.cpp 132 EXPECT_EQ("a1", A1.getFunction().getName());
134 EXPECT_EQ("a2", A2.getFunction().getName());
136 EXPECT_EQ("a3", A3.getFunction().getName());
138 EXPECT_EQ("b1", B1.getFunction().getName());
140 EXPECT_EQ("b2", B2.getFunction().getName());
142 EXPECT_EQ("b3", B3.getFunction().getName());
144 EXPECT_EQ("c1", C1.getFunction().getName());
146 EXPECT_EQ("c2", C2.getFunction().getName());
148 EXPECT_EQ("c3", C3.getFunction().getName());
150 EXPECT_EQ("d1", D1.getFunction().getName())
    [all...]
  /external/llvm/lib/Target/Mips/
MipsCCState.cpp 65 Function *F = G->getGlobal()->getParent()->getFunction(Sym);
91 originalTypeIsF128(MF.getFunction()->getReturnType(), nullptr));
93 MF.getFunction()->getReturnType()->isFloatingPointTy());
118 Function::const_arg_iterator FuncArg = MF.getFunction()->arg_begin();
129 assert(Ins[i].getOrigArgIndex() < MF.getFunction()->arg_size());
  /external/deqp/external/vulkancts/framework/vulkan/
vkPlatform.cpp 32 #define GET_PROC_ADDR(NAME) library.getFunction(NAME)
  /external/llvm/lib/CodeGen/AsmPrinter/
ErlangGCPrinter.cpp 104 unsigned StackArity = MD.getFunction().arg_size() > RegisteredArgs
105 ? MD.getFunction().arg_size() - RegisteredArgs
OcamlGCPrinter.cpp 141 report_fatal_error("Function '" + FI.getFunction().getName() +
150 Twine(FI.getFunction().getName()));
157 report_fatal_error("Function '" + FI.getFunction().getName() +
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelDAGToDAG.cpp 51 MF.getFunction()->hasFnAttribute(Attribute::OptimizeForSize) ||
52 MF.getFunction()->hasFnAttribute(Attribute::MinSize);
  /external/llvm/tools/llvm-diff/
llvm-diff.cpp 49 Function *LFn = L.getFunction(Name);
50 Function *RFn = R.getFunction(Name);
  /external/llvm/tools/opt/
PrintSCC.cpp 103 errs() << ((*I)->getFunction() ? (*I)->getFunction()->getName()
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
GlDrawCallDetailProvider.java 42 return (call.getFunction() == Function.glDrawArrays
43 || call.getFunction() == Function.glDrawElements) && call.hasFb();
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/format/
GLMessageFormatter.java 42 GLAPISpec apiSpec = mAPISpecs.get(glMessage.getFunction().toString());
44 return glMessage.getFunction().toString();
63 return String.format("%s(%s)", apiSpec.getFunction(), //$NON-NLS-1$

Completed in 2182 milliseconds

1 2 3 4 5 6 7 8 91011>>