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

/external/llvm/lib/Target/Mips/
H A DMips16ISelLowering.h24 virtual bool allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const;
H A DMipsSEISelLowering.h25 virtual bool allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const;
H A DMips16ISelLowering.cpp156 Mips16TargetLowering::allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const { function in class:Mips16TargetLowering
H A DMipsSEISelLowering.cpp128 MipsSETargetLowering::allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const { function in class:MipsSETargetLowering
/external/llvm/lib/Target/R600/
H A DSIISelLowering.h46 bool allowsUnalignedMemoryAccesses(EVT VT, bool *IsFast) const;
H A DSIISelLowering.cpp101 bool SITargetLowering::allowsUnalignedMemoryAccesses(EVT VT, function in class:SITargetLowering
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h136 virtual bool allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const
H A DSystemZISelLowering.cpp283 bool SystemZTargetLowering::allowsUnalignedMemoryAccesses(EVT VT, function in class:SystemZTargetLowering
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.h287 /// allowsUnalignedMemoryAccesses - Returns true if the target allows
290 virtual bool allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const;
H A DARMISelLowering.cpp9902 bool ARMTargetLowering::allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const { function in class:ARMTargetLowering
9956 (allowsUnalignedMemoryAccesses(MVT::v2f64, &Fast) && Fast))) {
9960 (allowsUnalignedMemoryAccesses(MVT::f64, &Fast) && Fast))) {
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h460 virtual bool allowsUnalignedMemoryAccesses(EVT VT, bool *Fast = 0) const;
H A DPPCISelLowering.cpp7855 bool PPCTargetLowering::allowsUnalignedMemoryAccesses(EVT VT, function in class:PPCTargetLowering
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h556 /// allowsUnalignedMemoryAccesses - Returns true if the target allows
559 virtual bool allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const;
H A DX86ISelLowering.cpp1649 X86TargetLowering::allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const { function in class:X86TargetLowering
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp380 if (allowsUnalignedMemoryAccesses(LD->getMemoryVT()))
460 if (allowsUnalignedMemoryAccesses(ST->getMemoryVT())) {
1520 allowsUnalignedMemoryAccesses(ST->getMemoryVT()) ||
/external/llvm/include/llvm/Target/
H A DTargetLowering.h700 virtual bool allowsUnalignedMemoryAccesses(EVT, bool * /*Fast*/ = 0) const { function in namespace:llvm
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp726 if (!TLI.allowsUnalignedMemoryAccesses(ST->getMemoryVT())) {
834 if (!TLI.allowsUnalignedMemoryAccesses(ST->getMemoryVT())) {
883 if (!TLI.allowsUnalignedMemoryAccesses(LD->getMemoryVT())) {
1066 if (!TLI.allowsUnalignedMemoryAccesses(LD->getMemoryVT())) {
H A DSelectionDAG.cpp3527 TLI.allowsUnalignedMemoryAccesses(VT)) {
3586 TLI.allowsUnalignedMemoryAccesses(VT, &Fast) && Fast)
H A DSelectionDAGBuilder.cpp5509 if (!TLI->isTypeLegal(LoadVT) ||!TLI->allowsUnalignedMemoryAccesses(LoadVT))

Completed in 424 milliseconds