Lines Matching defs:TPIDR2
3177 TPIDR2Object &TPIDR2 = FuncInfo->getTPIDR2Obj();
3178 if (TPIDR2.Uses > 0) {
3180 // Store the buffer pointer to the TPIDR2 stack object.
3183 .addFrameIndex(TPIDR2.FrameIndex)
3188 .addFrameIndex(TPIDR2.FrameIndex)
3192 .addFrameIndex(TPIDR2.FrameIndex)
3195 MFI.RemoveStackObject(TPIDR2.FrameIndex);
3214 TPIDR2Object &TPIDR2 = FuncInfo->getTPIDR2Obj();
3216 if (TPIDR2.Uses > 0) {
8234 // Create a 16 Byte TPIDR2 object. The dynamic buffer
8237 TPIDR2Object &TPIDR2 = FuncInfo->getTPIDR2Obj();
8238 TPIDR2.FrameIndex = MFI.CreateStackObject(16, Align(16), false);
9084 const TPIDR2Object &TPIDR2 = FuncInfo->getTPIDR2Obj();
9086 MachinePointerInfo::getStack(MF, TPIDR2.FrameIndex);
9088 TPIDR2.FrameIndex,
9640 TPIDR2Object &TPIDR2 = FuncInfo->getTPIDR2Obj();
9649 // Copy the address of the TPIDR2 block into X0 before 'calling' the
9653 TPIDR2.FrameIndex,
9666 TPIDR2.Uses++;