Lines Matching full:lowered
245 /// Return true if-and-only-if the given SDValue can be lowered as either a
257 // happens to be sext(Con64) and could thus be lowered directly. in willLowerDirectly()
318 /// reference lowered call result
562 // List of unique lowered GC Pointer values. in lowerStatepointMetaArgs()
564 // Map lowered GC Pointer value to the index in above vector in lowerStatepointMetaArgs()
636 // lowered. Note that this is the number of *Values* not the in lowerStatepointMetaArgs()
641 // The vm state arguments are lowered in an opaque manner. We do not know in lowerStatepointMetaArgs()
731 // All lowered meta args. in LowerAsSTATEPOINT()
733 // Lowered GC pointers (subset of above). in LowerAsSTATEPOINT()
868 // For values lowered to tied-defs, create the virtual registers if used in LowerAsSTATEPOINT()
906 // Record for later use how each relocation was lowered. This is needed to in LowerAsSTATEPOINT()
1075 // ensure it gets lowered such that gc cycles occurring before the in LowerStatepoint()
1227 assert(SlotIt != RelocationMap.end() && "Relocating not lowered gc value"); in visitGCRelocate()