HomeSort by: relevance | last modified time | path
    Searched defs:Readfirstlane (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUInstructionSelector.cpp 844 // readfirstlane, there's a hazard to read the same SGPR from the
1339 MachineInstr *Readfirstlane = nullptr;
1341 // If we legalized the VGPR input, strip out the readfirstlane to analyze the
1345 Readfirstlane = OffsetDef;
1363 if (Readfirstlane) {
1364 // We have the constant offset now, so put the readfirstlane back on the
1369 Readfirstlane->getOperand(1).setReg(BaseOffset);
1370 BaseOffset = Readfirstlane->getOperand(0).getReg();
1414 // TODO: Should this try to look through readfirstlane like GWS?

Completed in 18 milliseconds