Home
last modified time | relevance | path

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

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