Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DSILowerControlFlow.cpp536 uint64_t StackSizeBytes = FrameInfo->getStackSize(); in runOnMachineFunction() local
543 assert((StackSizeBytes < 0xffff) && StackOffset < 0xffff && in runOnMachineFunction()
555 assert(isInt<16>(StackOffset) && isInt<16>(StackSizeBytes)); in runOnMachineFunction()
562 .addImm(StackSizeBytes); in runOnMachineFunction()