HomeSort by relevance Sort by last modified time
    Searched refs:getPSInputAddr (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Target/AMDGPU/
SIMachineFunctionInfo.h 335 unsigned getPSInputAddr() const {
AMDGPUAsmPrinter.cpp 614 OutStreamer->EmitIntValue(MFI->getPSInputAddr(), 4);
SIISelLowering.cpp 676 ((Info->getPSInputAddr() & 0x7F) == 0 ||
677 ((Info->getPSInputAddr() & 0xF) == 0 && Info->isPSInputAllocated(11)))) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIMachineFunctionInfo.h 508 unsigned getPSInputAddr() const {
AMDGPUAsmPrinter.cpp     [all...]
SIISelLowering.cpp     [all...]

Completed in 209 milliseconds