Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp1643 bool validateConstantBusLimitations(const MCInst &Inst, const OperandVector &Operands);
3464 bool AMDGPUAsmParser::validateConstantBusLimitations( in validateConstantBusLimitations() function in AMDGPUAsmParser
4598 if (!validateConstantBusLimitations(Inst, Operands)) { in validateInstruction()