Lines Matching full:sdv
624 SDValue SDV = Builder.getValue(V); in lowerStatepointMetaArgs() local
625 if (!LowerAsVReg.count(SDV)) in lowerStatepointMetaArgs()
630 SDValue SDV = Builder.getValue(V); in lowerStatepointMetaArgs() local
631 if (!LowerAsVReg.count(SDV)) in lowerStatepointMetaArgs()
663 for (SDValue SDV : LoweredGCPtrs) in lowerStatepointMetaArgs() local
664 lowerIncomingStatepointValue(SDV, !LowerAsVReg.count(SDV), Ops, MemRefs, in lowerStatepointMetaArgs()
912 SDValue SDV = getValue(V); in LowerAsSTATEPOINT() local
913 SDValue Loc = StatepointLowering.getLocation(SDV); in LowerAsSTATEPOINT()
918 if (IsLocal && LowerAsVReg.count(SDV)) { in LowerAsSTATEPOINT()
921 } else if (LowerAsVReg.count(SDV)) { in LowerAsSTATEPOINT()
923 assert(VirtRegs.count(SDV)); in LowerAsSTATEPOINT()
924 Record.payload.Reg = VirtRegs[SDV]; in LowerAsSTATEPOINT()
1235 SDValue SDV = StatepointLowering.getLocation(getValue(DerivedPtr)); in visitGCRelocate() local
1236 assert(SDV.getNode() && "empty SDValue"); in visitGCRelocate()
1237 setValue(&Relocate, SDV); in visitGCRelocate()