| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | Mips16ISelLowering.h | 24 bool allowsMisalignedMemoryAccesses(EVT VT, unsigned AddrSpace,
|
| H A D | MipsSEISelLowering.h | 43 bool allowsMisalignedMemoryAccesses(
|
| H A D | Mips16ISelLowering.cpp | 158 bool Mips16TargetLowering::allowsMisalignedMemoryAccesses( in allowsMisalignedMemoryAccesses() function in Mips16TargetLowering
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | R600ISelLowering.h | 52 bool allowsMisalignedMemoryAccesses(
|
| H A D | SIISelLowering.h | 294 bool allowsMisalignedMemoryAccesses( 304 bool allowsMisalignedMemoryAccesses(
|
| H A D | R600ISelLowering.cpp | 1122 !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 D | WebAssemblyISelLowering.h | 73 bool allowsMisalignedMemoryAccesses(EVT, unsigned AddrSpace, Align Alignment,
|
| /llvm-project-15.0.7/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.h | 216 bool allowsMisalignedMemoryAccesses(EVT VT, unsigned AS, Align A,
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 840 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 D | TargetTransformInfoImpl.h | 360 bool allowsMisalignedMemoryAccesses(LLVMContext &Context, unsigned BitWidth, in allowsMisalignedMemoryAccesses() function
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 521 bool allowsMisalignedMemoryAccesses( 526 bool allowsMisalignedMemoryAccesses(LLT Ty, unsigned AddrSpace,
|
| H A D | AArch64FastISel.cpp | 1735 if (!TLI.allowsMisalignedMemoryAccesses(VT)) in emitLoad() 2060 if (!TLI.allowsMisalignedMemoryAccesses(VT)) in emitStore()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 553 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 D | RISCVISelLowering.h | 550 bool allowsMisalignedMemoryAccesses(
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.h | 456 bool allowsMisalignedMemoryAccesses(EVT VT, unsigned AS, Align Alignment,
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.h | 310 bool allowsMisalignedMemoryAccesses(EVT VT, unsigned AddrSpace,
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 445 bool allowsMisalignedMemoryAccesses(EVT VT, unsigned AddrSpace,
|
| H A D | ARM.td | 455 // ARMTargetLowering::allowsMisalignedMemoryAccesses().
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 1067 bool allowsMisalignedMemoryAccesses(
|
| H A D | PPCTargetTransformInfo.cpp | 1209 if (TLI->allowsMisalignedMemoryAccesses(LT.second, 0)) in getMemoryOpCost()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 984 bool allowsMisalignedMemoryAccesses(EVT VT, unsigned AS, Align Alignment,
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 256 bool allowsMisalignedMemoryAccesses(LLVMContext &Context, unsigned BitWidth, in allowsMisalignedMemoryAccesses() function 260 return getTLI()->allowsMisalignedMemoryAccesses( in allowsMisalignedMemoryAccesses()
|
| H A D | TargetLowering.h | 1694 virtual bool allowsMisalignedMemoryAccesses( 1702 virtual bool allowsMisalignedMemoryAccesses(
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | LoadStoreVectorizer.cpp | 1324 bool Allows = TTI.allowsMisalignedMemoryAccesses(F.getParent()->getContext(), in accessIsMisaligned()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 1727 return allowsMisalignedMemoryAccesses(VT, AddrSpace, Alignment, Flags, Fast); in allowsMemoryAccessForAlignment()
|