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

/freebsd-10.2-release/contrib/llvm/lib/Target/R600/
H A DSIMachineFunctionInfo.cpp22 PSInputAddr(0) { }
H A DSIMachineFunctionInfo.h28 unsigned PSInputAddr; member in class:llvm::SIMachineFunctionInfo
H A DAMDGPUAsmPrinter.cpp290 OutStreamer.EmitIntValue(MFI->PSInputAddr, 4);
H A DSIISelLowering.cpp217 Info->PSInputAddr |= 1 << PSInputNum++;
247 if (Info->ShaderType == ShaderType::PIXEL && (Info->PSInputAddr & 0x7F) == 0) {
248 Info->PSInputAddr |= 1;

Completed in 133 milliseconds