Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/ExtractAPI/
H A DAPI.h281 bool IsOptional; member
289 bool IsOptional, bool IsFromSystemHeader) in ObjCPropertyRecord()
294 IsOptional(IsOptional) {} in ObjCPropertyRecord()
309 StringRef SetterName, bool IsOptional, in ObjCInstancePropertyRecord()
314 IsOptional, IsFromSystemHeader) {} in ObjCInstancePropertyRecord()
331 StringRef SetterName, bool IsOptional, in ObjCClassPropertyRecord()
336 IsOptional, IsFromSystemHeader) {} in ObjCClassPropertyRecord()
722 StringRef GetterName, StringRef SetterName, bool IsOptional,
/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/
H A DAPI.cpp183 StringRef SetterName, bool IsOptional, bool IsInstanceProperty, in addObjCProperty() argument
189 SubHeading, Attributes, GetterName, SetterName, IsOptional, in addObjCProperty()
194 SubHeading, Attributes, GetterName, SetterName, IsOptional, in addObjCProperty()
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp213 bool IsOptional; member
804 [](const ClassInfo &Class) { return Class.IsOptional; }); in hasOptionalOperands()
1150 Entry->IsOptional = false; in getTokenClass()
1287 CI->IsOptional = false; in buildRegisterClasses()
1421 Init *IsOptional = Rec->getValueInit("IsOptional"); in buildOperandClasses() local
1422 if (BitInit *BI = dyn_cast<BitInit>(IsOptional)) in buildOperandClasses()
1423 CI->IsOptional = BI->getValue(); in buildOperandClasses()
1468 if (Op.Class->IsOptional) in buildOperandMatchInfo()
2113 if (Op.Class->IsOptional) { in emitConvertFuncs()
2134 if (Op.Class->IsOptional) { in emitConvertFuncs()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.td1000 let IsOptional = 1;
1008 let IsOptional = 1;
1156 let IsOptional = Optional;
1165 let IsOptional = Optional;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineVerifier.cpp2001 bool IsOptional = MI->isVariadic() && MONum == MCID.getNumOperands() - 1; in visitMachineOperand() local
2002 if (!IsOptional) { in visitMachineOperand()
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTarget.td882 /// marked as IsOptional.
885 bit IsOptional = false;
889 /// IsOptional == 1. If not set, this will default to "defaultFooOperands",
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoV.td49 let IsOptional = 1;