HomeSort by relevance Sort by last modified time
    Searched refs:getFunction (Results 26 - 50 of 226) sorted by null

12 3 4 5 6 7 8 910

  /external/llvm/lib/Analysis/IPA/
GlobalsModRef.cpp 371 if (!SCC[0]->getFunction()) {
375 FunctionInfo.erase(SCC[i]->getFunction());
379 FunctionRecord &FR = FunctionInfo[SCC[0]->getFunction()];
387 Function *F = SCC[i]->getFunction();
414 if (Function *Callee = CI->second->getFunction()) {
441 FunctionInfo.erase(SCC[i]->getFunction());
447 for (inst_iterator II = inst_begin(SCC[i]->getFunction()),
448 E = inst_end(SCC[i]->getFunction());
479 FunctionInfo[SCC[i]->getFunction()] = FR;
  /external/llvm/lib/CodeGen/
GCMetadata.cpp 147 OS << "GC roots for " << FD->getFunction().getName() << ":\n";
152 OS << "GC safe points for " << FD->getFunction().getName() << ":\n";
LexicalScopes.cpp 119 DL.getScopeAndInlinedAt(Scope, IA, MF->getFunction()->getContext());
138 DL.getScopeAndInlinedAt(Scope, InlinedAt, MF->getFunction()->getContext());
168 && DISubprogram(Scope).describes(MF->getFunction()))
  /external/llvm/unittests/ExecutionEngine/JIT/
MultiJITTest.cpp 51 FooF1 = M1->getFunction("foo1");
68 FooF2 = M2->getFunction("foo2");
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
GLCallGroups.java 159 if (c.getFunction() == Function.glPushGroupMarkerEXT) {
167 } else if (c.getFunction() == Function.glPopGroupMarkerEXT) {
  /external/llvm/include/llvm/Analysis/
Trace.h 51 /// getFunction - Return this trace's parent function.
53 Function *getFunction () const;
ProfileInfo.h 87 // getFunction() - Returns the Function for an Edge, checking for validity.
88 static const FType* getFunction(Edge e) {
114 EdgeInformation.find(getFunction(e));
127 EdgeInformation[getFunction(e)][e] = w;
  /external/llvm/lib/Transforms/Instrumentation/
EdgeProfiling.cpp 55 Function *Main = M.getFunction("main");
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
TraceFileWriter.java 144 if (msg.getFunction() == Function.eglSwapBuffers) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/model/
GLCall.java 111 public Function getFunction() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
VertexAttribPointerDataDetailProvider.java 40 return call.getFunction() == Function.glVertexAttribPointerData;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger.tests/src/com/android/ide/eclipse/gltrace/format/
GLAPISpecTest.java 42 assertEquals(funcName, spec.getFunction());
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 737 const LLVMContext &Context = EmissionDetails.MF->getFunction()->getContext();
778 BufferBegin = CurBufferPtr = MemMgr->startFunctionBody(F.getFunction(),
781 EmittedFunctions[F.getFunction()].FunctionBody = BufferBegin;
791 emitAlignment(std::max(F.getFunction()->getAlignment(), 8U));
792 TheJIT->updateGlobalMapping(F.getFunction(), CurBufferPtr);
793 EmittedFunctions[F.getFunction()].Code = CurBufferPtr;
805 MemMgr->endFunctionBody(F.getFunction(), BufferBegin, CurBufferPtr);
816 (uint8_t *)TheJIT->getPointerToGlobalIfAvailable(F.getFunction());
822 CurFn = F.getFunction();
    [all...]
  /external/chromium_org/v8/src/
array.js     [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 785 virtual Function *getFunction(const std::string FnName) = 0;
844 virtual Function *getFunction(const std::string FnName) {
846 return TheModule->getFunction(FnName);
901 Function *getFunction(const std::string FnName);
981 Function *MCJITHelper::getFunction(const std::string FnName) {
986 Function *F = (*it)->getFunction(FnName);
995 Function *PF = CurrentModule->getFunction(FnName);
1100 Function *MF = (*it)->getFunction(FnName);
    [all...]
  /external/llvm/lib/Transforms/IPO/
StripSymbols.cpp 243 if (Function *Declare = M.getFunction("llvm.dbg.declare")) {
252 if (Function *DbgVal = M.getFunction("llvm.dbg.value")) {
299 Function *Declare = M.getFunction("llvm.dbg.declare");
387 if (Function *F = DISubprogram(*I).getFunction())
388 if (M.getFunction(F->getName()))
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy.cpp 656 Function *getFunction(const std::string FnName);
729 Function *MCJITHelper::getFunction(const std::string FnName) {
734 Function *F = (*it)->getFunction(FnName);
743 Function *PF = OpenModule->getFunction(FnName);
781 Function *MF = (*it)->getFunction(FnName);
863 Function *F = (*it)->getFunction(Name);
929 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode));
974 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("binary")+Op));
983 Function *CalleeF = TheHelper->getFunction(Callee);
    [all...]
  /external/v8/src/
array.js     [all...]
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 82 if (MD->isFunctionLocal() && MD->getFunction())
252 if (N && N->isFunctionLocal() && N->getFunction()) {
275 assert(N->isFunctionLocal() && N->getFunction() &&
296 if (O->isFunctionLocal() && O->getFunction())
484 if (MD->isFunctionLocal() && MD->getFunction())
493 if (N->isFunctionLocal() && N->getFunction())
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.cpp 84 if (MD->isFunctionLocal() && MD->getFunction())
254 if (N && N->isFunctionLocal() && N->getFunction()) {
277 assert(N->isFunctionLocal() && N->getFunction() &&
298 if (O->isFunctionLocal() && O->getFunction())
496 if (MD->isFunctionLocal() && MD->getFunction())
505 if (N->isFunctionLocal() && N->getFunction())
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.cpp 84 if (MD->isFunctionLocal() && MD->getFunction())
254 if (N && N->isFunctionLocal() && N->getFunction()) {
277 assert(N->isFunctionLocal() && N->getFunction() &&
298 if (O->isFunctionLocal() && O->getFunction())
496 if (MD->isFunctionLocal() && MD->getFunction())
505 if (N->isFunctionLocal() && N->getFunction())
  /frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.cpp 84 if (MD->isFunctionLocal() && MD->getFunction())
254 if (N && N->isFunctionLocal() && N->getFunction()) {
277 assert(N->isFunctionLocal() && N->getFunction() &&
298 if (O->isFunctionLocal() && O->getFunction())
486 if (MD->isFunctionLocal() && MD->getFunction())
495 if (N->isFunctionLocal() && N->getFunction())
  /external/llvm/include/llvm/CodeGen/
GCMetadata.h 110 /// getFunction - Return the function to which this metadata applies.
112 const Function &getFunction() const { return F; }
  /external/llvm/lib/Target/Mips/
MipsSubtarget.cpp 118 AttributeSet FnAttrs = MF->getFunction()->getAttributes();
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.cpp 54 AttributeSet FnAttrs = MF->getFunction()->getAttributes();

Completed in 1693 milliseconds

12 3 4 5 6 7 8 910