Searched refs:allowsUnalignedMemoryAccesses (Results 1 - 19 of 19) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/Target/Mips/
H A DMips16ISelLowering.h24 virtual bool allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const;
H A DMipsSEISelLowering.h33 virtual bool allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const;
H A DMips16ISelLowering.cpp162 Mips16TargetLowering::allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const { function in class:Mips16TargetLowering
H A DMipsSEISelLowering.cpp247 MipsSETargetLowering::allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const { function in class:MipsSETargetLowering
/freebsd-10.1-release/contrib/llvm/lib/Target/R600/
H A DSIISelLowering.h52 bool allowsUnalignedMemoryAccesses(EVT VT, bool *IsFast) const;
H A DSIISelLowering.cpp153 bool SITargetLowering::allowsUnalignedMemoryAccesses(EVT VT, function in class:SITargetLowering
/freebsd-10.1-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h206 virtual bool allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const
H A DSystemZISelLowering.cpp312 bool SystemZTargetLowering::allowsUnalignedMemoryAccesses(EVT VT, function in class:SystemZTargetLowering
/freebsd-10.1-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.h275 /// allowsUnalignedMemoryAccesses - Returns true if the target allows
278 virtual bool allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const;
H A DARMISelLowering.cpp10214 bool ARMTargetLowering::allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const { function in class:ARMTargetLowering
10268 (allowsUnalignedMemoryAccesses(MVT::v2f64, &Fast) && Fast))) {
10272 (allowsUnalignedMemoryAccesses(MVT::f64, &Fast) && Fast))) {
/freebsd-10.1-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h460 virtual bool allowsUnalignedMemoryAccesses(EVT VT, bool *Fast = 0) const;
H A DPPCISelLowering.cpp7882 bool PPCTargetLowering::allowsUnalignedMemoryAccesses(EVT VT, function in class:PPCTargetLowering
/freebsd-10.1-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.h576 /// allowsUnalignedMemoryAccesses - Returns true if the target allows
579 virtual bool allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const;
H A DX86ISelLowering.cpp1664 X86TargetLowering::allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const { function in class:X86TargetLowering
/freebsd-10.1-release/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp402 if (allowsUnalignedMemoryAccesses(LD->getMemoryVT()))
482 if (allowsUnalignedMemoryAccesses(ST->getMemoryVT())) {
1548 allowsUnalignedMemoryAccesses(ST->getMemoryVT()) ||
/freebsd-10.1-release/contrib/llvm/include/llvm/Target/
H A DTargetLowering.h717 virtual bool allowsUnalignedMemoryAccesses(EVT, bool * /*Fast*/ = 0) const { function in class:llvm::TargetLoweringBase
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp735 if (!TLI.allowsUnalignedMemoryAccesses(ST->getMemoryVT())) {
846 if (!TLI.allowsUnalignedMemoryAccesses(ST->getMemoryVT())) {
895 if (!TLI.allowsUnalignedMemoryAccesses(LD->getMemoryVT())) {
1077 if (!TLI.allowsUnalignedMemoryAccesses(LD->getMemoryVT())) {
H A DSelectionDAG.cpp3613 TLI.allowsUnalignedMemoryAccesses(VT)) {
3672 TLI.allowsUnalignedMemoryAccesses(VT, &Fast) && Fast)
H A DSelectionDAGBuilder.cpp5664 if (!TLI->isTypeLegal(LoadVT) ||!TLI->allowsUnalignedMemoryAccesses(LoadVT))

Completed in 502 milliseconds