Home
last modified time | relevance | path

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

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