Searched refs:IsOptional (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp212 bool IsOptional; member in struct:__anon3256::ClassInfo
793 [](const ClassInfo &Class) { return Class.IsOptional; });
1139 Entry->IsOptional = false;
1276 CI->IsOptional = false;
1410 Init *IsOptional = Rec->getValueInit("IsOptional");
1411 if (BitInit *BI = dyn_cast<BitInit>(IsOptional))
1412 CI->IsOptional = BI->getValue();
2096 if (Op.Class->IsOptional) {
2117 if (Op.Class->IsOptional) {
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1800 bool IsOptional = MI->isVariadic() && MONum == MCID.getNumOperands() - 1; local
1801 if (!IsOptional) {

Completed in 193 milliseconds