/external/llvm/lib/Transforms/Instrumentation/ |
ProfilingUtils.h | 33 void InsertProfilingShutdownCall(Function *Callee, Module *Mod);
|
/external/llvm/test/CodeGen/AArch64/ |
fastcc-reserved.ll | 5 ; callee-pop can occur (hence tailcallopt).
|
/external/llvm/test/Transforms/Inline/ |
inline_prune.ll | 2 ; RUN: not grep "callee[12]("
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
MCJITTestBase.h | 65 // Inserts a simple function that invokes Callee and takes the same arguments: 66 // int Caller(...) { return Callee(...); } 68 Function *insertSimpleCallFunction(Module *M, Function *Callee) { 77 Value *ReturnCode = Builder.CreateCall(Callee, CallArgs);
|
MCJITTest.cpp | 211 Function *Callee = insertAddFunction(M.get()); 217 Function *CalleeRef = insertExternalReferenceToFunction(M.get(), Callee); 233 // ensure caller is destroyed before callee (free use before def)
|
/external/v8/test/mjsunit/compiler/ |
inline-context-slots.js | 33 // Caller/callee without a local context.
|
/build/tools/ |
adbs | 177 # If a callee is inlined to the caller, objdump will see the caller's 178 # address but addr2line will report the callee's address. So the printed 179 # format is desgined to be "caller<-callee file:line"
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
NoReturnFunctionChecker.cpp | 46 const Expr *Callee = CE.getOriginExpr(); 47 if (!BuildSinks && Callee) 48 BuildSinks = getFunctionExtInfo(Callee->getType()).getNoReturn();
|
CallAndMessageChecker.cpp | 226 const Expr *Callee = CE->getCallee()->IgnoreParens(); 229 SVal L = State->getSVal(Callee, LCtx); 235 emitBadCall(BT_call_undef.get(), C, Callee); 247 emitBadCall(BT_call_null.get(), C, Callee); 257 // If this is a call to a C++ method, check if the callee is null or 326 // If we make it here, record our assumptions about the callee.
|
/external/llvm/test/Transforms/ObjCARC/ |
rle-s2l.ll | 8 declare void @callee() 78 ; CHECK-NEXT: call void @callee() 86 call void @callee()
|
basic.ll | 19 declare void @callee() 106 call void @callee() 136 call void @callee() 165 tail call void @callee() 194 tail call void @callee() 427 call void @callee() 455 call void @callee() 489 call void @callee() 523 call void @callee() 561 call void @callee() [all...] |
contract.ll | 13 declare void @callee() 218 ; CHECK-NEXT: call void @callee() 224 call void @callee()
|
/art/runtime/ |
stack.cc | 270 // a dex register limit. The 16 incorporates callee save spills and 316 // Skip runtime save all callee frames which are used to deliver exceptions. 318 mirror::ArtMethod* callee = Runtime::Current()->GetCalleeSaveMethod(Runtime::kRefsAndArgs); local 319 CHECK_EQ(GetMethod(), callee) << "Expected: " << PrettyMethod(callee) << " Found: "
|
/external/llvm/include/llvm/Target/ |
TargetFrameLowering.h | 40 // Maps a callee saved register to a stack slot with a fixed offset. 97 /// pairs, that contains an entry for each callee saved register that must be 132 /// spillCalleeSavedRegisters - Issues instruction(s) to spill all callee 143 /// restoreCalleeSavedRegisters - Issues instruction(s) to restore all callee 191 /// what callee saved registers should be spilled. This method is optional.
|
/external/llvm/lib/Target/MSP430/ |
MSP430FrameLowering.cpp | 81 // Skip the callee-saved push instructions. 139 // Skip the callee-saved pop instructions. 197 // Add the callee-saved register as live-in. It's killed at the spill. 252 // factor out the amount the callee already popped. 270 // If we are performing frame pointer elimination and if the callee pops
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
ir_validate.cpp | 571 ir_function_signature *const callee = ir->callee; local 573 if (callee->ir_type != ir_type_function_signature) { 579 if (ir->return_deref->type != callee->return_type) { 580 printf("callee type %s does not match return storage type %s\n", 581 callee->return_type->name, ir->return_deref->type->name); 584 } else if (callee->return_type != glsl_type::void_type) { 585 printf("ir_call has non-void callee but no return storage\n"); 589 const exec_node *formal_param_node = callee->parameters.head; 623 printf("callee:\n") [all...] |
/external/mesa3d/src/glsl/ |
ir_validate.cpp | 571 ir_function_signature *const callee = ir->callee; local 573 if (callee->ir_type != ir_type_function_signature) { 579 if (ir->return_deref->type != callee->return_type) { 580 printf("callee type %s does not match return storage type %s\n", 581 callee->return_type->name, ir->return_deref->type->name); 584 } else if (callee->return_type != glsl_type::void_type) { 585 printf("ir_call has non-void callee but no return storage\n"); 589 const exec_node *formal_param_node = callee->parameters.head; 623 printf("callee:\n") [all...] |
/external/clang/lib/CodeGen/ |
CGExprCXX.cpp | 28 llvm::Value *Callee, 62 Callee, ReturnValue, Args, MD); 170 const Expr *callee = CE->getCallee()->IgnoreParens(); local 172 if (isa<BinaryOperator>(callee)) 175 const MemberExpr *ME = cast<MemberExpr>(callee); 180 llvm::Value *Callee = CGM.GetAddrOfFunction(MD); 181 return EmitCall(getContext().getPointerType(MD->getType()), Callee, 272 llvm::Value *Callee; 285 Callee = BuildAppleKextVirtualCall(MD, ME->getQualifier(), Ty); 287 Callee = CGM.GetAddrOfCXXDestructor(Dtor, Dtor_Complete, FInfo, Ty) [all...] |
/external/llvm/lib/Target/ARM/ |
Thumb1FrameLowering.cpp | 103 // Determine the sizes of each callee-save spill areas and record which frame 104 // belongs to which callee-save spill areas. 184 // Insert it after all the callee-save spills. 272 // Move SP to start of FP callee save spill area. 311 // Move back past the callee-saved register restoration 350 // Add the callee-saved register as live-in unless it's LR and
|
/art/runtime/entrypoints/quick/ |
quick_invoke_entrypoints.cc | 57 // | ... | callee saves 76 // | EBP,ESI,EDI | callee saves 94 // | ... | callee saves
|
/external/compiler-rt/lib/i386/ |
divdi3.S | 98 popl %edi // Restore callee-save registers 136 popl %edi // Restore callee-save registers 157 popl %ebx // Restore callee-save registers
|
/external/llvm/lib/Analysis/ |
Lint.cpp | 63 static unsigned Callee = 4; 199 Value *Callee = CS.getCalledValue(); 201 visitMemoryReference(I, Callee, AliasAnalysis::UnknownSize, 202 0, 0, MemRef::Callee); 204 if (Function *F = dyn_cast<Function>(findValue(Callee, /*OffsetOk=*/false))) { 206 "Undefined behavior: Caller and callee calling convention differ", 215 "Undefined behavior: Call argument count mismatches callee " 220 "callee return type", &I); 222 // Check argument types (in case the callee was casted) and attributes. 223 // TODO: Verify that caller and callee attributes are compatible [all...] |
/external/llvm/lib/Target/Mips/ |
Mips16FrameLowering.cpp | 107 // Registers RA, S0,S1 are the callee saved registers and they 112 // Add the callee-saved register as live-in. Do not add if the register is 132 // Registers RA,S0,S1 are the callee saved registers and they will be restored
|
/external/chromium_org/chrome/renderer/ |
chrome_mock_render_thread.h | 64 // The callee expects to be returned a valid channel_id.
|
/external/chromium_org/google_apis/gcm/engine/ |
rmq_store.h | 51 // Note: callee receives ownership of |outgoing_messages|' values.
|