/art/compiler/llvm/ |
gbc_expander.cc | 228 llvm::Value* EmitInvoke(llvm::CallInst& call_inst); 233 bool EmitIntrinsic(llvm::CallInst& call_inst, llvm::Value** result); 235 bool EmitIntrinsicStringLengthOrIsEmpty(llvm::CallInst& call_inst, 242 void Expand_TestSuspend(llvm::CallInst& call_inst); 244 void Expand_MarkGCCard(llvm::CallInst& call_inst); 263 void Expand_FilledNewArray(llvm::CallInst& call_inst); 296 llvm::Value* Expand_Invoke(llvm::CallInst& call_inst); 298 llvm::Value* Expand_DivRem(llvm::CallInst& call_inst, bool is_div, JType op_jty); 324 llvm::Value* Expand_HLIGet(llvm::CallInst& call_inst, JType field_jty); 325 void Expand_HLIPut(llvm::CallInst& call_inst, JType field_jty) 473 llvm::CallInst* call_inst = llvm::dyn_cast<llvm::CallInst>(inst_iter); local [all...] |
runtime_support_builder.cc | 59 CallInst* call_inst = irb_.CreateCall(func); local 60 call_inst->setOnlyReadsMemory(); 61 irb_.SetTBAA(call_inst, kTBAAConstJObject); 62 return call_inst; 121 ::llvm::CallInst* call_inst = local 127 irb_.SetTBAA(call_inst, kTBAARuntimeInfo); 128 return call_inst; 159 CallInst* call_inst = irb_.CreateCall(slow_func, EmitGetCurrentThread()); local 160 irb_.SetTBAA(call_inst, kTBAAJRuntime);
|
runtime_support_builder_x86.cc | 73 CallInst* call_inst = irb_.CreateCall(func, value); local 74 irb_.SetTBAA(call_inst, s_ty);
|
runtime_support_builder_arm.cc | 94 CallInst* call_inst = irb_.CreateCall(func, value); local 95 irb_.SetTBAA(call_inst, s_ty);
|
/art/compiler/dex/quick/arm/ |
call_arm.cc | 171 LIR* call_inst = OpReg(kOpBlx, rs_rARM_LR); local 172 MarkSafepointPC(call_inst); 214 LIR* call_inst = OpReg(kOpBlx, rs_rARM_LR); local 215 MarkSafepointPC(call_inst); 238 LIR* call_inst = OpReg(kOpBlx/*ne*/, rs_rARM_LR); local 240 MarkSafepointPC(call_inst); 283 LIR* call_inst = OpReg(kOpBlx, rs_rARM_LR); local 284 MarkSafepointPC(call_inst); 307 LIR* call_inst = OpReg(kOpBlx/*ne*/, rs_rARM_LR); local 309 MarkSafepointPC(call_inst); [all...] |
/external/lldb/source/Expression/ |
IRDynamicChecks.cpp | 441 CallInst *call_inst = dyn_cast<CallInst>(inst); local 443 if (!call_inst) 444 return false; // call_inst really shouldn't be NULL, because otherwise InspectInstruction wouldn't have registered it 458 target_object = call_inst->getArgOperand(0); 459 selector = call_inst->getArgOperand(1); 462 target_object = call_inst->getArgOperand(1); 463 selector = call_inst->getArgOperand(2); 502 CallInst *call_inst = dyn_cast<CallInst>(&i); local 504 if (call_inst) 508 MDNode *metadata = call_inst->getMetadata("lldb.call.realName") [all...] |
/art/compiler/dex/quick/arm64/ |
call_arm64.cc | 180 LIR* call_inst = OpReg(kOpBlx, rs_xLR); local 181 MarkSafepointPC(call_inst); 224 LIR* call_inst = OpReg(kOpBlx, rs_xLR); local 225 MarkSafepointPC(call_inst); 272 LIR* call_inst = OpReg(kOpBlx, rs_xLR); local 273 MarkSafepointPC(call_inst);
|
/art/compiler/dex/quick/mips/ |
call_mips.cc | 257 LIR* call_inst = OpReg(kOpBlx, r_tgt); // ( array*, fill_data* ) local 258 MarkSafepointPC(call_inst);
|
/art/compiler/dex/quick/ |
gen_invoke.cc | 87 LIR* call_inst = InvokeTrampoline(use_link ? kOpBlx : kOpBx, r_tgt, trampoline); local 94 MarkSafepointPC(call_inst); 96 return call_inst; 1795 LIR* call_inst; local [all...] |
/external/lldb/include/lldb/Expression/ |
IRForTarget.h | 491 MaybeHandleCallArguments (llvm::CallInst *call_inst); 509 /// @param[in] call_inst
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_glsl_to_tgsi.cpp | 2491 glsl_to_tgsi_instruction *call_inst; local [all...] |
/external/mesa3d/src/mesa/state_tracker/ |
st_glsl_to_tgsi.cpp | 2491 glsl_to_tgsi_instruction *call_inst; local [all...] |