Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h714 bool IsOptional; member
722 bool IsOptional, bool IsFromSystemHeader) in ObjCPropertyRecord()
727 IsOptional(IsOptional) {} in ObjCPropertyRecord()
742 StringRef SetterName, bool IsOptional, in ObjCInstancePropertyRecord()
747 IsOptional, IsFromSystemHeader) {} in ObjCInstancePropertyRecord()
764 StringRef SetterName, bool IsOptional, in ObjCClassPropertyRecord()
769 IsOptional, IsFromSystemHeader) {} in ObjCClassPropertyRecord()
1456 StringRef GetterName, StringRef SetterName, bool IsOptional,
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp214 bool IsOptional; member
807 [](const ClassInfo &Class) { return Class.IsOptional; }); in hasOptionalOperands()
1153 Entry->IsOptional = false; in getTokenClass()
1290 CI->IsOptional = false; in buildRegisterClasses()
1424 Init *IsOptional = Rec->getValueInit("IsOptional"); in buildOperandClasses() local
1425 if (BitInit *BI = dyn_cast<BitInit>(IsOptional)) in buildOperandClasses()
1426 CI->IsOptional = BI->getValue(); in buildOperandClasses()
1471 if (Op.Class->IsOptional) in buildOperandMatchInfo()
2116 if (Op.Class->IsOptional) { in emitConvertFuncs()
2137 if (Op.Class->IsOptional) { in emitConvertFuncs()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/
H A DAPI.cpp441 StringRef SetterName, bool IsOptional, bool IsInstanceProperty, in addObjCProperty() argument
447 SubHeading, Attributes, GetterName, SetterName, IsOptional, in addObjCProperty()
452 SubHeading, Attributes, GetterName, SetterName, IsOptional, in addObjCProperty()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoF.td125 let IsOptional = 1;
145 let IsOptional = 1;
H A DRISCVInstrInfoV.td48 let IsOptional = 1;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructions.td135 let IsOptional = optional;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td949 /// marked as IsOptional.
952 bit IsOptional = false;
956 /// IsOptional == 1. If not set, this will default to "defaultFooOperands",
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp2113 bool IsOptional = MI->isVariadic() && MONum == MCID.getNumOperands() - 1; in visitMachineOperand() local
2114 if (!IsOptional) { in visitMachineOperand()