Lines Matching full:absolute
1 //===--- HexagonGenMemAbsolute.cpp - Generate Load/Store Set Absolute ---===//
10 // an indexed load/store with offset "0" to a absolute-set load/store
31 "Number of Load instructions converted to absolute-set form");
33 "Number of Store instructions converted to absolute-set form");
54 return "Hexagon Generate Load/Store Set Absolute Address Instruction"; in getPassName()
73 INITIALIZE_PASS(HexagonGenMemAbsolute, "hexagon-gen-load-absolute",
74 "Hexagon Generate Load/Store Set Absolute Address Instruction",
159 // Insert the absolute-set instruction "I" only if the use of the in runOnMachineFunction()
174 // replacement of the absolute instruction. in runOnMachineFunction()
176 dbgs() << "Found a pair of instructions for absolute-set " in runOnMachineFunction()
183 if (IsLoad) { // Insert absolute-set load instruction in runOnMachineFunction()
188 } else { // Insert absolute-set store instruction in runOnMachineFunction()