Home
last modified time | relevance | path

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

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