Searched refs:replaceSource (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/src/Reactor/ |
D | Optimizer.cpp | 256 use->replaceSource(asLoadSubVector(use) ? 1 : 0, newAddress[0]); in performScalarReplacementOfAggregates() 261 use->replaceSource(asStoreSubVector(use) ? 2 : 1, newAddress[0]); in performScalarReplacementOfAggregates() 368 use->replaceSource(i, undef); in eliminateUnitializedLoads() 519 use->replaceSource(i, newValue); in replace()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceVariableSplitting.cpp | 310 Instr->replaceSource(0, OldMapped); in handleSimpleVarAssign() 404 Instr->replaceSource(i, OldMapped); in handleGeneralInst()
|
D | IceCfg.cpp | 546 Instr.replaceSource(i, Replacements[Var]); in localCSE() 798 InstUse->replaceSource(i, NewVar); in floatConstantCSE()
|
D | IceTargetLowering.cpp | 676 Instr->replaceSource(i, ExtraVar); in postRegallocSplitting()
|
D | IceCfgNode.cpp | 1591 Br->replaceSource(0, UnusedOperand); // Index 0 has the condition of the Br in shortCircuit()
|
D | IceInst.h | 111 void replaceSource(SizeT Index, Operand *Replacement) { in replaceSource() function
|