| /llvm-project-15.0.7/clang/test/CXX/expr/expr.unary/expr.new/ |
| H A D | p14.cpp | 12 struct alignas(Align) Unaligned { struct 15 auto *ua = new Unaligned<__STDCPP_DEFAULT_NEW_ALIGNMENT__>; // expected-error {{deleted}} 16 auto *ub = new Unaligned<__STDCPP_DEFAULT_NEW_ALIGNMENT__ * 2>; // expected-error {{deleted}} 17 auto *uap = new (arg) Unaligned<__STDCPP_DEFAULT_NEW_ALIGNMENT__, Arg>; // expected-error {{deleted… 18 auto *ubp = new (arg) Unaligned<__STDCPP_DEFAULT_NEW_ALIGNMENT__ * 2, Arg>; // expected-error {{del…
|
| /llvm-project-15.0.7/llvm/test/CodeGen/XCore/ |
| H A D | unaligned_store_combine.ll | 3 ; Unaligned load / store pair. Should be combined into a memmove
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypeBuiltin.cpp | 40 return (Mods & ModifierOptions::Unaligned) != ModifierOptions::None; in isUnalignedType()
|
| H A D | NativeTypePointer.cpp | 155 return (Record->getOptions() & PointerOptions::Unaligned) != in isUnalignedType()
|
| H A D | NativeTypeUDT.cpp | 212 return (Modifiers->Modifiers & ModifierOptions::Unaligned) != in isUnalignedType()
|
| H A D | NativeTypeEnum.cpp | 375 return ((Modifiers->getModifiers() & ModifierOptions::Unaligned) != in isUnalignedType()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 308 Unaligned = 0x0004 enumerator 370 Unaligned = 0x00000800, enumerator
|
| H A D | TypeRecord.h | 333 return !!(Attrs & uint32_t(PointerOptions::Unaligned)); in isUnaligned()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | vsx-p8.ll | 8 ; Unaligned loads/stores on P8 and later should use VSX where possible.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | arm64-stur.ll | 64 ; Unaligned 16b stores are split into 8b stores for performance.
|
| /llvm-project-15.0.7/clang/lib/Basic/Targets/ |
| H A D | ARM.h | 79 unsigned Unaligned : 1; variable
|
| H A D | ARM.cpp | 487 Unaligned = 1; in handleTargetFeatures() 553 Unaligned = 0; in handleTargetFeatures() 755 if (Unaligned) in getTargetDefines()
|
| /llvm-project-15.0.7/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 85 PUSH_FLAG(PointerOptions, Unaligned, Options, "unaligned"); in pointerOptions() 97 PUSH_FLAG(ModifierOptions, Unaligned, Options, "unaligned"); in modifierOptions()
|
| /llvm-project-15.0.7/llvm/test/Instrumentation/MemorySanitizer/X86/ |
| H A D | vararg_call.ll | 114 ; Unaligned types like i80 should also work.
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/X86/ |
| H A D | nontemporal.ll | 17 ; vector size (of 16 here). Unaligned nontemporal vector stores are not supported on X86_64,
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/ |
| H A D | RecordName.cpp | 205 if (Mods & uint16_t(ModifierOptions::Unaligned)) in visitKnownRecord()
|
| H A D | EnumTables.cpp | 395 CV_ENUM_CLASS_ENT(ModifierOptions, Unaligned),
|
| H A D | TypeDumpVisitor.cpp | 108 ENUM_ENTRY(ModifierOptions, Unaligned),
|
| /llvm-project-15.0.7/llvm/docs/PDB/ |
| H A D | CodeViewTypes.rst | 113 Unaligned = 0x08, // pointer is marked unaligned
|
| /llvm-project-15.0.7/lld/test/MachO/ |
| H A D | loh-adrp-ldr-got-ldr.s | 173 ## Unaligned
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 338 IO.bitSetCase(Options, "Unaligned", PointerOptions::Unaligned); in bitset() 349 IO.bitSetCase(Options, "Unaligned", ModifierOptions::Unaligned); in bitset()
|
| /llvm-project-15.0.7/llvm/test/Transforms/AtomicExpand/SPARC/ |
| H A D | libcalls.ll | 240 ;; Unaligned loads and stores should be expanded to the generic
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/GlobalISel/ |
| H A D | load-unaligned.ll | 7 ; Unaligned DS access in available from GFX9 onwards.
|
| /llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/ |
| H A D | section-headers.yaml | 278 ## Unaligned size. Used to make sure that we don't try to align the file offset
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | nontemporal-loads.ll | 1382 ; Unaligned non-temporal loads (not supported)
|