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

/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1889 unsigned ArgSizeInBytes = local
1892 DAG.getConstant(RoundUpToAlignment(ArgSizeInBytes,
1904 if (!Subtarget.isLittle() && ArgSizeInBytes < ArgSlotSizeInBytes) {
1905 unsigned Adjustment = ArgSlotSizeInBytes - ArgSizeInBytes;

Completed in 66 milliseconds