Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DELFAttrParserExtended.cpp130 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 DAArch64TargetStreamer.cpp157 StringRef VendorName, AArch64BuildAttributes::SubsectionOptional IsOptional, in emitAttributesSubsection() argument
170 AttSubSection.IsOptional = IsOptional; in emitAttributesSubsection()
H A DAArch64TargetStreamer.h106 AArch64BuildAttributes::SubsectionOptional IsOptional,
134 AArch64BuildAttributes::SubsectionOptional IsOptional,
H A DAArch64ELFStreamer.cpp437 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 DELFAttributes.h41 unsigned IsOptional; member
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h1013 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 DAsmMatcherEmitter.cpp218 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 DMCELFStreamer.h108 unsigned IsOptional; member
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCELFStreamer.cpp705 emitInt8(SubSection.IsOptional); in createAttributesWithSubsection()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp7939 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 DRISCVInstrInfoF.td157 let IsOptional = 1;
179 let IsOptional = 1;
H A DRISCVInstrInfoV.td46 let IsOptional = 1;
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrFormats.td161 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 DAMDGPUInstructions.td113 let IsOptional = optional;
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td984 /// 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 DMachineVerifier.cpp2528 bool IsOptional = MI->isVariadic() && MONum == MCID.getNumOperands() - 1; in visitMachineOperand() local
2529 if (!IsOptional) { in visitMachineOperand()