| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | VectorBuilder.h | 27 enum class Behavior { enum 40 Behavior ErrorHandling; 62 Behavior ErrorHandling = Behavior::ReportAndAbort)
|
| H A D | Module.h | 167 ModFlagBehavior Behavior; member 172 : Behavior(B), Key(K), Val(V) {} in ModuleFlagEntry() 513 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, Metadata *Val); 514 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, Constant *Val); 515 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, uint32_t Val); 518 void setModuleFlag(ModFlagBehavior Behavior, StringRef Key, Metadata *Val);
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Module.cpp | 278 if (ConstantInt *Behavior = mdconst::dyn_extract_or_null<ConstantInt>(MD)) { in isValidModFlagBehavior() local 279 uint64_t Val = Behavior->getLimitedValue(); in isValidModFlagBehavior() 349 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key, in addModuleFlag() argument 353 ConstantAsMetadata::get(ConstantInt::get(Int32Ty, Behavior)), in addModuleFlag() 357 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key, in addModuleFlag() argument 359 addModuleFlag(Behavior, Key, ConstantAsMetadata::get(Val)); in addModuleFlag() 361 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key, in addModuleFlag() argument 364 addModuleFlag(Behavior, Key, ConstantInt::get(Int32Ty, Val)); in addModuleFlag() 375 void Module::setModuleFlag(ModFlagBehavior Behavior, StringRef Key, in setModuleFlag() argument 389 addModuleFlag(Behavior, Key, Val); in setModuleFlag()
|
| H A D | VectorBuilder.cpp | 25 if (ErrorHandling == Behavior::SilentlyReturnNone) in handleError()
|
| H A D | Core.cpp | 313 LLVMModuleFlagBehavior Behavior; member 320 map_to_llvmModFlagBehavior(LLVMModuleFlagBehavior Behavior) { in map_to_llvmModFlagBehavior() argument 321 switch (Behavior) { in map_to_llvmModFlagBehavior() 339 map_from_llvmModFlagBehavior(Module::ModFlagBehavior Behavior) { in map_from_llvmModFlagBehavior() argument 340 switch (Behavior) { in map_from_llvmModFlagBehavior() 366 Result[i].Behavior = map_from_llvmModFlagBehavior(ModuleFlag.Behavior); in LLVMCopyModuleFlagsMetadata() 384 return MFE.Behavior; in LLVMModuleFlagEntriesGetFlagBehavior() 407 void LLVMAddModuleFlag(LLVMModuleRef M, LLVMModuleFlagBehavior Behavior, in LLVMAddModuleFlag() argument 410 unwrap(M)->addModuleFlag(map_to_llvmModFlagBehavior(Behavior), in LLVMAddModuleFlag()
|
| /llvm-project-15.0.7/libcxx/docs/DesignDocs/ |
| H A D | VisibilityMacros.rst | 38 **Windows Behavior**: Any symbol marked `dllimport` cannot be overridden 76 **GCC Behavior**: GCC does not support Clang's `type_visibility(...)` 80 **Windows Behavior**: DLLs do not support dllimport/export on class templates. 88 **Windows Behavior**: DLLs do not support importing or exporting enumeration 91 **GCC Behavior**: GCC un-hides the typeinfo for enumerations by default, even 105 **Windows Behavior**: `extern template` and `dllexport` are fundamentally
|
| H A D | AtomicDesign.rst | 40 // Behavior is defined for mem_ord = 0, 1, 2, 5 44 // Behavior is defined for mem_ord = 0, 3, 5 48 // Behavior is defined for mem_ord = [0 ... 5] 52 // Behavior is defined for mem_success = [0 ... 5], 72 // Behavior is defined for mem_ord = [0 ... 5] 78 // Behavior is defined for mem_ord = [0 ... 5] 84 // Behavior is defined for mem_ord = [0 ... 5] 90 // Behavior is defined for mem_ord = [0 ... 5] 96 // Behavior is defined for mem_ord = [0 ... 5] 99 // Behavior is defined for mem_ord = [0 ... 5] [all …]
|
| H A D | UnspecifiedBehaviorRandomization.rst | 2 Unspecified Behavior Randomization
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | __bits | 116 return 32; // Undefined Behavior. 138 return 64; // Undefined Behavior.
|
| /llvm-project-15.0.7/compiler-rt/test/fuzzer/ |
| H A D | trace-malloc-unbalanced.test | 17 # Behavior of the format string "%p" is implementation defined. Account for the
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | VectorBuilderTest.cpp | 259 VectorBuilder VBuild(Builder, VectorBuilder::Behavior::SilentlyReturnNone); in TEST_F() 274 VectorBuilder VBuild(Builder, VectorBuilder::Behavior::ReportAndAbort); in TEST_F()
|
| /llvm-project-15.0.7/llvm/lib/Target/DirectX/ |
| H A D | DXILTranslateMetadata.cpp | 81 M.addModuleFlag(Flag.Behavior, Key, Flag.Val); in cleanModuleFlags()
|
| /llvm-project-15.0.7/openmp/docs/openacc/ |
| H A D | OpenMPExtensions.rst | 63 Behavior section in ``ompx_hold`` Map Type Modifier 104 *in effect* (see :ref:`Behavior <ompx-holdBehavior>` above) when the
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/ |
| H A D | SPIRVCompositeOps.td | 192 Behavior is undefined if Index's value is less than zero or greater than 246 Behavior is undefined if Index's value is less than zero or greater than
|
| H A D | SPIRVGroupOps.td | 31 Behavior is undefined if this instruction is used in control flow that
|
| /llvm-project-15.0.7/polly/test/DeLICM/ |
| H A D | pr48783.ll | 87 ; CHECK: Defined Behavior Context:
|
| H A D | pr41656.ll | 86 ; CHECK: Defined Behavior Context:
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | merge-extension-ivars.m | 137 // Behavior with and without extension should be the same.
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseInit.cpp | 559 switch (Result.Behavior) { in ParseMicrosoftIfExistsBraceInitializer()
|
| H A D | Parser.cpp | 2278 Result.Behavior = Result.IsIfExists ? IEB_Parse : IEB_Skip; in ParseMicrosoftIfExistsCondition() 2282 Result.Behavior = !Result.IsIfExists ? IEB_Parse : IEB_Skip; in ParseMicrosoftIfExistsCondition() 2286 Result.Behavior = IEB_Dependent; in ParseMicrosoftIfExistsCondition() 2307 switch (Result.Behavior) { in ParseMicrosoftIfExistsExternalDeclaration()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LICM.cpp | 1205 FunctionModRefBehavior Behavior = AA->getModRefBehavior(CI); in canSinkOrHoistInst() local 1206 if (Behavior == FMRB_DoesNotAccessMemory) in canSinkOrHoistInst() 1208 if (AAResults::onlyReadsMemory(Behavior)) { in canSinkOrHoistInst() 1212 if (AAResults::onlyAccessesArgPointees(Behavior)) { in canSinkOrHoistInst()
|
| /llvm-project-15.0.7/llvm/lib/Linker/ |
| H A D | IRMover.cpp | 1280 uint64_t Behavior = in linkModuleFlagsMetadata() local 1284 if (Behavior == Module::Require) { in linkModuleFlagsMetadata() 1287 if (Behavior == Module::Min) in linkModuleFlagsMetadata()
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | UndefinedBehaviorSanitizer.rst | 367 `What Every C Programmer Should Know About Undefined Behavior 370 `A Guide to Undefined Behavior in C and C++
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | TypeMetadata.rst | 267 - Behavior
|
| /llvm-project-15.0.7/mlir/test/Dialect/Bufferization/Transforms/ |
| H A D | buffer-loop-hoisting.mlir | 191 // Behavior: The allocs %0, %4 and %9 are moved upwards, while %7 and %8 stay
|