Searched
full:callee (Results
551 -
575 of
1069) sorted by null
<<21222324252627282930>>
/external/llvm/docs/ |
ExtendedIntegerResults.txt | 79 might want the callee to extend 3) the mid-level optimizer doesn't know the
|
/external/llvm/include/llvm/IR/ |
InlineAsm.h | 11 // used as the callee operand of call instructions. InlineAsm's are uniqued
|
/external/llvm/include/llvm/Target/ |
TargetRegisterInfo.h | 184 /// callee-saved registers only after all the volatiles are used. The 186 /// callee-saved registers moved to the end. 419 /// callee saved registers on this target. The register should be in the 420 /// order of desired callee-save stack frame offset. The first register is [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64RegisterInfo.td | 83 // For tail calls, we can't use callee-saved registers or the structure-return
|
/external/llvm/lib/Target/SystemZ/ |
SystemZRegisterInfo.td | 82 /// Allocate the callee-saved R6-R13 backwards. That way they can be saved
|
/external/llvm/lib/Target/X86/ |
README.txt | 843 int callee(int32, int64); 846 return callee(arg2, (int64)local); 853 Moving arg1 onto the stack slot of callee function would overwrite 859 - Analyse the actual parameters of the callee to see which would 860 overwrite a caller parameter which is used by the callee and only 863 int callee (int32 arg1, int32 arg2); 865 return callee(arg1,arg2); 871 int callee (int32 arg1, int32 arg2); 873 return callee(arg2,arg1); [all...] |
/external/llvm/lib/Transforms/IPO/ |
IPConstantPropagation.cpp | 94 // Used by a non-instruction, or not the callee of a function, do not
|
/external/llvm/lib/Transforms/ObjCARC/ |
DependencyAnalysis.cpp | 87 // For calls, just check the arguments (and not the callee operand).
|
/external/llvm/test/CodeGen/X86/ |
sibcall.ll | 315 ; If caller / callee calling convention mismatch then check if the return
|
/external/mesa3d/src/glsl/ |
lower_clip_distance.cpp | 279 const exec_node *formal_param_node = ir->callee->parameters.head;
|
opt_tree_grafting.cpp | 207 exec_list_iterator sig_iter = ir->callee->parameters.iterator();
|
/external/openssl/crypto/ |
x86cpuid.pl | 271 # indirect callee is using. In C it can be deployed as
|
/external/v8/src/ |
frames.cc | 134 // callee-saved registers and unwinding handlers. This allows the 136 // handler and the value of any callee-saved register if needed. 676 // Visit the return address in the callee and incoming arguments. [all...] |
/external/v8/test/mjsunit/ |
function-bind.js | 294 // the caller is strict and the callee isn't. A bound function is built-in,
|
/external/valgrind/main/coregrind/m_syswrap/ |
syscall-amd64-darwin.S | 85 /* save callee-saved regs */
|
syswrap-s390x-linux.c | 70 Thought: Why are we clearing the GPRs ? The callee pointed to by f 98 // r2 holds the argument for the callee 100 // r4 holds the callee address 110 // r14 holds the return address for the callee [all...] |
/external/valgrind/main/docs/internals/ |
3_1_BUGSTATUS.txt | 113 vx1519 vx1578 n-i-bz ppc32/64: allocate from callee-saved FP/VMX regs
|
/frameworks/av/camera/ |
ProCamera.cpp | 151 // Note that the callee gets a copy of the metadata.
|
/frameworks/av/services/camera/libcameraservice/ |
CameraService.h | 300 // Note that the callee gets a copy of the metadata.
|
/frameworks/opt/telephony/src/java/android/telephony/gsm/ |
SmsManager.java | 98 * Send a multi-part text based SMS. The callee should have already
|
/libcore/luni/src/main/java/javax/xml/xpath/ |
XPathFactoryFinder.java | 123 * @return <code>null</code> if the callee fails to create one.
|
/packages/apps/Dialer/tests/src/com/android/dialer/ |
PhoneCallDetailsHelperTest.java | 46 /** The number of the caller/callee in the log entry. */
|
/packages/apps/InCallUI/src/com/android/incallui/ |
ContactsAsyncHelper.java | 304 // Added additional Cookie field in the callee to handle arguments
|
/packages/services/Telephony/src/com/android/phone/ |
ContactsAsyncHelper.java | 335 // Added additional Cookie field in the callee to handle arguments
|
/sdk/emulator/opengl/shared/OpenglCodecCommon/ |
GLClientState.h | 157 // For some cases passing GL_TEXTURE_2D for allDisabled makes callee code
|
Completed in 1162 milliseconds
<<21222324252627282930>>