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

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUInstructionSelector.cpp 1452 bool &IsTexFail) {
1454 IsTexFail = true;
1495 bool IsTexFail = false;
1497 TFE, LWE, IsTexFail))
1587 assert((!IsTexFail || DMaskLanes >= 1) && "should have legalized this");
1620 if (IsTexFail)
1695 if (IsTexFail) {
SIISelLowering.cpp 5844 bool IsTexFail, bool Unpacked, bool IsD16,
5847 // Determine the required return type. This is the same regardless of IsTexFail flag
5897 if (IsTexFail) {
5912 SDValue *LWE, bool &IsTexFail) {
5917 IsTexFail = true;
6181 bool IsTexFail = false;
6182 if (!parseTexFail(TexFail, DAG, &TFE, &LWE, IsTexFail))
6185 if (IsTexFail) {
6302 OrigResultTypes, IsTexFail,

Completed in 76 milliseconds