Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCSubtarget.h136 bool AllowsUnalignedFPAccess; variable
297 bool allowsUnalignedFPAccess() const { return AllowsUnalignedFPAccess; } in allowsUnalignedFPAccess()
DPPCSubtarget.cpp117 AllowsUnalignedFPAccess = false; in initializeEnvironment()
DPPC.td191 SubtargetFeature<"allow-unaligned-fp-access", "AllowsUnalignedFPAccess",