Lines Matching defs:LWE
7850 SDValue *LWE, bool &IsTexFail) {
7861 *LWE = DAG.getTargetConstant((Value & 0x2) ? 1 : 0, DL, MVT::i32);
8123 SDValue LWE;
8126 if (!parseTexFail(TexFail, DAG, &TFE, &LWE, IsTexFail))
8203 Ops.push_back(LWE); // lwe
14812 case AMDGPU::sub4: return 4; // Possible with TFE/LWE
14846 // Work out which is the TFE/LWE lane if that is enabled.
14872 // Check if the use is for the TFE/LWE generated result at VGPRn+1.
14911 // Check for TFE or LWE - increase the number of channels by one to account
15131 MachineOperand *LWE = TII->getNamedOperand(MI, AMDGPU::OpName::lwe);
15134 if (!TFE && !LWE) // intersect_ray
15138 unsigned LWEVal = LWE ? LWE->getImm() : 0;
15144 // At least one of TFE or LWE are non-zero