| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 1783 bool TargetLoweringBase::allowsMemoryAccessForAlignment( in allowsMemoryAccessForAlignment() function in TargetLoweringBase 1803 bool TargetLoweringBase::allowsMemoryAccessForAlignment( in allowsMemoryAccessForAlignment() function in TargetLoweringBase 1806 return allowsMemoryAccessForAlignment(Context, DL, VT, MMO.getAddrSpace(), in allowsMemoryAccessForAlignment() 1815 return allowsMemoryAccessForAlignment(Context, DL, VT, AddrSpace, Alignment, in allowsMemoryAccess()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInterleavedAccess.cpp | 35 !allowsMemoryAccessForAlignment(VTy->getContext(), DL, VT, AddrSpace, in isLegalInterleavedAccessType()
|
| H A D | RISCVTargetTransformInfo.cpp | 201 if (!getTLI()->allowsMemoryAccessForAlignment( in getIntImmCostInst()
|
| H A D | RISCVISelLowering.cpp | 6520 if (allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(), in expandUnalignedRVVLoad() 6550 if (allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(), in expandUnalignedRVVStore() 12417 assert(allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(), in lowerFixedLengthVectorLoadToRVV() 12466 assert(allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(), in lowerFixedLengthVectorStoreToRVV() 20411 allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(), in PerformDAGCombine() 20430 if (allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(), in PerformDAGCombine() 20432 allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(), in PerformDAGCombine()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreISelLowering.cpp | 383 if (allowsMemoryAccessForAlignment(Context, DAG.getDataLayout(), in LowerLOAD() 456 if (allowsMemoryAccessForAlignment(Context, DAG.getDataLayout(), in LowerSTORE() 1657 allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(), in PerformDAGCombine()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 1977 bool allowsMemoryAccessForAlignment( 1987 bool allowsMemoryAccessForAlignment(LLVMContext &Context,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
| H A D | RISCVLegalizerInfo.cpp | 932 if (TLI->allowsMemoryAccessForAlignment(Ctx, DL, VT, *MMO)) in legalizeLoadStore()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.cpp | 3213 if (allowsMemoryAccessForAlignment(Ctx, DL, LN->getMemoryVT(), in LowerUnalignedLoad() 3223 allowsMemoryAccessForAlignment(Ctx, DL, PartTy, *LN->getMemOperand()); in LowerUnalignedLoad()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 512 if (!TLI.allowsMemoryAccessForAlignment(*DAG.getContext(), DL, MemVT, in LegalizeStoreOps() 624 if (!TLI.allowsMemoryAccessForAlignment(*DAG.getContext(), DL, MemVT, in LegalizeStoreOps() 685 if (!TLI.allowsMemoryAccessForAlignment(*DAG.getContext(), DL, MemVT, in LegalizeLoadOps()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.cpp | 3116 if (!allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(), in LowerLOAD() 3160 !allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(), in LowerSTORE()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.cpp | 887 return allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(), in isLoadBitCastBeneficial()
|
| H A D | SIISelLowering.cpp | 11059 if (!allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(), in LowerLOAD() 11612 if (!allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(), in LowerSTORE()
|