Lines Matching refs:getOp
714 switch(node->getOp()) in visitBinary()
990 default: UNREACHABLE(node->getOp()); in visitBinary()
1081 switch(node->getOp()) in visitUnary()
1251 default: UNREACHABLE(node->getOp()); in visitUnary()
1259 if(currentScope != emitScope && node->getOp() != EOpFunction && node->getOp() != EOpSequence) in visitAggregate()
1271 switch(node->getOp()) in visitAggregate()
1731 default: UNREACHABLE(node->getOp()); in visitAggregate()
2529 …if(binary && binary->getOp() == EOpIndexIndirect && binary->getLeft()->isVector() && dst->isScalar… in assignLvalue()
2573 …if(binary && binary->getOp() == EOpIndexIndirect && binary->getLeft()->isVector() && node->isScala… in evaluateRvalue()
2645 switch(binary->getOp()) in lvalue()
2744 const TFieldList& fields = (binary->getOp() == EOpIndexDirectStruct) ? in lvalue()
2787 UNREACHABLE(binary->getOp()); // Not an l-value operator in lvalue()
2996 switch(binary->getOp()) in cost()
3015 switch(unary->getOp()) in cost()
3392 switch(binary->getOp()) in samplerRegister()
3413 UNREACHABLE(binary->getOp()); in samplerRegister()
3774 if(assign && assign->getOp() == EOpInitialize) in LoopInfo()
3806 comparator = test->getOp(); in LoopInfo()
3825 TOperator op = binaryTerminal->getOp(); in LoopInfo()
3850 TOperator op = unaryTerminal->getOp(); in LoopInfo()