Lines Matching defs:TFE
1164 // Peek through TFE struct returns to only use the data size.
1172 // TFE intrinsics return an aggregate type.
8082 static bool parseTexFail(SDValue TexFailCtrl, SelectionDAG &DAG, SDValue *TFE,
8092 *TFE = DAG.getTargetConstant((Value & 0x1) ? 1 : 0, DL, MVT::i32);
8354 SDValue TFE;
8358 if (!parseTexFail(TexFail, DAG, &TFE, &LWE, IsTexFail))
8440 Ops.push_back(TFE); // tfe
8441 } else if (TFE->getAsZExtVal()) {
8442 report_fatal_error("TFE is not supported on this GPU");
9604 // dwordx4 if on SI and handle TFE loads.
15296 return 4; // Possible with TFE/LWE
15331 // Work out which is the TFE/LWE lane if that is enabled.
15358 // Check if the use is for the TFE/LWE generated result at VGPRn+1.
15397 // Check for TFE or LWE - increase the number of channels by one to account
15626 MachineOperand *TFE = TII->getNamedOperand(MI, AMDGPU::OpName::tfe);
15630 if (!TFE && !LWE) // intersect_ray
15633 unsigned TFEVal = TFE ? TFE->getImm() : 0;
15640 // At least one of TFE or LWE are non-zero