/external/lzma/CPP/7zip/Common/ |
D | MethodProps.h | 25 bool IsOptional; member 27 CProp(): IsOptional(false) {} in CProp() 39 if (!Props[i].IsOptional) in AreThereNonOptionalProps() 51 prop.IsOptional = true; in AddProp_Ascii()
|
D | MethodProps.cpp | 167 prop.IsOptional = true; in AddProp32() 175 prop.IsOptional = true; in AddPropBool()
|
/external/llvm/utils/TableGen/ |
D | AsmMatcherEmitter.cpp | 204 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/ |
D | characteristics.cpp | 426 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/ |
D | AsmMatcherEmitter.cpp | 212 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/ |
D | characteristics.h | 232 bool IsOptional() const;
|
/external/llvm-project/flang/lib/Semantics/ |
D | check-declarations.cpp | 353 IsOptional(symbol)) { in CheckValue() 889 if (arg.IsOptional()) { in CheckFinal() 1137 if (arg.IsOptional()) { in CheckDefinedOperatorArg() 1189 if (arg.IsOptional()) { in CheckDefinedAssignmentArg()
|
D | check-call.cpp | 722 } else if (!dummy.IsOptional()) { in CheckExplicitInterface()
|
D | resolve-names.cpp | 4625 if (IsOptional(symbol)) { // C1128 in PassesLocalityChecks()
|
/external/llvm-project/flang/include/flang/Semantics/ |
D | tools.h | 137 inline bool IsOptional(const Symbol &symbol) { in IsOptional() function
|
/external/llvm/include/llvm/Target/ |
D | Target.td | 618 /// marked as IsOptional. 621 bit IsOptional = 0; 625 /// IsOptional == 1. If not set, this will default to "defaultFooOperands",
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | MachineVerifier.cpp | 1675 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/ |
D | MachineVerifier.cpp | 1599 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/ |
D | SIInstrInfo.td | 863 let IsOptional = 1; 871 let IsOptional = 1; 997 let IsOptional = Optional;
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.td | 895 let IsOptional = 1; 903 let IsOptional = 1; 1029 let IsOptional = Optional;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | Target.td | 769 /// 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/ |
D | Target.td | 788 /// 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/ |
D | RISCVInstrInfoV.td | 39 let IsOptional = 1;
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.td | 511 let IsOptional = Optional;
|