HomeSort by relevance Sort by last modified time
    Searched refs:call_inst (Results 1 - 10 of 10) sorted by null

  /art/compiler/llvm/
gbc_expander.cc 229 llvm::Value* EmitInvoke(llvm::CallInst& call_inst);
234 bool EmitIntrinsic(llvm::CallInst& call_inst, llvm::Value** result);
236 bool EmitIntrinsicStringLengthOrIsEmpty(llvm::CallInst& call_inst,
243 void Expand_TestSuspend(llvm::CallInst& call_inst);
245 void Expand_MarkGCCard(llvm::CallInst& call_inst);
264 void Expand_FilledNewArray(llvm::CallInst& call_inst);
299 llvm::Value* Expand_Invoke(llvm::CallInst& call_inst);
301 llvm::Value* Expand_DivRem(llvm::CallInst& call_inst, bool is_div, JType op_jty);
327 llvm::Value* Expand_HLIGet(llvm::CallInst& call_inst, JType field_jty);
328 void Expand_HLIPut(llvm::CallInst& call_inst, JType field_jty)
476 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/mips/
call_mips.cc 260 LIR* call_inst = OpReg(kOpBlx, r_tgt); // ( array*, fill_data* ) local
261 MarkSafepointPC(call_inst);
275 LIR* call_inst = OpReg(kOpBlx, r_tgt); local
276 MarkSafepointPC(call_inst);
290 LIR* call_inst = OpReg(kOpBlx, r_tgt); local
291 MarkSafepointPC(call_inst);
  /art/compiler/dex/quick/arm/
call_arm.cc 437 LIR* call_inst = OpReg(kOpBlx, rARM_LR); local
438 MarkSafepointPC(call_inst);
490 LIR* call_inst = OpReg(kOpBlx, rARM_LR); local
491 MarkSafepointPC(call_inst);
521 LIR* call_inst = OpReg(kOpBlx, rARM_LR); local
522 MarkSafepointPC(call_inst);
  /art/compiler/dex/quick/
gen_invoke.cc 46 LIR* call_inst; local
48 call_inst = OpThreadMem(kOpBlx, helper_offset);
50 call_inst = OpReg(kOpBlx, r_tgt);
54 MarkSafepointPC(call_inst);
56 return call_inst;
1421 LIR* call_inst; local
    [all...]
gen_common.cc 815 LIR* call_inst = OpReg(kOpBlx, r_tgt); // .eq, helper(Method*, string_idx) local
816 MarkSafepointPC(call_inst);
821 LIR* call_inst = OpReg(kOpBlx, r_tgt); local
822 MarkSafepointPC(call_inst);
    [all...]
  /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...]

Completed in 249 milliseconds