Home
last modified time | relevance | path

Searched refs:allowsMemoryAccessForAlignment (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1710 bool TargetLoweringBase::allowsMemoryAccessForAlignment( in allowsMemoryAccessForAlignment() function in TargetLoweringBase
1730 bool TargetLoweringBase::allowsMemoryAccessForAlignment( in allowsMemoryAccessForAlignment() function in TargetLoweringBase
1733 return allowsMemoryAccessForAlignment(Context, DL, VT, MMO.getAddrSpace(), in allowsMemoryAccessForAlignment()
1742 return allowsMemoryAccessForAlignment(Context, DL, VT, AddrSpace, Alignment, in allowsMemoryAccess()
/llvm-project-15.0.7/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp416 if (allowsMemoryAccessForAlignment(Context, DAG.getDataLayout(), in LowerLOAD()
489 if (allowsMemoryAccessForAlignment(Context, DAG.getDataLayout(), in LowerSTORE()
1781 allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(), in PerformDAGCombine()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1713 bool allowsMemoryAccessForAlignment(
1723 bool allowsMemoryAccessForAlignment(LLVMContext &Context,
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp512 if (!TLI.allowsMemoryAccessForAlignment(*DAG.getContext(), DL, MemVT, in LegalizeStoreOps()
623 if (!TLI.allowsMemoryAccessForAlignment(*DAG.getContext(), DL, MemVT, in LegalizeStoreOps()
685 if (!TLI.allowsMemoryAccessForAlignment(*DAG.getContext(), DL, MemVT, in LegalizeLoadOps()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp3029 if (allowsMemoryAccessForAlignment(Ctx, DL, LN->getMemoryVT(), in LowerUnalignedLoad()
3039 allowsMemoryAccessForAlignment(Ctx, DL, PartTy, *LN->getMemOperand()); in LowerUnalignedLoad()
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2273 if (!allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(), in LowerLOAD()
2316 !allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(), in LowerSTORE()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp3013 if (allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(), in expandUnalignedRVVLoad()
3043 if (allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(), in expandUnalignedRVVStore()
5834 assert(allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(), in lowerFixedLengthVectorLoadToRVV()
5868 assert(allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(), in lowerFixedLengthVectorStoreToRVV()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp687 return allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(), in isLoadBitCastBeneficial()
H A DSIISelLowering.cpp8757 if (!allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(), in LowerLOAD()
9223 if (!allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(), in LowerSTORE()