Lines Matching full:area
185 // Load the overflow area pointer. in EmitVAArgFromMemory()
214 // overflow area pointer to the argument type. in EmitVAArgFromMemory()
267 // Here we have check if the argument is in register area or in EmitVAArgForHexagonLinux()
268 // in overflow area. in EmitVAArgForHexagonLinux()
269 // If the saved register area pointer + argsize rounded up to alignment > in EmitVAArgForHexagonLinux()
270 // saved register area end pointer, argument is in overflow area. in EmitVAArgForHexagonLinux()
285 // Argument may be in saved register area in EmitVAArgForHexagonLinux()
288 // Load the current saved register area pointer. in EmitVAArgForHexagonLinux()
294 // Load the saved register area end pointer. in EmitVAArgForHexagonLinux()
335 // Argument in saved register area in EmitVAArgForHexagonLinux()
336 // Implement the block where argument is in register saved area in EmitVAArgForHexagonLinux()
348 // Argument in overflow area in EmitVAArgForHexagonLinux()
349 // Implement the block where the argument is in overflow area. in EmitVAArgForHexagonLinux()
352 // Load the overflow area pointer in EmitVAArgForHexagonLinux()
358 // Align the overflow area pointer according to the alignment of the argument in EmitVAArgForHexagonLinux()
378 // Get the pointer for next argument in overflow area and store it in EmitVAArgForHexagonLinux()
379 // to overflow area pointer. in EmitVAArgForHexagonLinux()
391 // Bitcast the overflow area pointer to the type of argument. in EmitVAArgForHexagonLinux()