Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1775 bool TargetLoweringBase::allowsMemoryAccessForAlignment( in allowsMemoryAccessForAlignment() function in TargetLoweringBase
1795 bool TargetLoweringBase::allowsMemoryAccessForAlignment( in allowsMemoryAccessForAlignment() function in TargetLoweringBase
1798 return allowsMemoryAccessForAlignment(Context, DL, VT, MMO.getAddrSpace(), in allowsMemoryAccessForAlignment()
1807 return allowsMemoryAccessForAlignment(Context, DL, VT, AddrSpace, Alignment, in allowsMemoryAccess()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp410 if (allowsMemoryAccessForAlignment(Context, DAG.getDataLayout(), in LowerLOAD()
483 if (allowsMemoryAccessForAlignment(Context, DAG.getDataLayout(), in LowerSTORE()
1687 allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(), in PerformDAGCombine()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1843 bool allowsMemoryAccessForAlignment(
1853 bool allowsMemoryAccessForAlignment(LLVMContext &Context,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp3174 if (allowsMemoryAccessForAlignment(Ctx, DL, LN->getMemoryVT(), in LowerUnalignedLoad()
3184 allowsMemoryAccessForAlignment(Ctx, DL, PartTy, *LN->getMemOperand()); in LowerUnalignedLoad()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp523 if (!TLI.allowsMemoryAccessForAlignment(*DAG.getContext(), DL, MemVT, in LegalizeStoreOps()
635 if (!TLI.allowsMemoryAccessForAlignment(*DAG.getContext(), DL, MemVT, in LegalizeStoreOps()
697 if (!TLI.allowsMemoryAccessForAlignment(*DAG.getContext(), DL, MemVT, in LegalizeLoadOps()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp5241 if (allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(), in expandUnalignedRVVLoad()
5271 if (allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(), in expandUnalignedRVVStore()
9997 assert(allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(), in lowerFixedLengthVectorLoadToRVV()
10044 assert(allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(), in lowerFixedLengthVectorStoreToRVV()
15831 allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(), in PerformDAGCombine()
15850 if (allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(), in PerformDAGCombine()
15852 allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(), in PerformDAGCombine()
19986 !allowsMemoryAccessForAlignment(VTy->getContext(), DL, VT, AddrSpace, in isLegalInterleavedAccessType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2824 if (!allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(), in LowerLOAD()
2867 !allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(), in LowerSTORE()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp826 return allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(), in isLoadBitCastBeneficial()
H A DSIISelLowering.cpp10212 if (!allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(), in LowerLOAD()
10734 if (!allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(), in LowerSTORE()