| /external/llvm/lib/Target/AArch64/ |
| AArch64RegisterInfo.cpp | 44 if (MF->getFunction()->getCallingConv() == CallingConv::GHC) 48 if (MF->getFunction()->getCallingConv() == CallingConv::AnyReg) 50 if (MF->getFunction()->getCallingConv() == CallingConv::CXX_FAST_TLS) 61 if (MF->getFunction()->getCallingConv() == CallingConv::CXX_FAST_TLS &&
|
| /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/examples/Kaleidoscope/MCJIT/lazy/ |
| toy.cpp | 657 Function *getFunction(const std::string FnName); 730 Function *MCJITHelper::getFunction(const std::string FnName) { 735 Function *F = (*it)->getFunction(FnName); 744 Function *PF = OpenModule->getFunction(FnName); 782 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/llvm/lib/Analysis/ |
| GlobalsModRef.cpp | 480 if (Function *F = CGN->getFunction()) 497 if (!SCC[0]->getFunction() || SCC[0]->getFunction()->mayBeOverridden()) { 501 FunctionInfos.erase(Node->getFunction()); 505 FunctionInfo &FI = FunctionInfos[SCC[0]->getFunction()]; 511 Function *F = SCC[i]->getFunction(); 544 if (Function *Callee = CI->second->getFunction()) { 564 FunctionInfos.erase(Node->getFunction()); 572 for (Instruction &I : instructions(Node->getFunction())) { 614 FunctionInfos[SCC[i]->getFunction()] = CachedFI [all...] |
| LazyCallGraph.cpp | 87 CalleeIndexMap.insert(std::make_pair(&CalleeN.getFunction(), Callees.size())); 129 SCCEntryNodes.push_back(&Entry.get<Node *>()->getFunction()); 326 CallerN.removeEdgeInternal(CalleeN.getFunction()); 367 DEBUG(dbgs() << "LCG: Update removing " << CallerN.getFunction().getName() 368 << " -> " << CalleeN.getFunction().getName() 460 CallerN.removeEdgeInternal(CalleeN.getFunction()); 694 OS << " Call edges in function: " << N.getFunction().getName() << "\n"; 696 OS << " -> " << I->getFunction().getName() << "\n"; 706 OS << " " << N->getFunction().getName() << "\n";
|
| /external/llvm/lib/CodeGen/ |
| ShrinkWrap.cpp | 499 !(MF.getFunction()->hasFnAttribute(Attribute::SanitizeAddress) || 500 MF.getFunction()->hasFnAttribute(Attribute::SanitizeThread) || 501 MF.getFunction()->hasFnAttribute(Attribute::SanitizeMemory));
|
| TargetRegisterInfo.cpp | 372 return !MF.getFunction()->hasFnAttribute("no-realign-stack"); 379 const Function *F = MF.getFunction(); 383 if (MF.getFunction()->hasFnAttribute("stackrealign") || requiresRealignment) {
|
| /external/deqp/executor/ |
| xeCallQueue.hpp | 55 Function getFunction (void) const { return m_func; }
|
| /external/llvm/examples/Kaleidoscope/Chapter4/ |
| toy.cpp | 401 Function *getFunction(std::string Name) { 403 if (auto *F = TheModule->getFunction(Name)) 453 Function *CalleeF = getFunction(Callee); 494 Function *TheFunction = getFunction(P.getName());
|
| /external/llvm/include/llvm/CodeGen/ |
| GCMetadata.h | 100 /// getFunction - Return the function to which this metadata applies. 102 const Function &getFunction() const { return F; }
|
| /external/llvm/lib/CodeGen/AsmPrinter/ |
| DwarfCFIException.cpp | 91 const Function *F = MF->getFunction();
|
| WinException.cpp | 69 const Function *F = MF->getFunction(); 108 const Function *F = MF->getFunction(); 162 const Function *F = MF->getFunction(); 175 const Function *F = Asm->MF->getFunction(); 228 const Function *F = Asm->MF->getFunction(); 514 GlobalValue::getRealLinkageName(MF->getFunction()->getName()); 597 const Function *F = MF->getFunction(); [all...] |
| /external/llvm/unittests/Analysis/ |
| ValueTrackingTest.cpp | 38 Function *F = M->getFunction("test");
|
| /external/parameter-framework/upstream/test/test-platform/ |
| TestPlatform.h | 132 template <getter_t getFunction>
|
| /external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
| toy.cpp | 781 virtual Function *getFunction(const std::string FnName) = 0; 807 Function *getFunction(const std::string FnName); 887 Function *MCJITHelper::getFunction(const std::string FnName) { 892 Function *F = (*it)->getFunction(FnName); 901 Function *PF = CurrentModule->getFunction(FnName); 1005 Function *MF = (*it)->getFunction(FnName); 1037 Function *F = (*it)->getFunction(Name); 1101 F = TheHelper->getFunction( [all...] |
| /external/llvm/examples/Kaleidoscope/MCJIT/initial/ |
| toy.cpp | 655 Function *getFunction(const std::string FnName); 720 Function *MCJITHelper::getFunction(const std::string FnName) { 725 Function *F = (*it)->getFunction(FnName); 734 Function *PF = OpenModule->getFunction(FnName); 889 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode)); 934 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("binary")+Op)); 943 Function *CalleeF = TheHelper->getFunction(Callee); [all...] |
| /external/llvm/include/llvm/IR/ |
| Instruction.h | 73 const Function *getFunction() const; 74 Function *getFunction();
|
| /external/llvm/lib/Target/ARM/ |
| ARMSubtarget.cpp | 343 return isTargetWatchOS() || (isSwift() && !MF.getFunction()->optForMinSize()); 351 (isTargetWindows() || !MF.getFunction()->optForMinSize());
|
| /external/llvm/lib/Target/BPF/ |
| BPFISelLowering.cpp | 239 DiagnosticInfoUnsupported Err(DL, *MF.getFunction(), 245 if (IsVarArg || MF.getFunction()->hasStructRetAttr()) { 247 DL, *MF.getFunction(), 288 DiagnosticInfoUnsupported Err(CLI.DL, *MF.getFunction(), 298 DiagnosticInfoUnsupported Err(CLI.DL, *MF.getFunction(), 400 if (MF.getFunction()->getReturnType()->isAggregateType()) { 401 DiagnosticInfoUnsupported Err(DL, *MF.getFunction(), 446 DiagnosticInfoUnsupported Err(DL, *MF.getFunction(),
|
| /external/llvm/lib/Target/NVPTX/ |
| NVVMReflect.cpp | 237 ReflectFunction = M.getFunction(Name); 243 ReflectFunction = M.getFunction(NVVM_REFLECT_FUNCTION);
|
| /external/opencv3/modules/core/src/ |
| conjugate_gradient.cpp | 74 Ptr<Function> getFunction() const; 183 Ptr<MinProblemSolver::Function> ConjGradSolverImpl::getFunction()const{
|
| /external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
| toy.cpp | 744 Function *getFunction(const std::string FnName); 819 Function *MCJITHelper::getFunction(const std::string FnName) { 824 Function *F = (*it)->getFunction(FnName); 833 Function *PF = OpenModule->getFunction(FnName); 871 Function *MF = (*it)->getFunction(FnName); 961 Function *F = (*it)->getFunction(Name); 1031 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode)); 1076 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("binary")+Op)); 1085 Function *CalleeF = TheHelper->getFunction(Callee); [all...] |