Searched refs:SPTmp (Results 1 – 2 of 2) sorted by relevance
2178 Register SPTmp = in legalizeDynStackAlloc() local2181 MIRBuilder.buildInstr(AArch64::PROBED_STACKALLOC_DYN, {}, {SPTmp}); in legalizeDynStackAlloc()2184 MIRBuilder.buildCopy(Dst, SPTmp); in legalizeDynStackAlloc()
7730 auto SPTmp = MIRBuilder.buildCopy(PtrTy, SPReg); in getDynStackAllocTargetPtr() local7731 SPTmp = MIRBuilder.buildCast(IntPtrTy, SPTmp); in getDynStackAllocTargetPtr()7736 auto Alloc = MIRBuilder.buildSub(IntPtrTy, SPTmp, AllocSize); in getDynStackAllocTargetPtr()7760 Register SPTmp = in lowerDynStackAlloc() local7763 MIRBuilder.buildCopy(SPReg, SPTmp); in lowerDynStackAlloc()7764 MIRBuilder.buildCopy(Dst, SPTmp); in lowerDynStackAlloc()