Searched refs:PSInputAddr (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.h63 unsigned PSInputAddr; member in class:llvm::SIMachineFunctionInfo
H A DSIMachineFunctionInfo.cpp50 PSInputAddr(0),
H A DAMDGPUAsmPrinter.cpp566 OutStreamer->EmitIntValue(MFI->PSInputAddr, 4);
H A DSIISelLowering.cpp612 Info->PSInputAddr |= 1 << PSInputNum++;
643 (Info->PSInputAddr & 0x7F) == 0) {
644 Info->PSInputAddr |= 1;

Completed in 79 milliseconds