Lines Matching defs:LWE
8083 SDValue *LWE, bool &IsTexFail) {
8094 *LWE = DAG.getTargetConstant((Value & 0x2) ? 1 : 0, DL, MVT::i32);
8355 SDValue LWE;
8358 if (!parseTexFail(TexFail, DAG, &TFE, &LWE, IsTexFail))
8445 Ops.push_back(LWE); // lwe
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
15627 MachineOperand *LWE = TII->getNamedOperand(MI, AMDGPU::OpName::lwe);
15630 if (!TFE && !LWE) // intersect_ray
15634 unsigned LWEVal = LWE ? LWE->getImm() : 0;
15640 // At least one of TFE or LWE are non-zero