Home
last modified time | relevance | path

Searched refs:allowsMisalignedMemoryAccesses (Results 1 – 25 of 41) sorted by relevance

12

/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMips16ISelLowering.h24 bool allowsMisalignedMemoryAccesses(EVT VT, unsigned AddrSpace,
H A DMipsSEISelLowering.h43 bool allowsMisalignedMemoryAccesses(
H A DMips16ISelLowering.cpp158 bool Mips16TargetLowering::allowsMisalignedMemoryAccesses( in allowsMisalignedMemoryAccesses() function in Mips16TargetLowering
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.h52 bool allowsMisalignedMemoryAccesses(
H A DSIISelLowering.h294 bool allowsMisalignedMemoryAccesses(
304 bool allowsMisalignedMemoryAccesses(
H A DR600ISelLowering.cpp1122 !allowsMisalignedMemoryAccesses(MemVT, AS, Alignment, in LowerSTORE()
1522 bool R600TargetLowering::allowsMisalignedMemoryAccesses( in allowsMisalignedMemoryAccesses() function in R600TargetLowering
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.h73 bool allowsMisalignedMemoryAccesses(EVT, unsigned AddrSpace, Align Alignment,
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVEISelLowering.h216 bool allowsMisalignedMemoryAccesses(EVT VT, unsigned AS, Align A,
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h840 bool allowsMisalignedMemoryAccesses(LLVMContext &Context, unsigned BitWidth,
1647 virtual bool allowsMisalignedMemoryAccesses(LLVMContext &Context,
2122 bool allowsMisalignedMemoryAccesses(LLVMContext &Context, unsigned BitWidth, in allowsMisalignedMemoryAccesses() function
2125 return Impl.allowsMisalignedMemoryAccesses(Context, BitWidth, AddressSpace, in allowsMisalignedMemoryAccesses()
H A DTargetTransformInfoImpl.h360 bool allowsMisalignedMemoryAccesses(LLVMContext &Context, unsigned BitWidth, in allowsMisalignedMemoryAccesses() function
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h521 bool allowsMisalignedMemoryAccesses(
526 bool allowsMisalignedMemoryAccesses(LLT Ty, unsigned AddrSpace,
H A DAArch64FastISel.cpp1735 if (!TLI.allowsMisalignedMemoryAccesses(VT)) in emitLoad()
2060 if (!TLI.allowsMisalignedMemoryAccesses(VT)) in emitStore()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp553 bool TargetTransformInfo::allowsMisalignedMemoryAccesses(LLVMContext &Context, in allowsMisalignedMemoryAccesses() function in TargetTransformInfo
558 return TTIImpl->allowsMisalignedMemoryAccesses(Context, BitWidth, in allowsMisalignedMemoryAccesses()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h550 bool allowsMisalignedMemoryAccesses(
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h456 bool allowsMisalignedMemoryAccesses(EVT VT, unsigned AS, Align Alignment,
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h310 bool allowsMisalignedMemoryAccesses(EVT VT, unsigned AddrSpace,
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.h445 bool allowsMisalignedMemoryAccesses(EVT VT, unsigned AddrSpace,
H A DARM.td455 // ARMTargetLowering::allowsMisalignedMemoryAccesses().
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1067 bool allowsMisalignedMemoryAccesses(
H A DPPCTargetTransformInfo.cpp1209 if (TLI->allowsMisalignedMemoryAccesses(LT.second, 0)) in getMemoryOpCost()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.h984 bool allowsMisalignedMemoryAccesses(EVT VT, unsigned AS, Align Alignment,
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h256 bool allowsMisalignedMemoryAccesses(LLVMContext &Context, unsigned BitWidth, in allowsMisalignedMemoryAccesses() function
260 return getTLI()->allowsMisalignedMemoryAccesses( in allowsMisalignedMemoryAccesses()
H A DTargetLowering.h1694 virtual bool allowsMisalignedMemoryAccesses(
1702 virtual bool allowsMisalignedMemoryAccesses(
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp1324 bool Allows = TTI.allowsMisalignedMemoryAccesses(F.getParent()->getContext(), in accessIsMisaligned()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1727 return allowsMisalignedMemoryAccesses(VT, AddrSpace, Alignment, Flags, Fast); in allowsMemoryAccessForAlignment()

12