Searched defs:Expand_HLSput (Results 1 - 1 of 1) sorted by relevance

/art/compiler/llvm/
H A Dgbc_expander.cc331 void Expand_HLSput(llvm::CallInst& call_inst, JType field_jty);
1968 void GBCExpanderPass::Expand_HLSput(llvm::CallInst& call_inst, function in class:__anon10::GBCExpanderPass
3604 Expand_HLSput(call_inst, kInt);
3608 Expand_HLSput(call_inst, kBoolean);
3612 Expand_HLSput(call_inst, kByte);
3616 Expand_HLSput(call_inst, kChar);
3620 Expand_HLSput(call_inst, kShort);
3624 Expand_HLSput(call_inst, kFloat);
3628 Expand_HLSput(call_inst, kLong);
3632 Expand_HLSput(call_ins
[all...]

Completed in 12 milliseconds