Searched defs:Expand_HLSget (Results 1 - 1 of 1) sorted by path

/art/compiler/llvm/
H A Dgbc_expander.cc330 llvm::Value* Expand_HLSget(llvm::CallInst& call_inst, JType field_jty);
1889 llvm::Value* GBCExpanderPass::Expand_HLSget(llvm::CallInst& call_inst, function in class:__anon10::GBCExpanderPass
3577 return Expand_HLSget(call_inst, kInt);
3580 return Expand_HLSget(call_inst, kBoolean);
3583 return Expand_HLSget(call_inst, kByte);
3586 return Expand_HLSget(call_inst, kChar);
3589 return Expand_HLSget(call_inst, kShort);
3592 return Expand_HLSget(call_inst, kFloat);
3595 return Expand_HLSget(call_inst, kLong);
3598 return Expand_HLSget(call_ins
[all...]

Completed in 30 milliseconds