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

  /external/llvm/lib/Target/AMDGPU/
AMDGPUSubtarget.cpp 226 bool SISubtarget::isVGPRSpillingEnabled(const Function& F) const {
AMDGPUSubtarget.h 379 bool isVGPRSpillingEnabled(const Function& F) const;
SIMachineFunctionInfo.cpp 115 bool MaySpill = ST.isVGPRSpillingEnabled(*F);
AMDGPUAsmPrinter.cpp 602 if (STM.isVGPRSpillingEnabled(*MF.getFunction())) {
SIInstrInfo.cpp 610 if (!ST.isVGPRSpillingEnabled(*MF->getFunction())) {
705 if (!ST.isVGPRSpillingEnabled(*MF->getFunction())) {
    [all...]

Completed in 660 milliseconds