/external/llvm/lib/Analysis/IPA/ |
GlobalsModRef.cpp | 414 if (Function *Callee = CI->second->getFunction()) { 415 if (FunctionRecord *CalleeFR = getFunctionInfo(Callee)) { 419 // Incorporate callee's effects on globals into our info. 428 CallGraphNode *CalleeNode = CG[Callee]; 465 Function *Callee = Intrinsic->getCalledFunction(); 466 ModRefBehavior Behaviour = AliasAnalysis::getModRefBehavior(Callee);
|
/external/llvm/lib/Target/PowerPC/ |
PPCISelLowering.h | 171 /// operand #1 callee (register or absolute) 478 IsEligibleForTailCallOptimization(SDValue Callee, 536 SDValue &Callee, 599 LowerCall_Darwin(SDValue Chain, SDValue Callee, 608 LowerCall_64SVR4(SDValue Chain, SDValue Callee, 617 LowerCall_32SVR4(SDValue Chain, SDValue Callee, CallingConv::ID CallConv,
|
/external/llvm/lib/Transforms/Utils/ |
BuildLibCalls.cpp | 307 Value *Callee = M->getOrInsertFunction(Name, Op->getType(), 309 CallInst *CI = B.CreateCall(Callee, Op, Name); 311 if (const Function *F = dyn_cast<Function>(Callee->stripPointerCasts())) 475 Function *Callee = CI->getCalledFunction(); 476 StringRef Name = Callee->getName(); 477 FunctionType *FT = Callee->getFunctionType();
|
/dalvik/vm/compiler/ |
Frontend.cpp | 66 const Method **callee) 96 *callee = calleeMethod; 108 *callee = calleeMethod; 120 *callee = calleeMethod; 131 *callee = calleeMethod; 256 * If so, don't inline the callee as there is no stack frame for the 305 /* This method is invoked as a callee and has been analyzed - just return */ 358 /* Uncomment the following to explore various callee patterns */ 416 * with the callee is properly initialized. If not, we punt on this inline 1902 const Method *callee = NULL; local [all...] |
/external/flac/include/FLAC/ |
stream_decoder.h | 501 * \param buffer A pointer to a location for the callee to store 506 * callee must set it to the actual number of bytes 509 * \param client_data The callee's client data set through 512 * The callee's return status. Note that the callback should return 546 * \param client_data The callee's client data set through 549 * The callee's return status. 584 * \param client_data The callee's client data set through 587 * The callee's return status. 622 * \param client_data The callee's client data set through 625 * The callee's return status [all...] |
stream_encoder.h | 505 * \param buffer A pointer to a location for the callee to store 510 * callee must set it to the actual number of bytes 513 * \param client_data The callee's client data set through 516 * The callee's return status. 551 * \param client_data The callee's client data set through 554 * The callee's return status. 585 * \param client_data The callee's client data set through 588 * The callee's return status. 630 * \param client_data The callee's client data set through 633 * The callee's return status [all...] |
/dalvik/vm/compiler/codegen/x86/ |
CodegenInterface.cpp | 407 * methods to speculatively setup a chain to the callee. The templates are 411 * 1) Chain is not setup because the callee is native. Reset the rechain 414 * 2) Chain is not setup because the callee has not been created yet. Reset 451 * Compilation not made yet for the callee. Reset the counter to a small 700 const Method *callee, int blockId, LowOpBlockLabel* labelList) 702 ALOGV("in handleInvokeSingletonChainingCell for method %s block %d callee %s NCG offset %x", 703 cUnit->method->name, blockId, callee->name, stream - streamMethodStart); 711 move_imm_to_reg(OpndSize_32, (int) (callee->insns), P_GPR_1, true); 714 //move_imm_to_reg(OpndSize_32, (int) (callee->insns), P_GPR_1, true); /* used when unchaining */ 725 //assume rPC for callee->insns in %eb [all...] |
/external/chromium_org/v8/src/x64/ |
regexp-macro-assembler-x64.cc | 68 * If changed to use r12+, they should be saved as callee-save registers. 90 * - backup of callee save registers (rbx, possibly rsi and rdi). 324 // Caller save on Linux and callee save in Windows. 380 // Requires that rbx is callee save (true for both Win64 and AMD64 ABIs). 679 // Save parameters and callee-save registers. Order here should correspond 688 // Callee-save on Win64. 708 __ push(rbx); // Callee-save 898 // Restore callee save registers. 905 // Restore callee save register. [all...] |
/external/v8/src/x64/ |
regexp-macro-assembler-x64.cc | 65 * If changed to use r12+, they should be saved as callee-save registers. 86 * - backup of callee save registers (rbx, possibly rsi and rdi). 399 // Caller save on Linux and callee save in Windows. 455 // Requires that rbx is callee save (true for both Win64 and AMD64 ABIs). 722 // Save parameters and callee-save registers. Order here should correspond 731 // Callee-save on Win64. 751 __ push(rbx); // Callee-save 875 // Restore callee save registers. 882 // Restore callee save register. [all...] |
/external/llvm/lib/Target/Mips/ |
MipsSEISelLowering.cpp | 541 // Return false if either the callee or caller has a byval argument. 545 // Return true if the callee's argument area is no larger than the 554 CallLoweringInfo &CLI, SDValue Callee, SDValue Chain) const { 555 // T9 should contain the address of the callee function if 559 RegsToPass.push_front(std::make_pair(T9Reg, Callee)); 561 Ops.push_back(Callee); 564 InternalLinkage, CLI, Callee, Chain);
|
MipsSEFrameLowering.cpp | 304 // Find the instruction past the last instruction that saves a callee-saved 309 // Iterate over list of callee-saved registers and emit .cfi_offset 399 // Find the first instruction that restores a callee-saved register. 413 // Find first instruction that restores a callee-saved register. 445 // Add the callee-saved register as live-in. Do not add if the register is
|
/dalvik/vm/compiler/template/out/ |
CompilerTemplateAsm-armv5te.S | 46 Callee must save/restore r4+ (except r12) if it modifies them. 228 * runtime-resolved callee. 280 @ Start executing the callee 293 * Thumb code through the link register to transfer control to the callee 338 bx lr @ return to the callee-chaining cell 348 * Thumb code through the link register to transfer control to the callee 364 * - lr+4: to fully resolve the callee and may rechain. [all...] |
CompilerTemplateAsm-armv7-a-neon.S | 46 Callee must save/restore r4+ (except r12) if it modifies them. 228 * runtime-resolved callee. 280 @ Start executing the callee 293 * Thumb code through the link register to transfer control to the callee 338 bx lr @ return to the callee-chaining cell 348 * Thumb code through the link register to transfer control to the callee 364 * - lr+4: to fully resolve the callee and may rechain. [all...] |
CompilerTemplateAsm-armv7-a.S | 46 Callee must save/restore r4+ (except r12) if it modifies them. 228 * runtime-resolved callee. 280 @ Start executing the callee 293 * Thumb code through the link register to transfer control to the callee 338 bx lr @ return to the callee-chaining cell 348 * Thumb code through the link register to transfer control to the callee 364 * - lr+4: to fully resolve the callee and may rechain. [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
PathDiagnostic.cpp | 143 // Check if the last piece in the callee path is a call to a function outside 890 Callee = CalleeCtx->getDecl(); 892 callEnterWithin = PathDiagnosticLocation::createBegin(Callee, SM); [all...] |
/external/chromium_org/third_party/mesa/src/src/glsl/ |
ir_reader.cpp | 652 ir_function_signature *callee = f->matching_signature(¶meters); local 653 if (callee == NULL) { 659 if (callee->return_type == glsl_type::void_type && return_deref) { 662 } else if (callee->return_type != glsl_type::void_type && !return_deref) { 667 return new(mem_ctx) ir_call(callee, return_deref, ¶meters);
|
/external/clang/lib/CodeGen/ |
CGDeclCXX.cpp | 184 // Make sure the call and the callee agree on calling convention. 471 llvm::Value *Callee = DtorsAndObjects[e - i - 1].first; 472 llvm::CallInst *CI = Builder.CreateCall(Callee, 474 // Make sure the call and the callee agree on calling convention. 475 if (llvm::Function *F = dyn_cast<llvm::Function>(Callee))
|
/external/llvm/examples/Kaleidoscope/Chapter3/ |
toy.cpp | 118 std::string Callee; 121 CallExprAST(const std::string &callee, std::vector<ExprAST*> &args) 122 : Callee(callee), Args(args) {} 384 Function *CalleeF = TheModule->getFunction(Callee);
|
/external/llvm/examples/Kaleidoscope/Chapter4/ |
toy.cpp | 125 std::string Callee; 128 CallExprAST(const std::string &callee, std::vector<ExprAST*> &args) 129 : Callee(callee), Args(args) {} 392 Function *CalleeF = TheModule->getFunction(Callee);
|
/external/llvm/include/llvm/CodeGen/ |
MachineFrameInfo.h | 36 /// callee saved register is in the current frame. 199 /// callee saved register saved in the frame. Beyond its use by the prolog/ 533 /// callee saved information. 538 /// isCalleeSavedInfoValid - Has the callee saved info been calculated yet? 547 /// but that must be preserved - they are callee saved registers that have not
|
/external/mesa3d/src/glsl/ |
ir_reader.cpp | 652 ir_function_signature *callee = f->matching_signature(¶meters); local 653 if (callee == NULL) { 659 if (callee->return_type == glsl_type::void_type && return_deref) { 662 } else if (callee->return_type != glsl_type::void_type && !return_deref) { 667 return new(mem_ctx) ir_call(callee, return_deref, ¶meters);
|
/libcore/luni/src/main/java/javax/xml/validation/ |
SchemaFactory.java | 566 * The callee will read all the {@link Source}s and combine them into a 571 * When an {@link ErrorHandler} is set, the callee will report all the errors 574 * this method. Also, after an error is reported to a handler, the callee is allowed 576 * the callee will throw the first error it finds in the sources. 669 * If this operation is not supported by the callee.
|
/external/llvm/docs/tutorial/ |
OCamlLangImpl7.rst | [all...] |
/external/llvm/lib/Target/ARM/ |
ARMCallingConv.td | 189 // Callee-saved register lists. 199 // be partially modelled by treating R0 as a callee-saved register 205 // iOS ABI deviates from ARM standard ABI. R9 is not a callee-saved register.
|
/external/llvm/lib/Transforms/Scalar/ |
SimplifyCFGPass.cpp | 165 Value *Callee = II->getCalledValue(); 166 if (isa<ConstantPointerNull>(Callee) || isa<UndefValue>(Callee)) {
|