Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp4375 unsigned ByValSizeInBytes = Flags.getByValSize(); in passByValArg() local
4386 bool LeftoverBytes = (NumRegs * RegSizeInBytes > ByValSizeInBytes); in passByValArg()
4401 if (ByValSizeInBytes == OffsetInBytes) in passByValArg()
4409 OffsetInBytes < ByValSizeInBytes; LoadSizeInBytes /= 2) { in passByValArg()
4410 unsigned RemainingSizeInBytes = ByValSizeInBytes - OffsetInBytes; in passByValArg()
4452 unsigned MemCpySize = ByValSizeInBytes - OffsetInBytes; in passByValArg()