Home
last modified time | relevance | path

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

/art/compiler/dex/
Dvreg_analysis.cc22 bool MIRGraph::SetFp(int index, bool is_fp) { in SetFp() function in art::MIRGraph
32 bool MIRGraph::SetFp(int index) { in SetFp() function in art::MIRGraph
235 changed |= SetFp(uses[0]); in InferTypeAndSize()
238 changed |= SetFp(uses[0]); in InferTypeAndSize()
239 changed |= SetFp(uses[1]); in InferTypeAndSize()
270 changed |= SetFp(tgt_rep->defs[0]); in InferTypeAndSize()
273 changed |= SetFp(tgt_rep->defs[1]); in InferTypeAndSize()
328 changed |= SetFp(uses[i]); in InferTypeAndSize()
333 changed |= SetFp(defs[i]); in InferTypeAndSize()
372 changed |= SetFp(defs[0], defined_fp); in InferTypeAndSize()
[all …]
Dmir_graph.h949 bool SetFp(int index, bool is_fp);
950 bool SetFp(int index);