/external/llvm/lib/CodeGen/ |
PrologEpilogInserter.h | 11 // callee saved registers, and for emitting prolog & epilog code for the 53 // MinCSFrameIndex, MaxCSFrameIndex - Keeps the range of callee saved 58 // "CSR": "callee saved register". 60 // CSRegSet contains indices into the Callee Saved Register Info 65 // CSRegBlockMap maps MachineBasicBlocks to sets of callee
|
/external/llvm/lib/Target/AArch64/ |
AArch64MachineFunctionInfo.h | 26 /// Number of bytes of arguments this function has on the stack. If the callee 34 /// callee. 39 /// callee is expected to pop the args. 44 /// callee-saved registers. The callee-saved slots are addressed assuming
|
AArch64FrameLowering.cpp | 70 // If there are callee-saved registers, we want to store them efficiently as 72 // we adjust the stack in two phases: first just for callee-saved fiddling, 76 // If there aren't any callee-saved registers, two-phase adjustment is 78 // because when we're in a "callee pops argument space" situation, that pop 154 // final SP update and callee-saved register locations. 173 // And any callee-saved registers (it's fine to leave them to the end here, 244 // For a tail-call in a callee-pops-arguments environment, some or all of 259 // We may need to address callee-saved registers differently, so find out the 280 // MBBI now points to the instruction just past the last callee-saved 296 // the callee-save restoration [all...] |
/external/llvm/lib/Transforms/IPO/ |
InlineAlways.cpp | 90 Function *Callee = CS.getCalledFunction(); 95 if (Callee && !Callee->isDeclaration() && 96 Callee->getAttributes().hasAttribute(AttributeSet::FunctionIndex, 98 ICA->isInlineViable(*Callee))
|
/external/llvm/lib/Transforms/ObjCARC/ |
ObjCARCAPElim.cpp | 71 if (const Function *Callee = CS.getCalledFunction()) { 72 if (Callee->isDeclaration() || Callee->mayBeOverridden()) 74 for (Function::const_iterator I = Callee->begin(), E = Callee->end();
|
/external/chromium_org/third_party/angle/src/compiler/ |
DetectCallDepth.cpp | 22 DetectCallDepth::FunctionNode* callee) 25 if (callees[i] == callee) 28 callees.push_back(callee);
|
/external/chromium_org/v8/test/webkit/ |
apply-varargs.js | 29 function callee(a1, a2, a3, a4, a5, a6, a7, a8) function 65 var allArgs = [0, "String", callee, true, null, 2.5, [1, 2, 3], {'a': 1, 'b' : 2}]; 78 var result = callee.apply(baseObj, varArgs);
|
strict-throw-type-error.js | 41 var argumentsCallee1 = getter(strictArguments1, "callee"); 55 var argumentsCallee2 = getter(strictArguments2, "callee");
|
/external/llvm/test/Analysis/TypeBasedAliasAnalysis/ |
functionattrs.ll | 29 call void @callee(i32* %p), !tbaa !1 35 call void @callee(i32* %p), !tbaa !2 72 declare void @callee(i32* %p) nounwind
|
/external/llvm/test/CodeGen/Thumb2/ |
2010-08-10-VarSizedAllocaBug.ll | 5 define internal fastcc i32 @Callee(i32 %i) nounwind { 7 ; CHECK-LABEL: Callee: 43 %1 = tail call fastcc i32 @Callee(i32 %0) nounwind ; <i32> [#uses=1]
|
/art/runtime/arch/x86/ |
quick_entrypoints_x86.S | 20 * Macro that sets up the callee save frame to conform with 24 PUSH edi // Save callee saves (ebx is saved/restored by the upcall) 32 * Macro that sets up the callee save frame to conform with 36 PUSH edi // Save callee saves (ebx is saved/restored by the upcall) 49 * Macro that sets up the callee save frame to conform with 53 PUSH edi // Save callee saves 68 POP ebp // Restore callee saves 78 SETUP_SAVE_ALL_CALLEE_SAVE_FRAME // save callee saves for throw 151 * Called by managed code, saves callee saves and then calls artThrowException 185 // Set up the callee save frame to conform with Runtime::CreateCalleeSaveMethod(kRefsAndArgs [all...] |
/art/runtime/arch/mips/ |
portable_entrypoints_mips.S | 25 # Fake callee save ref and args frame set up, note portable doesn't use callee save frames.
|
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_INVOKE_METHOD_CHAIN.S | 4 * Thumb code through the link register to transfer control to the callee 49 bx lr @ return to the callee-chaining cell
|
TEMPLATE_INVOKE_METHOD_NO_OPT.S | 4 * runtime-resolved callee. 56 @ Start executing the callee
|
/dalvik/vm/compiler/template/mips/ |
TEMPLATE_INVOKE_METHOD_CHAIN.S | 4 * Thumb code through the link register to transfer control to the callee 67 RETURN # return to the callee-chaining cell
|
TEMPLATE_INVOKE_METHOD_NO_OPT.S | 4 * runtime-resolved callee. 76 # Start executing the callee
|
/external/chromium_org/content/child/ |
plugin_param_traits.h | 39 // Used when the NPObject we're sending is running in the callee's process 40 // (i.e. we have an NPObjectProxy for it). In that case we want the callee
|
/external/clang/lib/CodeGen/ |
CGCUDARuntime.cpp | 46 llvm::Value *Callee = CGF.EmitScalarExpr(E->getCallee()); 47 CGF.EmitCall(E->getCallee()->getType(), Callee, ReturnValue,
|
/external/kernel-headers/original/asm-mips/ |
fpregdef.h | 43 #define fs0 $f20 /* callee saved */ 86 #define fs0 $f24 /* callee saved */
|
/external/llvm/test/CodeGen/X86/ |
fast-isel-x86.ll | 35 ; Check that we fast-isel sret, and handle the callee-pops behavior correctly. 50 ; Check that fast-isel sret works with fastcc (and does not callee-pop)
|
/external/v8/src/ |
apiutils.h | 46 internal::JSFunction* callee, 49 implicit_args[v8::Arguments::kCalleeIndex] = callee;
|
/art/runtime/entrypoints/quick/ |
quick_trampoline_entrypoints.cc | 35 // Visits the arguments as saved to the stack by a Runtime::kRefAndArgs callee save frame. 38 // Offset to first (not the Method*) argument in a Runtime::kRefAndArgs callee save frame. 39 // Size of Runtime::kRefAndArgs callee save frame. 42 // The callee save frame is pointed to by SP. 51 // | ... | callee saves 62 // The callee save frame is pointed to by SP. 71 // | ... | callee saves 81 // The callee save frame is pointed to by SP. 90 // | EBP,ESI,EDI | callee saves 365 // which is responsible for recording callee save registers. We explicitly place into jobjects th [all...] |
callee_save_frame.h | 28 // Place a special frame at the TOS that will save the callee saves for the given type.
|
quick_thread_entrypoints.cc | 26 // Called when thread->suspend_count_ != 0 on JNI return. JNI method acts as callee-save frame.
|
/external/llvm/test/Transforms/ObjCARC/ |
cfg-hazards.ll | 10 declare void @callee() 106 call void @callee() 135 call void @callee() 136 call void @callee() 149 ; CHECK-NEXT: call void @callee() 161 call void @callee() 200 call void @callee() 216 ; CHECK-NEXT: call void @callee() 227 call void @callee() 265 call void @callee() [all...] |