Home
last modified time | relevance | path

Searched refs:IsDefault (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h1187 bool IsDefault;
1189 MDNodeKeyImpl(MDString *Name, Metadata *Type, bool IsDefault)
1190 : Name(Name), Type(Type), IsDefault(IsDefault) {}
1193 IsDefault(N->isDefault()) {}
1197 IsDefault == RHS->isDefault();
1200 unsigned getHashValue() const { return hash_combine(Name, Type, IsDefault); }
1207 bool IsDefault;
1210 MDNodeKeyImpl(unsigned Tag, MDString *Name, Metadata *Type, bool IsDefault,
1212 : Tag(Tag), Name(Name), Type(Type), IsDefault(IsDefault), Value(Value) {}
1215 IsDefault(N->isDefault()), Value(N->getValue()) {}
[all …]
H A DDIBuilder.cpp543 bool IsDefault, Metadata *MD) { in createTemplateValueParameterHelper() argument
545 return DITemplateValueParameter::get(VMContext, Tag, Name, Ty, IsDefault, MD); in createTemplateValueParameterHelper()
560 bool IsDefault) { in createTemplateTemplateParameter() argument
563 IsDefault, MDString::get(VMContext, Val)); in createTemplateTemplateParameter()
H A DDebugInfoMetadata.cpp1520 bool IsDefault, in DITemplateTypeParameter() argument
1523 dwarf::DW_TAG_template_type_parameter, IsDefault, in DITemplateTypeParameter()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp211 bool IsDefault = [&]() { in getMinimalPhysRegClass() local
222 if ((IsDefault || TRI->isTypeLegalForClass(*RC, Ty)) && RC->contains(Reg) && in getMinimalPhysRegClass()
240 bool IsDefault = [&]() { in getCommonMinimalPhysRegClass() local
251 if ((IsDefault || TRI->isTypeLegalForClass(*RC, Ty)) && in getCommonMinimalPhysRegClass()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h3139 unsigned Tag, bool IsDefault, ArrayRef<Metadata *> Ops) in DITemplateParameter() argument
3141 SubclassData1 = IsDefault; in DITemplateParameter()
3164 bool IsDefault, ArrayRef<Metadata *> Ops);
3168 DIType *Type, bool IsDefault,
3172 IsDefault, Storage, ShouldCreate);
3175 getImpl(LLVMContext &Context, MDString *Name, Metadata *Type, bool IsDefault,
3184 (StringRef Name, DIType *Type, bool IsDefault),
3185 (Name, Type, IsDefault))
3187 (MDString * Name, Metadata *Type, bool IsDefault),
3188 (Name, Type, IsDefault))
[all …]
H A DDIBuilder.h638 bool IsDefault);
649 bool IsDefault, Constant *Val);
659 StringRef Val, bool IsDefault = false);
H A DRuntimeLibcallsImpl.td62 bit IsDefault = false;
H A DRuntimeLibcalls.td451 let IsDefault = true in {
953 } // End let IsDefault = true
1078 = !filter(entry, !instances<RuntimeLibcallImpl>(), entry.IsDefault);
H A DIntrinsics.td21 bit IsDefault = is_default;
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp1020 bool IsDefault; in readDynsymVersionsImpl() local
1022 (*VerEntryOrErr)->vs_index, IsDefault, *MapOrErr, in readDynsymVersionsImpl()
1029 Ret.push_back({(*VerOrErr).str(), IsDefault}); in readDynsymVersionsImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h299 uint32_t SymbolVersionIndex, bool &IsDefault,
1011 uint32_t SymbolVersionIndex, bool &IsDefault, in getSymbolVersionByIndex() argument
1019 IsDefault = false; in getSymbolVersionByIndex()
1031 IsDefault = false; in getSymbolVersionByIndex()
1033 IsDefault = !(SymbolVersionIndex & llvm::ELF::VERSYM_HIDDEN); in getSymbolVersionByIndex()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp628 bool IsDefault = false; member
784 FlatTree[CurrentNode].FromArgInfo.IsDefault = FromDefault; in SetDefault()
785 FlatTree[CurrentNode].ToArgInfo.IsDefault = ToDefault; in SetDefault()
932 return FlatTree[ReadNode].FromArgInfo.IsDefault; in FromDefault()
937 return FlatTree[ReadNode].ToArgInfo.IsDefault; in ToDefault()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp1635 bool IsDefault; in printDepCtr() local
1637 while (decodeDepCtr(Imm16, Id, Name, Val, IsDefault, STI)) { in printDepCtr()
1638 if (!IsDefault || !HasNonDefaultVal) { in printDepCtr()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp1832 unsigned &Val, bool &IsDefault, in decodeCustomOperand() argument
1839 IsDefault = (Val == Op.Default); in decodeCustomOperand()
1896 bool &IsDefault, const MCSubtargetInfo &STI) { in decodeDepCtr() argument
1898 IsDefault, STI); in decodeDepCtr()
H A DAMDGPUBaseInfo.h1245 bool &IsDefault, const MCSubtargetInfo &STI);
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp377 bool &IsDefault) const;
860 bool &IsDefault) const { in getSymbolVersion()
864 IsDefault = false; in getSymbolVersion()
882 IsDefault = false; in getSymbolVersion()
891 return Obj.getSymbolVersionByIndex(Version, IsDefault, **MapOrErr, in getSymbolVersion()
995 bool IsDefault; in getFullSymbolName() local
996 Expected<StringRef> VersionOrErr = getSymbolVersion(Symbol, IsDefault); in getFullSymbolName()
1003 SymbolName += (IsDefault ? "@@" : "@"); in getFullSymbolName()
5122 bool IsDefault; in printVersionSymbolSection() local
5124 Ndx, IsDefault, *VersionMap, /*IsSymHidden=*/std::nullopt); in printVersionSymbolSection()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2569 bool IsDefault() const;
2595 bool VariantMember::IsDefault() const { return !discr_value; } in IsDefault() function in VariantMember
3861 auto has_discriminant = !member.IsDefault(); in ParseRustVariantPart()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2896 bool IsDefault = false; in GetCPUAndFeaturesAttributes() local
2898 IsDefault = TV->isDefaultVersion(); in GetCPUAndFeaturesAttributes()
2901 IsDefault = TC->isDefaultVersion(GD.getMultiVersionIndex()); in GetCPUAndFeaturesAttributes()
2904 if (IsDefault) { in GetCPUAndFeaturesAttributes()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp3513 bool IsDefault = false; in checkTargetClonesAttrString() local
3527 IsDefault = true; in checkTargetClonesAttrString()
3542 if (IsPriority && IsDefault) in checkTargetClonesAttrString()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_xar.c3516 if (reader->lpVtbl->IsDefault(reader)) in xmllite_xmlattr_setup()