Home
last modified time | relevance | path

Searched refs:isWWMRegSpillOpcode (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h748 static bool isWWMRegSpillOpcode(uint16_t Opcode) { in isWWMRegSpillOpcode() function
H A DSIRegisterInfo.cpp2186 bool IsWWMRegSpill = TII->isWWMRegSpillOpcode(MI->getOpcode()); in eliminateFrameIndex()
2254 bool IsWWMRegSpill = TII->isWWMRegSpillOpcode(MI->getOpcode()); in eliminateFrameIndex()
H A DSIFrameLowering.cpp1603 else if (TII->isWWMRegSpillOpcode(MI.getOpcode())) in determineCalleeSaves()