| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | ELFAttrParserExtended.cpp | 130 uint8_t IsOptional = De.getU8(Cursor); in parse() local 133 if (!(0 == IsOptional || 1 == IsOptional)) in parse() 137 ": " + utohexstr(IsOptional) + " (Options are 1|0)"); in parse() 138 StringRef IsOptionalStr = IsOptional ? "optional" : "required"; in parse() 151 BASubSection.IsOptional = IsOptional; in parse()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64TargetStreamer.cpp | 157 StringRef VendorName, AArch64BuildAttributes::SubsectionOptional IsOptional, in emitAttributesSubsection() argument 170 AttSubSection.IsOptional = IsOptional; in emitAttributesSubsection()
|
| H A D | AArch64TargetStreamer.h | 106 AArch64BuildAttributes::SubsectionOptional IsOptional, 134 AArch64BuildAttributes::SubsectionOptional IsOptional,
|
| H A D | AArch64ELFStreamer.cpp | 437 StringRef VendorName, AArch64BuildAttributes::SubsectionOptional IsOptional, in emitAttributesSubsection() argument 439 AArch64TargetStreamer::emitAttributesSubsection(VendorName, IsOptional, in emitAttributesSubsection()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | ELFAttributes.h | 41 unsigned IsOptional; member
|
| /freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
| H A D | API.h | 1013 bool IsOptional; member 1021 bool IsOptional, bool IsFromSystemHeader) in ObjCPropertyRecord() 1026 IsOptional(IsOptional) {} in ObjCPropertyRecord() 1040 bool IsOptional, bool IsFromSystemHeader) in ObjCInstancePropertyRecord() 1044 IsOptional, IsFromSystemHeader) {} in ObjCInstancePropertyRecord() 1062 StringRef SetterName, bool IsOptional, in ObjCClassPropertyRecord() 1067 IsOptional, IsFromSystemHeader) {} in ObjCClassPropertyRecord()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | AsmMatcherEmitter.cpp | 218 bool IsOptional; member 823 [](const ClassInfo &Class) { return Class.IsOptional; }); in hasOptionalOperands() 1185 Entry->IsOptional = false; in getTokenClass() 1321 CI->IsOptional = false; in buildRegisterClasses() 1455 const Init *IsOptional = Rec->getValueInit("IsOptional"); in buildOperandClasses() local 1456 if (const BitInit *BI = dyn_cast<BitInit>(IsOptional)) in buildOperandClasses() 1457 CI->IsOptional = BI->getValue(); in buildOperandClasses() 1499 if (Op.Class->IsOptional) in buildOperandMatchInfo() 2127 if (Op.Class->IsOptional) { in emitConvertFuncs() 2148 if (Op.Class->IsOptional) { in emitConvertFuncs() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCELFStreamer.h | 108 unsigned IsOptional; member
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCELFStreamer.cpp | 705 emitInt8(SubSection.IsOptional); in createAttributesWithSubsection()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 7939 AArch64BuildAttributes::SubsectionOptional IsOptional; in parseDirectiveAeabiSubSectionHeader() local 7943 IsOptional = AArch64BuildAttributes::getOptionalID(Optionality); in parseDirectiveAeabiSubSectionHeader() 7944 if (AArch64BuildAttributes::OPTIONAL_NOT_FOUND == IsOptional) { in parseDirectiveAeabiSubSectionHeader() 7950 if (IsOptional != SubsectionExists->IsOptional) { in parseDirectiveAeabiSubSectionHeader() 7955 SubsectionExists->IsOptional) + in parseDirectiveAeabiSubSectionHeader() 7957 AArch64BuildAttributes::getOptionalStr(IsOptional) + "'"); in parseDirectiveAeabiSubSectionHeader() 7968 if (AArch64BuildAttributes::REQUIRED == IsOptional) { in parseDirectiveAeabiSubSectionHeader() 7975 if (AArch64BuildAttributes::OPTIONAL == IsOptional) { in parseDirectiveAeabiSubSectionHeader() 8032 getTargetStreamer().emitAttributesSubsection(SubsectionName, IsOptional, Type); in parseDirectiveAeabiSubSectionHeader()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoF.td | 157 let IsOptional = 1; 179 let IsOptional = 1;
|
| H A D | RISCVInstrInfoV.td | 46 let IsOptional = 1;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMInstrFormats.td | 161 let IsOptional = true; 174 let IsOptional = true; 204 let IsOptional = true; 210 let IsOptional = true;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUInstructions.td | 113 let IsOptional = optional;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | Target.td | 984 /// marked as IsOptional. 985 bit IsOptional = false; 989 /// IsOptional == 1. If not set, this will default to "defaultFooOperands",
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineVerifier.cpp | 2528 bool IsOptional = MI->isVariadic() && MONum == MCID.getNumOperands() - 1; in visitMachineOperand() local 2529 if (!IsOptional) { in visitMachineOperand()
|