Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
DMethodProps.h25 bool IsOptional; member
27 CProp(): IsOptional(false) {} in CProp()
39 if (!Props[i].IsOptional) in AreThereNonOptionalProps()
51 prop.IsOptional = true; in AddProp_Ascii()
DMethodProps.cpp167 prop.IsOptional = true; in AddProp32()
175 prop.IsOptional = true; in AddPropBool()
/external/llvm/utils/TableGen/
DAsmMatcherEmitter.cpp204 bool IsOptional; member
778 [](const ClassInfo& Class){ return Class.IsOptional; }) in hasOptionalOperands()
1131 Entry->IsOptional = false; in getTokenClass()
1267 CI->IsOptional = false; in buildRegisterClasses()
1383 Init *IsOptional = Rec->getValueInit("IsOptional"); in buildOperandClasses() local
1384 if (BitInit *BI = dyn_cast<BitInit>(IsOptional)) in buildOperandClasses()
1385 CI->IsOptional = BI->getValue(); in buildOperandClasses()
1975 if (Op.Class->IsOptional) { in emitConvertFuncs()
1996 if (Op.Class->IsOptional) { in emitConvertFuncs()
2264 if (A.IsOptional) in emitIsSubclass()
/external/llvm-project/flang/lib/Evaluate/
Dcharacteristics.cpp426 bool DummyArgument::IsOptional() const { in IsOptional() function in Fortran::evaluate::characteristics::DummyArgument
800 notOptional += !arg.IsOptional(); in CountDummyProcedures()
917 if (!arg1.pass && !arg1.IsOptional()) { in FindFirstToDistinguishByPosition()
940 if (!arg1.pass && !arg1.IsOptional()) { in FindLastToDistinguishByName()
955 return !y.pass && !y.IsOptional() && IsTkrCompatible(x, y); in CountCompatibleWith()
/external/llvm-project/llvm/utils/TableGen/
DAsmMatcherEmitter.cpp212 bool IsOptional; member
793 return Class.IsOptional; in hasOptionalOperands()
1142 Entry->IsOptional = false; in getTokenClass()
1279 CI->IsOptional = false; in buildRegisterClasses()
1414 Init *IsOptional = Rec->getValueInit("IsOptional"); in buildOperandClasses() local
1415 if (BitInit *BI = dyn_cast<BitInit>(IsOptional)) in buildOperandClasses()
1416 CI->IsOptional = BI->getValue(); in buildOperandClasses()
2101 if (Op.Class->IsOptional) { in emitConvertFuncs()
2122 if (Op.Class->IsOptional) { in emitConvertFuncs()
2526 if (A.IsOptional) in emitIsSubclass()
/external/llvm-project/flang/include/flang/Evaluate/
Dcharacteristics.h232 bool IsOptional() const;
/external/llvm-project/flang/lib/Semantics/
Dcheck-declarations.cpp353 IsOptional(symbol)) { in CheckValue()
889 if (arg.IsOptional()) { in CheckFinal()
1137 if (arg.IsOptional()) { in CheckDefinedOperatorArg()
1189 if (arg.IsOptional()) { in CheckDefinedAssignmentArg()
Dcheck-call.cpp722 } else if (!dummy.IsOptional()) { in CheckExplicitInterface()
Dresolve-names.cpp4625 if (IsOptional(symbol)) { // C1128 in PassesLocalityChecks()
/external/llvm-project/flang/include/flang/Semantics/
Dtools.h137 inline bool IsOptional(const Symbol &symbol) { in IsOptional() function
/external/llvm/include/llvm/Target/
DTarget.td618 /// marked as IsOptional.
621 bit IsOptional = 0;
625 /// IsOptional == 1. If not set, this will default to "defaultFooOperands",
/external/llvm-project/llvm/lib/CodeGen/
DMachineVerifier.cpp1675 bool IsOptional = MI->isVariadic() && MONum == MCID.getNumOperands() - 1; in visitMachineOperand() local
1676 if (!IsOptional) { in visitMachineOperand()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineVerifier.cpp1599 bool IsOptional = MI->isVariadic() && MONum == MCID.getNumOperands() - 1; in visitMachineOperand() local
1600 if (!IsOptional) { in visitMachineOperand()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.td863 let IsOptional = 1;
871 let IsOptional = 1;
997 let IsOptional = Optional;
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIInstrInfo.td895 let IsOptional = 1;
903 let IsOptional = 1;
1029 let IsOptional = Optional;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTarget.td769 /// marked as IsOptional.
772 bit IsOptional = 0;
776 /// IsOptional == 1. If not set, this will default to "defaultFooOperands",
/external/llvm-project/llvm/include/llvm/Target/
DTarget.td788 /// marked as IsOptional.
791 bit IsOptional = false;
795 /// IsOptional == 1. If not set, this will default to "defaultFooOperands",
/external/llvm-project/llvm/lib/Target/RISCV/
DRISCVInstrInfoV.td39 let IsOptional = 1;
/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.td511 let IsOptional = Optional;