Searched refs:Expand_HLIGet (Results 1 – 1 of 1) sorted by relevance
/art/compiler/llvm/ |
D | gbc_expander.cc | 324 llvm::Value* Expand_HLIGet(llvm::CallInst& call_inst, JType field_jty); 1595 llvm::Value* GBCExpanderPass::Expand_HLIGet(llvm::CallInst& call_inst, in Expand_HLIGet() function in __anonb828269f0111::GBCExpanderPass 3425 return Expand_HLIGet(call_inst, kInt); in ExpandIntrinsic() 3428 return Expand_HLIGet(call_inst, kBoolean); in ExpandIntrinsic() 3431 return Expand_HLIGet(call_inst, kByte); in ExpandIntrinsic() 3434 return Expand_HLIGet(call_inst, kChar); in ExpandIntrinsic() 3437 return Expand_HLIGet(call_inst, kShort); in ExpandIntrinsic() 3440 return Expand_HLIGet(call_inst, kFloat); in ExpandIntrinsic() 3443 return Expand_HLIGet(call_inst, kLong); in ExpandIntrinsic() 3446 return Expand_HLIGet(call_inst, kDouble); in ExpandIntrinsic() [all …]
|