Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeTypeBuiltin.cpp41 return (Mods & ModifierOptions::Unaligned) != ModifierOptions::None; in isUnalignedType()
DNativeTypePointer.cpp154 return (Record->getOptions() & PointerOptions::Unaligned) != in isUnalignedType()
DNativeTypeUDT.cpp211 return (Modifiers->Modifiers & ModifierOptions::Unaligned) != in isUnalignedType()
DNativeTypeEnum.cpp371 return ((Modifiers->getModifiers() & ModifierOptions::Unaligned) != in isUnalignedType()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h306 Unaligned = 0x0004 enumerator
365 Unaligned = 0x00000800, enumerator
DTypeRecord.h332 return !!(Attrs & uint32_t(PointerOptions::Unaligned)); in isUnaligned()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/Targets/
DARM.cpp434 Unaligned = 1; in handleTargetFeatures()
497 Unaligned = 0; in handleTargetFeatures()
693 if (Unaligned) in getTargetDefines()
DARM.h78 unsigned Unaligned : 1; variable
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp82 PUSH_FLAG(PointerOptions, Unaligned, Options, "unaligned"); in pointerOptions()
94 PUSH_FLAG(ModifierOptions, Unaligned, Options, "unaligned"); in modifierOptions()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
DRecordName.cpp201 if (Mods & uint16_t(ModifierOptions::Unaligned)) in visitKnownRecord()
DEnumTables.cpp395 CV_ENUM_CLASS_ENT(ModifierOptions, Unaligned),
DTypeDumpVisitor.cpp107 ENUM_ENTRY(ModifierOptions, Unaligned),
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp338 IO.bitSetCase(Options, "Unaligned", PointerOptions::Unaligned); in bitset()
349 IO.bitSetCase(Options, "Unaligned", ModifierOptions::Unaligned); in bitset()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86InstrSSE.td332 // SSE 1 & 2 - Move Aligned/Unaligned FP Instructions
3230 // SSE2 - Move Aligned/Unaligned Packed Integer Instructions
4461 // SSE3 - Move Unaligned Integer
/freebsd-12-stable/contrib/gcc/config/mips/
Dmips.md2970 ;; Unaligned word moves generated by the bit field patterns.