/external/llvm/test/CodeGen/ARM/ |
ldrd.ll | 37 ; evict another live range or use callee saved regs. Sorry if the test
|
/external/llvm/test/CodeGen/X86/ |
win32_sret.ll | 11 ; is callee-cleanup. However, in MSVC's cdecl calling convention, sret pointer
|
win_ftol2.ll | 12 ; callee. Mingw32 uses normal cdecl compiler-rt functions.
|
/external/llvm/test/Transforms/InstCombine/ |
call.ll | 107 ; Don't turn this into "unreachable": the callee and caller don't agree in
|
/external/llvm/test/Transforms/ObjCARC/ |
arc-annotations.ll | 22 declare void @callee()
|
retain-block.ll | 8 declare void @callee(i8)
|
/external/mesa3d/src/glsl/ |
opt_constant_variable.cpp | 135 exec_list_iterator sig_iter = ir->callee->parameters.iterator();
|
ir.h | 1129 ir_call(ir_function_signature *callee, 1132 : return_deref(return_deref), callee(callee) 1135 assert(callee->return_type != NULL); 1137 this->use_builtin = callee->is_builtin; 1187 ir_function_signature *callee; member in class:ir_call [all...] |
/external/mesa3d/src/mapi/glapi/gen/ |
mesadef.py | 59 print '; callee is responsible for popping this data'
|
/external/mesa3d/src/mesa/drivers/windows/gdi/ |
mesa.def | 17 ; callee is responsible for popping this data
|
/external/v8/src/ia32/ |
frames-ia32.h | 46 1 << 7; // edi - callee function
|
/external/v8/src/x64/ |
frames-x64.h | 40 1 << 7; // rdi - callee function
|
/frameworks/av/include/media/ |
IOMX.h | 115 // same process as the callee, i.e. is the media_server, as the
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
ir.h | 1129 ir_call(ir_function_signature *callee, 1132 : return_deref(return_deref), callee(callee) 1135 assert(callee->return_type != NULL); 1137 this->use_builtin = callee->is_builtin; 1187 ir_function_signature *callee; member in class:ir_call [all...] |
/external/llvm/docs/tutorial/ |
OCamlLangImpl4.rst | 722 | Ast.Call (callee, args) -> 724 let callee = 725 match lookup_function callee the_module with 726 | Some callee -> callee 729 let params = params callee in 735 build_call callee args "calltmp" builder [all...] |
/external/llvm/lib/Target/MSP430/ |
MSP430ISelLowering.cpp | 286 SDValue Callee = CLI.Callee; 299 return LowerCCCCallTo(Chain, Callee, CallConv, isVarArg, isTailCall, 461 MSP430TargetLowering::LowerCCCCallTo(SDValue Chain, SDValue Callee, 559 // If the callee is a GlobalAddress node (quite common, every direct call is) 562 if (GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(Callee)) 563 Callee = DAG.getTargetGlobalAddress(G->getGlobal(), dl, MVT::i16); 564 else if (ExternalSymbolSDNode *E = dyn_cast<ExternalSymbolSDNode>(Callee)) 565 Callee = DAG.getTargetExternalSymbol(E->getSymbol(), MVT::i16); 571 Ops.push_back(Callee); [all...] |
/external/clang/lib/CodeGen/ |
CGVTables.cpp | 233 llvm::Value *Callee = CGM.GetAddrOfFunction(GD, Ty, /*ForVTable=*/true); 234 llvm::Function *BaseFn = cast<llvm::Function>(Callee); 346 // Get our callee. 349 llvm::Value *Callee = CGM.GetAddrOfFunction(GD, Ty, /*ForVTable=*/true); 376 RValue RV = EmitCall(FnInfo, Callee, Slot, CallArgs, MD); [all...] |
/external/llvm/examples/Kaleidoscope/Chapter5/ |
toy.cpp | 134 std::string Callee; 137 CallExprAST(const std::string &callee, std::vector<ExprAST*> &args) 138 : Callee(callee), Args(args) {} 493 Function *CalleeF = TheModule->getFunction(Callee);
|
/external/llvm/examples/Kaleidoscope/Chapter6/ |
toy.cpp | 149 std::string Callee; 152 CallExprAST(const std::string &callee, std::vector<ExprAST*> &args) 153 : Callee(callee), Args(args) {} 597 Function *CalleeF = TheModule->getFunction(Callee);
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
cgraph.h | 196 callee. */ 273 /* Set once the function has been instantiated and its callee 411 struct cgraph_node *callee; variable in typeref:struct:cgraph_node 438 callee. */ 485 /* Set once the variable has been instantiated and its callee [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
cgraph.h | 196 callee. */ 273 /* Set once the function has been instantiated and its callee 411 struct cgraph_node *callee; variable in typeref:struct:cgraph_node 438 callee. */ 485 /* Set once the variable has been instantiated and its callee [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
cgraph.h | 196 callee. */ 273 /* Set once the function has been instantiated and its callee 411 struct cgraph_node *callee; variable in typeref:struct:cgraph_node 438 callee. */ 485 /* Set once the variable has been instantiated and its callee [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
cgraph.h | 196 callee. */ 273 /* Set once the function has been instantiated and its callee 411 struct cgraph_node *callee; variable in typeref:struct:cgraph_node 438 callee. */ 485 /* Set once the variable has been instantiated and its callee [all...] |
/external/valgrind/main/exp-sgcheck/ |
sg_main.c | 1852 StackFrame *callee, *caller; local [all...] |
/external/llvm/lib/Target/Mips/ |
MipsISelLowering.cpp | [all...] |