Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp1943 unsigned ArgSlotSizeInBytes = (ABI.IsN32() || ABI.IsN64()) ? 8 : 4; in lowerVAARG() local
1974 DAG.getConstant(alignTo(ArgSizeInBytes, ArgSlotSizeInBytes), in lowerVAARG()
1985 if (!Subtarget.isLittle() && ArgSizeInBytes < ArgSlotSizeInBytes) { in lowerVAARG()
1986 unsigned Adjustment = ArgSlotSizeInBytes - ArgSizeInBytes; in lowerVAARG()