Home
last modified time | relevance | path

Searched refs:operandsHaveModifiers (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/R600/AsmParser/
DAMDGPUAsmParser.cpp545 static bool operandsHaveModifiers(const OperandVector &Operands) { in operandsHaveModifiers() function
623 bool HasModifiers = operandsHaveModifiers(Operands); in parseOperand()
1189 if (operandsHaveModifiers(Operands)) in isVOP3()
1214 bool HasModifiers = operandsHaveModifiers(Operands); in parseVOP3OptionalOps()
1244 if (operandsHaveModifiers(Operands)) { in cvtVOP3()