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

  /external/llvm/lib/Target/AMDGPU/
SIMachineFunctionInfo.h 339 bool isPSInputAllocated(unsigned Index) const {
SIISelLowering.cpp 622 if (!Arg.Used && !Info->isPSInputAllocated(PSInputNum)) {
677 ((Info->getPSInputAddr() & 0xF) == 0 && Info->isPSInputAllocated(11)))) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUCallLowering.cpp 195 if (CurOrigArg->use_empty() && !Info->isPSInputAllocated(PSInputNum)) {
SIMachineFunctionInfo.h 516 bool isPSInputAllocated(unsigned Index) const {
SIISelLowering.cpp     [all...]

Completed in 443 milliseconds