Lines Matching refs:PtrInfo
4129 MachinePointerInfo &PtrInfo) { in createStackTemporary() argument
4137 PtrInfo = MachinePointerInfo::getFixedStack(MF, FrameIdx); in createStackTemporary()
7565 MachinePointerInfo PtrInfo; in lowerExtractInsertVectorElt() local
7567 TypeSize::getFixed(VecTy.getSizeInBytes()), VecAlign, PtrInfo); in lowerExtractInsertVectorElt()
7568 MIRBuilder.buildStore(SrcVec, StackTemp, PtrInfo, VecAlign); in lowerExtractInsertVectorElt()
7576 PtrInfo = PtrInfo.getWithOffset(Offset); in lowerExtractInsertVectorElt()
7581 PtrInfo = MachinePointerInfo(MRI.getType(EltPtr).getAddressSpace()); in lowerExtractInsertVectorElt()
7586 MIRBuilder.buildStore(InsertVal, EltPtr, PtrInfo, EltAlign); in lowerExtractInsertVectorElt()
7589 MIRBuilder.buildLoad(DstReg, StackTemp, PtrInfo, VecAlign); in lowerExtractInsertVectorElt()
7591 MIRBuilder.buildLoad(DstReg, EltPtr, PtrInfo, EltAlign); in lowerExtractInsertVectorElt()
7646 MachinePointerInfo PtrInfo; in lowerVECTOR_COMPRESS() local
7649 PtrInfo) in lowerVECTOR_COMPRESS()
7664 MIRBuilder.buildStore(Passthru, StackPtr, PtrInfo, VecAlign); in lowerVECTOR_COMPRESS()
7718 MIRBuilder.buildLoad(Dst, StackPtr, PtrInfo, VecAlign); in lowerVECTOR_COMPRESS()