Searched refs:CalculateStackSlotSize (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1593 /// CalculateStackSlotSize - Calculates the size reserved for this argument on
1595 static unsigned CalculateStackSlotSize(EVT ArgVT, ISD::ArgFlagsTy Flags, function
1956 MinReservedArea += CalculateStackSlotSize(ObjectVT,
1962 MinReservedArea += CalculateStackSlotSize(Ins[ArgNo].VT,
2244 NumBytes += CalculateStackSlotSize(ArgVT, Flags, PtrByteSize);
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp2733 /// CalculateStackSlotSize - Calculates the size reserved for this argument on
2735 static unsigned CalculateStackSlotSize(EVT ArgVT, ISD::ArgFlagsTy Flags, function
2817 ArgOffset += CalculateStackSlotSize(ArgVT, Flags, PtrByteSize);
3662 MinReservedArea += CalculateStackSlotSize(ObjectVT,
3668 MinReservedArea += CalculateStackSlotSize(Ins[ArgNo].VT,
5107 NumBytes += CalculateStackSlotSize(ArgVT, Flags, PtrByteSize);
5675 NumBytes += CalculateStackSlotSize(ArgVT, Flags, PtrByteSize);

Completed in 123 milliseconds