| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 1696 bool TargetLoweringBase::allowsMemoryAccessForAlignment( in allowsMemoryAccessForAlignment() function in TargetLoweringBase 1716 bool TargetLoweringBase::allowsMemoryAccessForAlignment( in allowsMemoryAccessForAlignment() function in TargetLoweringBase 1719 return allowsMemoryAccessForAlignment(Context, DL, VT, MMO.getAddrSpace(), in allowsMemoryAccessForAlignment() 1728 return allowsMemoryAccessForAlignment(Context, DL, VT, AddrSpace, Alignment, in allowsMemoryAccess()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreISelLowering.cpp | 410 if (allowsMemoryAccessForAlignment(Context, DAG.getDataLayout(), in LowerLOAD() 483 if (allowsMemoryAccessForAlignment(Context, DAG.getDataLayout(), in LowerSTORE() 1686 allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(), in PerformDAGCombine()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 1920 bool allowsMemoryAccessForAlignment( 1930 bool allowsMemoryAccessForAlignment(LLVMContext &Context,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.cpp | 193 if (!getTLI()->allowsMemoryAccessForAlignment( in getIntImmCostInst()
|
| H A D | RISCVISelLowering.cpp | 5566 if (allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(), in expandUnalignedRVVLoad() 5596 if (allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(), in expandUnalignedRVVStore() 10761 assert(allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(), in lowerFixedLengthVectorLoadToRVV() 10810 assert(allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(), in lowerFixedLengthVectorStoreToRVV() 17366 allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(), in PerformDAGCombine() 17385 if (allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(), in PerformDAGCombine() 17387 allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(), in PerformDAGCombine() 21628 !allowsMemoryAccessForAlignment(VTy->getContext(), DL, VT, AddrSpace, in isLegalInterleavedAccessType()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.cpp | 3191 if (allowsMemoryAccessForAlignment(Ctx, DL, LN->getMemoryVT(), in LowerUnalignedLoad() 3201 allowsMemoryAccessForAlignment(Ctx, DL, PartTy, *LN->getMemOperand()); in LowerUnalignedLoad()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 502 if (!TLI.allowsMemoryAccessForAlignment(*DAG.getContext(), DL, MemVT, in LegalizeStoreOps() 614 if (!TLI.allowsMemoryAccessForAlignment(*DAG.getContext(), DL, MemVT, in LegalizeStoreOps() 676 if (!TLI.allowsMemoryAccessForAlignment(*DAG.getContext(), DL, MemVT, in LegalizeLoadOps()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.cpp | 2907 if (!allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(), in LowerLOAD() 2951 !allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(), in LowerSTORE()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.cpp | 872 return allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(), in isLoadBitCastBeneficial()
|
| H A D | SIISelLowering.cpp | 10401 if (!allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(), in LowerLOAD() 10922 if (!allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(), in LowerSTORE()
|