Home
last modified time | relevance | path

Searched refs:LV2UInt (Results 1 – 1 of 1) sorted by relevance

/art/compiler/llvm/
Dgbc_expander.cc170 uint64_t LV2UInt(llvm::Value* lv) { in LV2UInt() function in __anonb828269f0111::GBCExpanderPass
451 uint32_t dex_pc = LV2UInt(bb_iter->begin()->getMetadata("DexOff")->getOperand(0)); in runOnFunction()
821 uint32_t dex_pc = LV2UInt(call_inst.getMetadata("DexOff")->getOperand(0)); in EmitInvoke()
823 static_cast<art::InvokeType>(LV2UInt(call_inst.getArgOperand(0))); in EmitInvoke()
826 LV2UInt(call_inst.getArgOperand(1))); in EmitInvoke()
917 uint32_t callee_method_idx = LV2UInt(call_inst.getArgOperand(1)); in EmitIntrinsic()
938 static_cast<art::InvokeType>(LV2UInt(call_inst.getArgOperand(0))); in EmitIntrinsicStringLengthOrIsEmpty()
963 uint32_t dex_pc = LV2UInt(call_inst.getMetadata("DexOff")->getOperand(0)); in Expand_TestSuspend()
1252 uint32_t dex_pc = LV2UInt(call_inst.getMetadata("DexOff")->getOperand(0)); in Expand_DivRem()
1349 unsigned vreg_idx = LV2UInt(entry_idx); in Expand_SetVReg()
[all …]