Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp1456 bool CallCustomParserForAllOperands = in buildOperandMatchInfo() local
1466 if (CallCustomParserForAllOperands || !Op.Class->ParserMethod.empty()) { in buildOperandMatchInfo()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td1544 // CallCustomParserForAllOperands - Set to true if the custom parser
1547 bit CallCustomParserForAllOperands = false;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPU.td1532 let CallCustomParserForAllOperands = true;