HomeSort by relevance Sort by last modified time
    Searched refs:getFunction (Results 1 - 25 of 274) 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()->begin();
67 return G->getFunction()->begin();
70 return G->getFunction()->end();
80 return G->getFunction()->getName();
165 const Function *BlockFrequencyInfo::getFunction() const {
166 return BFI ? BFI->getFunction() : nullptr;
  /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/deqp/framework/delibs/decpp/
deDynamicLibrary.hpp 41 deFunctionPtr getFunction (const char* name) const { return deDynamicLibrary_getFunction(m_library, name); }
  /external/deqp/framework/egl/
egluGLFunctionLoader.cpp 37 glw::GenericFuncType func = (glw::GenericFuncType)m_library->getFunction(name);
  /external/llvm/lib/CodeGen/
TargetOptionsImpl.cpp 25 if (MF.getFunction()->hasFnAttribute("no-frame-pointer-elim-non-leaf") &&
MachineBlockFrequencyInfo.cpp 60 return G->getFunction()->begin();
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;
  /art/compiler/llvm/generated/
art_module.cc 378 Function* func___art_type_list = mod->getFunction("__art_type_list");
389 Function* func_art_portable_get_current_thread_from_code = mod->getFunction("art_portable_get_current_thread_from_code");
400 Function* func_art_portable_set_current_thread_from_code = mod->getFunction("art_portable_set_current_thread_from_code");
411 Function* func_art_portable_lock_object_from_code = mod->getFunction("art_portable_lock_object_from_code");
422 Function* func_art_portable_unlock_object_from_code = mod->getFunction("art_portable_unlock_object_from_code");
433 Function* func_art_portable_test_suspend_from_code = mod->getFunction("art_portable_test_suspend_from_code");
444 Function* func_art_portable_push_shadow_frame_from_code = mod->getFunction("art_portable_push_shadow_frame_from_code");
455 Function* func_art_portable_pop_shadow_frame_from_code = mod->getFunction("art_portable_pop_shadow_frame_from_code");
466 Function* func_art_portable_get_and_clear_exception = mod->getFunction("art_portable_get_and_clear_exception");
477 Function* func_art_portable_throw_div_zero_from_code = mod->getFunction("art_portable_throw_div_zero_from_code")
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
ShaderExecutable.h 33 void *getFunction() const
  /external/llvm/lib/Target/R600/
AMDGPUMachineFunction.cpp 16 AttributeSet Set = MF.getFunction()->getAttributes();
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfo.h 44 const Function *getFunction() const;
  /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/Analysis/IPA/
CallPrinter.cpp 31 if (Function *Func = Node->getFunction())
  /external/llvm/lib/Target/ARM/
Thumb2RegisterInfo.cpp 46 Type::getInt32Ty(MBB.getParent()->getFunction()->getContext()), Val);
  /external/llvm/lib/CodeGen/AsmPrinter/
ErlangGCPrinter.cpp 102 unsigned StackArity = MD.getFunction().arg_size() > RegisteredArgs ?
103 MD.getFunction().arg_size() - RegisteredArgs : 0;
OcamlGCPrinter.cpp 129 report_fatal_error("Function '" + FI.getFunction().getName() +
136 Twine(FI.getFunction().getName()));
143 report_fatal_error("Function '" + FI.getFunction().getName() +
  /external/llvm/tools/llvm-diff/
llvm-diff.cpp 48 Function *LFn = L->getFunction(Name);
49 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();
  /external/llvm/unittests/Linker/
LinkModulesTest.cpp 110 EXPECT_EQ(cast<BlockAddress>(Elem)->getFunction(),
111 LinkedModule->getFunction("ba_func"));
113 LinkedModule->getFunction("ba_func"));
117 EXPECT_EQ(cast<BlockAddress>(Elem)->getFunction(),
118 LinkedModule->getFunction("ba_func"));
120 LinkedModule->getFunction("ba_func"));
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 309 EXPECT_TRUE((Sub1.getFunction() == OldFunc && Sub2.getFunction() == NewFunc)
310 || (Sub1.getFunction() == NewFunc && Sub2.getFunction() == OldFunc));
354 EXPECT_EQ(OldFunc, OldSubprogram.getFunction());
355 EXPECT_EQ(NewFunc, NewSubprogram.getFunction());
388 .getContext()).getFunction());
391 .getContext()).getFunction());
398 .getContext()).getFunction());
401 .getContext()).getFunction());
    [all...]
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 419 Function *func = M->getFunction("main");
463 Function *foo = M->getFunction("foo");
472 Function *func = M->getFunction("main");
475 Function *bar = M->getFunction("bar");
491 Function *F_get_foo_addr = M->getFunction("get_foo_addr");
509 Function *F_foo = M->getFunction("foo");
560 Function *loaderIR = M->getFunction("loader");
580 Function *funcIR = M->getFunction("func");
600 Function *get_stubIR = M->getFunction("get_stub");
677 Function *funcIR = M->getFunction("func")
    [all...]
  /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 1101 milliseconds

1 2 3 4 5 6 7 8 91011