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

1 2 34 5 6 7 8 910

  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 308 Function *F = SP.getFunction();
442 Function *F = SP.getFunction();
493 Function *F = SP.getFunction();
735 Function *WriteoutF = M->getFunction("__llvm_gcov_writeout");
838 Function *FlushF = M->getFunction("__llvm_gcov_flush");
852 Constant *WriteoutF = M->getFunction("__llvm_gcov_writeout");
OptimalEdgeProfiling.cpp 76 Function *Main = M.getFunction("main");
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 154 SCCNodes.insert((*I)->getFunction());
160 Function *F = (*I)->getFunction();
263 Function *F = (*I)->getFunction();
507 Function *F = (*I)->getFunction();
520 Function *F = (*I)->getFunction();
769 SCCNodes.insert((*I)->getFunction());
774 Function *F = (*I)->getFunction();
800 Function *F = (*I)->getFunction();
    [all...]
LoopExtractor.cpp 252 Function *MF = M.getFunction(F->getName());
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp 658 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode));
660 Function *F = TheModule->getFunction(std::string("unary")+Opcode);
709 Function *F = TheModule->getFunction(std::string("binary")+Op);
718 Function *CalleeF = TheModule->getFunction(Callee);
947 F = TheModule->getFunction(Name);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp 643 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode));
645 Function *F = TheModule->getFunction(std::string("unary")+Opcode);
691 Function *F = TheModule->getFunction(std::string("binary")+Op);
700 Function *CalleeF = TheModule->getFunction(Callee);
929 F = TheModule->getFunction(Name);
    [all...]
  /external/llvm/lib/Target/X86/
X86RegisterInfo.cpp 196 const Function *F = MF.getFunction();
237 switch (MF->getFunction()->getCallingConv()) {
336 CallingConv::ID CC = MF.getFunction()->getCallingConv();
414 if (MF.getFunction()->hasFnAttribute("no-realign-stack"))
434 const Function *F = MF.getFunction();
  /external/llvm/tools/bugpoint/
Miscompilation.cpp 409 Function *NewF = ToNotOptimize->getFunction(MisCompFunctions[i].first);
447 Function *NewF = ToNotOptimize->getFunction(MisCompFunctions[i].first);
629 Function *NewF = ProgClone->getFunction(MisCompFunctions[i].first);
806 if (Function *oldMain = Safe->getFunction("main"))
    [all...]
  /external/llvm/lib/IR/
Metadata.cpp 158 return MD->getFunction();
184 // getFunction - If this metadata is function-local and recursively has a
186 // Otherwise, return null. getFunction() should not be used for performance-
188 const Function *MDNode::getFunction() const {
338 const Function *F = getFunction();
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 610 if (M.getFunction(Name) &&
638 llvm::Function *F = M.getFunction(*FI);
684 llvm::Function *kernel = M.getFunction(name);
  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 392 Function *CalleeF = TheModule->getFunction(Callee);
423 F = TheModule->getFunction(Name);
  /external/llvm/lib/CodeGen/
GCStrategy.cpp 405 if (!MF.getFunction()->hasGC())
408 FI = &getAnalysis<GCModuleInfo>().getFunctionInfo(*MF.getFunction());
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 101 const AttributeSet &PAL = MF.getFunction()->getAttributes();
365 bool isVarArg = MF.getFunction()->isVarArg();
XCoreRegisterInfo.cpp 59 MF.getFunction()->needsUnwindTableEntry();
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
FrameSummaryViewPage.java 269 PerCallStats stats = cumulativeStats.get(c.getFunction());
278 cumulativeStats.put(c.getFunction(), stats);
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
InputLayoutCache.cpp 136 HRESULT result = mDevice->CreateInputLayout(ilKey.elements, ilKey.elementCount, shader->getFunction(), shader->getLength(), &inputLayout);
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 640 Function *F = TheModule->getFunction(std::string("unary")+Opcode);
684 Function *F = TheModule->getFunction(std::string("binary")+Op);
693 Function *CalleeF = TheModule->getFunction(Callee);
920 F = TheModule->getFunction(Name);
    [all...]
  /external/llvm/include/llvm/Analysis/
CallGraph.h 210 // getFunction - Return the function that this call graph node represents.
211 Function *getFunction() const { return F; }
  /external/llvm/lib/Analysis/
ProfileInfoLoaderPass.cpp 141 EdgeInformation[getFunction(e)][e] += (double)weight;
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
IntelJITEventListener.cpp 164 Details.MF->getFunction()->getContext());
  /external/llvm/lib/Target/ARM/
ARMSubtarget.cpp 120 AttributeSet FnAttrs = MF->getFunction()->getAttributes();
  /external/llvm/lib/Target/MSP430/
MSP430RegisterInfo.cpp 43 const Function* F = MF->getFunction();
  /external/llvm/lib/Target/R600/
R600TextureIntrinsicsReplacer.cpp 149 Function *F = Mod->getFunction(Name);
  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 120 cast<Function>(MapValue(BA->getFunction(), VM, Flags, TypeMapper, Materializer));
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
GLFunctionTraceViewer.java 692 if (c.getFunction() == Function.glDrawArrays
693 || c.getFunction() == Function.glDrawElements) {
707 if (c.getFunction() == Function.glPushGroupMarkerEXT) {
770 String func = element.getCall().getFunction().toString();
    [all...]

Completed in 1122 milliseconds

1 2 34 5 6 7 8 910