Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp1849 unsigned ArgSizeInBytes = getDataLayout()->getTypeAllocSize(VT.getTypeForEVT(*DAG.getContext())); in lowerVAARG() local
1851 DAG.getConstant(RoundUpToAlignment(ArgSizeInBytes, ArgSlotSizeInBytes), in lowerVAARG()
1862 if (!Subtarget.isLittle() && ArgSizeInBytes < ArgSlotSizeInBytes) { in lowerVAARG()
1863 unsigned Adjustment = ArgSlotSizeInBytes - ArgSizeInBytes; in lowerVAARG()