Home
last modified time | relevance | path

Searched refs:Unaligned (Results 1 – 25 of 28) sorted by relevance

12

/llvm-project-15.0.7/clang/test/CXX/expr/expr.unary/expr.new/
H A Dp14.cpp12 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 Dunaligned_store_combine.ll3 ; Unaligned load / store pair. Should be combined into a memmove
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeBuiltin.cpp40 return (Mods & ModifierOptions::Unaligned) != ModifierOptions::None; in isUnalignedType()
H A DNativeTypePointer.cpp155 return (Record->getOptions() & PointerOptions::Unaligned) != in isUnalignedType()
H A DNativeTypeUDT.cpp212 return (Modifiers->Modifiers & ModifierOptions::Unaligned) != in isUnalignedType()
H A DNativeTypeEnum.cpp375 return ((Modifiers->getModifiers() & ModifierOptions::Unaligned) != in isUnalignedType()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h308 Unaligned = 0x0004 enumerator
370 Unaligned = 0x00000800, enumerator
H A DTypeRecord.h333 return !!(Attrs & uint32_t(PointerOptions::Unaligned)); in isUnaligned()
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dvsx-p8.ll8 ; Unaligned loads/stores on P8 and later should use VSX where possible.
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Darm64-stur.ll64 ; Unaligned 16b stores are split into 8b stores for performance.
/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DARM.h79 unsigned Unaligned : 1; variable
H A DARM.cpp487 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 DMinimalTypeDumper.cpp85 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 Dvararg_call.ll114 ; Unaligned types like i80 should also work.
/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/X86/
H A Dnontemporal.ll17 ; 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 DRecordName.cpp205 if (Mods & uint16_t(ModifierOptions::Unaligned)) in visitKnownRecord()
H A DEnumTables.cpp395 CV_ENUM_CLASS_ENT(ModifierOptions, Unaligned),
H A DTypeDumpVisitor.cpp108 ENUM_ENTRY(ModifierOptions, Unaligned),
/llvm-project-15.0.7/llvm/docs/PDB/
H A DCodeViewTypes.rst113 Unaligned = 0x08, // pointer is marked unaligned
/llvm-project-15.0.7/lld/test/MachO/
H A Dloh-adrp-ldr-got-ldr.s173 ## Unaligned
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp338 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 Dlibcalls.ll240 ;; Unaligned loads and stores should be expanded to the generic
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/GlobalISel/
H A Dload-unaligned.ll7 ; Unaligned DS access in available from GFX9 onwards.
/llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/
H A Dsection-headers.yaml278 ## 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 Dnontemporal-loads.ll1382 ; Unaligned non-temporal loads (not supported)

12