| /external/mesa3d/src/gallium/drivers/nv50/codegen/ |
| nv50_ir_build_util.h | 36 inline Function *getFunction() const { return func; } 201 func = bb->getFunction(); 211 func = bb->getFunction();
|
| nv50_ir_build_util.cpp | 292 h[0] = cloneShallow(getFunction(), val); 293 h[1] = cloneShallow(getFunction(), val); 482 v = insert(m, i, c, new_LValue(up->getFunction(), file)); 496 v = insert(m, i, c, new_LValue(up->getFunction(), file));
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/ |
| DurationMinimap.java | 325 } else if (c.getFunction() == Function.glDrawArrays 326 || c.getFunction() == Function.glDrawElements 327 || c.getFunction() == Function.eglSwapBuffers) {
|
| /external/apache-xml/src/main/java/org/apache/xalan/templates/ |
| ElemExtensionDecl.java | 112 public String getFunction(int i) throws ArrayIndexOutOfBoundsException
|
| /external/clang/examples/clang-interpreter/ |
| main.cpp | 66 llvm::Function *EntryFn = M.getFunction("main");
|
| /external/deqp/executor/ |
| xeCallQueue.cpp | 81 call->getFunction()(reader);
|
| /external/deqp/framework/platform/osx/ |
| tcuOSXPlatform.cpp | 60 return m_library.getFunction(name);
|
| /external/llvm/examples/Kaleidoscope/Chapter5/ |
| toy.cpp | 525 Function *getFunction(std::string Name) { 527 if (auto *F = TheModule->getFunction(Name)) 577 Function *CalleeF = getFunction(Callee); 768 Function *TheFunction = getFunction(P.getName());
|
| /external/llvm/lib/CodeGen/ |
| DeadMachineInstructionElim.cpp | 93 if (skipOptnoneFunction(*MF.getFunction()))
|
| OptimizePHIs.cpp | 66 if (skipOptnoneFunction(*Fn.getFunction()))
|
| GCRootLowering.cpp | 333 if (!MF.getFunction()->hasGC()) 336 FI = &getAnalysis<GCModuleInfo>().getFunctionInfo(*MF.getFunction());
|
| /external/llvm/lib/Target/AMDGPU/ |
| AMDGPUMCInstLower.cpp | 48 LLVMContext &C = MI->getParent()->getParent()->getFunction()->getContext();
|
| SIMachineFunctionInfo.cpp | 73 const Function *F = MF.getFunction();
|
| SITypeRewriter.cpp | 130 Function *NewF = Mod->getFunction(Name);
|
| /external/llvm/lib/Target/MSP430/ |
| MSP430RegisterInfo.cpp | 41 const Function* F = MF->getFunction();
|
| /external/llvm/lib/Target/NVPTX/ |
| NVPTXReplaceImageHandles.cpp | 161 NewSymStr << MF.getFunction()->getName() << "_param_" << Param;
|
| /external/llvm/lib/Target/X86/ |
| X86PadShortFunction.cpp | 96 if (MF.getFunction()->optForSize()) {
|
| /external/llvm/lib/Transforms/IPO/ |
| Inliner.cpp | 481 Function *F = Node->getFunction(); 498 Function *F = Node->getFunction(); 693 Function *F = CGN->getFunction(); 741 Function *F = CGN->getFunction(); [all...] |
| /external/llvm/examples/ExceptionDemo/ |
| ExceptionDemo.cpp | 908 llvm::Function *printFunct = module.getFunction("printStr"); [all...] |
| /external/llvm/include/llvm/Analysis/ |
| CGSCCPassManager.h | 450 PreservedAnalyses PassPA = Pass.run(N->getFunction(), FAM); 458 PassPA = FAM->invalidate(N->getFunction(), std::move(PassPA));
|
| LazyCallGraph.h | 191 Function &getFunction() const { 259 StringRef getName() const { return (*begin())->getFunction().getName(); }
|
| /external/llvm/include/llvm/IR/ |
| DiagnosticInfo.h | 175 const Function &getFunction() const { return Fn; } 318 const Function &getFunction() const { return Fn; }
|
| /external/llvm/include/llvm/Object/ |
| StackMapParser.h | 338 FunctionAccessor getFunction(unsigned FunctionIndex) const { 345 return function_iterator(getFunction(0));
|
| /external/llvm/lib/IR/ |
| DebugInfo.cpp | 323 if (Function *Declare = M.getFunction("llvm.dbg.declare")) { 332 if (Function *DbgVal = M.getFunction("llvm.dbg.value")) {
|
| /external/llvm/lib/Target/Mips/ |
| MipsRegisterInfo.cpp | 87 const Function *F = MF->getFunction(); 231 if (MF.getFunction()->hasFnAttribute("saveS2") || MipsFI->hasSaveS2())
|