Home
last modified time | relevance | path

Searched refs:AllowsUnalignedFPAccess (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h136 bool AllowsUnalignedFPAccess; variable
308 bool allowsUnalignedFPAccess() const { return AllowsUnalignedFPAccess; } in allowsUnalignedFPAccess()
H A DPPCSubtarget.cpp118 AllowsUnalignedFPAccess = false; in initializeEnvironment()
H A DPPC.td227 SubtargetFeature<"allow-unaligned-fp-access", "AllowsUnalignedFPAccess",