| /llvm-project-15.0.7/llvm/test/TableGen/ |
| H A D | directive3.td | 11 let isDefault = 1; 37 let isDefault = 1;
|
| H A D | directive1.td | 19 def TDLCV_valc : ClauseVal<"valc",3,0> { let isDefault = 1; } 33 let isDefault = 1; 41 let isDefault = 1;
|
| H A D | directive2.td | 20 let isDefault = 1; 40 let isDefault = 1;
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | PassRegistry.cpp | 74 PassInfo &Registeree, bool isDefault, in registerAnalysisGroup() argument 96 if (isDefault) { in registerAnalysisGroup()
|
| H A D | Pass.cpp | 208 const void *PassID, bool isDefault) in RegisterAGBase() argument 211 *this, isDefault); in RegisterAGBase()
|
| H A D | DebugInfoMetadata.cpp | 1109 Metadata *Type, bool isDefault, in getImpl() argument 1112 DEFINE_GETIMPL_LOOKUP(DITemplateTypeParameter, (Name, Type, isDefault)); in getImpl() 1114 DEFINE_GETIMPL_STORE(DITemplateTypeParameter, (isDefault), Ops); in getImpl() 1119 bool isDefault, Metadata *Value, StorageType Storage, bool ShouldCreate) { in getImpl() argument 1122 (Tag, Name, Type, isDefault, Value)); in getImpl() 1124 DEFINE_GETIMPL_STORE(DITemplateValueParameter, (Tag, isDefault), Ops); in getImpl()
|
| H A D | DIBuilder.cpp | 450 DIType *Ty, bool isDefault) { in createTemplateTypeParameter() argument 452 return DITemplateTypeParameter::get(VMContext, Name, Ty, isDefault); in createTemplateTypeParameter() 465 DIType *Ty, bool isDefault, in createTemplateValueParameter() argument 469 isDefault, getConstantOrNull(Val)); in createTemplateValueParameter()
|
| H A D | LLVMContextImpl.h | 955 IsDefault(N->isDefault()) {} 959 IsDefault == RHS->isDefault(); 977 IsDefault(N->isDefault()), Value(N->getValue()) {} 981 Type == RHS->getRawType() && IsDefault == RHS->isDefault() &&
|
| /llvm-project-15.0.7/llvm/include/llvm/Frontend/Directive/ |
| H A D | DirectiveBase.td | 66 bit isDefault = false; 107 bit isDefault = false; 156 bit isDefault = false;
|
| /llvm-project-15.0.7/llvm/include/llvm/ |
| H A D | PassRegistry.h | 76 PassInfo &Registeree, bool isDefault,
|
| H A D | PassSupport.h | 126 const void *PassID = nullptr, bool isDefault = false);
|
| /llvm-project-15.0.7/clang/include/clang/ExtractAPI/ |
| H A D | AvailabilityInfo.h | 37 bool isDefault() const { return *this == AvailabilityInfo(); } in isDefault() function
|
| /llvm-project-15.0.7/mlir/test/mlir-tblgen/ |
| H A D | directive-common.td | 12 def TDLCV_valc : ClauseVal<"valc",3,0> { let isDefault = 1; }
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | Symbols.cpp | 233 bool isDefault = (verstr[0] == '@'); in parseSymbolVersion() local 234 if (isDefault) in parseSymbolVersion() 241 if (isDefault) in parseSymbolVersion()
|
| /llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenACC/ |
| H A D | ACC.td | 86 def ACC_Default_none : ClauseVal<"none", 1, 1> { let isDefault = 1; } 259 let isDefault = true; 638 let isDefault = true;
|
| /llvm-project-15.0.7/llvm/include/llvm/TableGen/ |
| H A D | DirectiveEmitter.h | 89 bool isDefault() const { return Def->getValueAsBit("isDefault"); } in isDefault() function
|
| /llvm-project-15.0.7/clang/include/clang/Driver/ |
| H A D | Multilib.h | 106 bool isDefault() const in isDefault() function
|
| /llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMP.td | 110 def OMP_PROC_BIND_unknown : ClauseVal<"unknown",7,0> { let isDefault = true; } 130 def OMP_SCHEDULE_Default : ClauseVal<"default", 7, 0> { let isDefault = 1; } 152 let isDefault = 1; 171 let isDefault = 1; 314 def OMP_ORDER_unknown : ClauseVal<"unknown",2,0> { let isDefault = 1; } 380 let isDefault = true; 2028 let isDefault = true;
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/MCJIT/ |
| H A D | MCJIT.cpp | 86 if (First->getDataLayout().isDefault()) in MCJIT() 108 if (M->getDataLayout().isDefault()) in addModule()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | DataLayout.h | 257 bool isDefault() const { return StringRepresentation.empty(); } in isDefault() function
|
| /llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/ |
| H A D | ELFYAML.h | 304 if (IsImplicit || isDefault()) in getNumHeaders() 311 bool isDefault() const { return !Sections && !Excluded && !NoHeaders; } in isDefault() function
|
| /llvm-project-15.0.7/clang/lib/ExtractAPI/Serialization/ |
| H A D | SymbolGraphSerializer.cpp | 146 if (Avail.isDefault()) in serializeAvailability()
|
| /llvm-project-15.0.7/clang/lib/Driver/ToolChains/ |
| H A D | Fuchsia.cpp | 291 if (!SelectedMultilib.isDefault()) in Fuchsia()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/ |
| H A D | LLJIT.cpp | 865 if (M.getDataLayout().isDefault()) in applyDataLayout()
|
| /llvm-project-15.0.7/clang/utils/TableGen/ |
| H A D | SveEmitter.cpp | 94 bool isDefault() const { return DefaultType; } in isDefault() function in __anon409da13d0111::SVEType
|