HomeSort by: relevance | last modified time | path
    Searched refs:TFE (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_smu_v11_0_i2c.c 149 } while (REG_GET_FIELD(reg, CKSVII2C_IC_STATUS, TFE) == 0);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUInstructionSelector.cpp 1451 static bool parseTexFail(uint64_t TexFailCtrl, bool &TFE, bool &LWE,
1456 TFE = (TexFailCtrl & 0x1) ? 1 : 0;
1493 bool TFE;
1497 TFE, LWE, IsTexFail))
1540 // unpacked subtargets, or by TFE.
1688 MIB.addImm(TFE); // tfe
1696 // An image load instruction with TFE/LWE only conditionally writes to its
1713 // With enable-prt-strict-null disabled, only initialize the extra TFE/LWE
4183 addZeroImm, // tfe
    [all...]
SIISelLowering.cpp 1000 // Peek through TFE struct returns to only use the data size.
5911 static bool parseTexFail(SDValue TexFailCtrl, SelectionDAG &DAG, SDValue *TFE,
5921 *TFE = DAG.getTargetConstant((Value & 0x1) ? 1 : 0, DL, MVT::i32);
6178 SDValue TFE;
6182 if (!parseTexFail(TexFail, DAG, &TFE, &LWE, IsTexFail))
6249 Ops.push_back(TFE); //tfe
6250 } else if (cast<ConstantSDNode>(TFE)->getZExtValue()) {
6251 report_fatal_error("TFE is not supported on this GPU");
10951 case AMDGPU::sub4: return 4; // Possible with TFE/LW
    [all...]
SIInstrInfo.cpp 3930 // being used TFE/LWE require an extra result register.
3936 const MachineOperand *TFE = getNamedOperand(MI, AMDGPU::OpName::tfe);
3944 // Adjust if using LWE or TFE
3945 if ((LWE && LWE->getImm()) || (TFE && TFE->getImm()))
5647 if (const MachineOperand *TFE =
5648 getNamedOperand(MI, AMDGPU::OpName::tfe)) {
5649 MIB.addImm(TFE->getImm());

Completed in 29 milliseconds