| /freebsd-14.2/contrib/llvm-project/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
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600ISelLowering.h | 52 bool allowsMisalignedMemoryAccesses(
|
| H A D | SIISelLowering.h | 325 bool allowsMisalignedMemoryAccesses( 335 bool allowsMisalignedMemoryAccesses(
|
| H A D | R600ISelLowering.cpp | 1142 !allowsMisalignedMemoryAccesses(MemVT, AS, Alignment, in LowerSTORE() 1542 bool R600TargetLowering::allowsMisalignedMemoryAccesses( in allowsMisalignedMemoryAccesses() function in R600TargetLowering
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.h | 73 bool allowsMisalignedMemoryAccesses(EVT, unsigned AddrSpace, Align Alignment,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelLowering.h | 233 bool allowsMisalignedMemoryAccesses(
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.h | 313 bool allowsMisalignedMemoryAccesses(EVT VT, unsigned AS, Align A,
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 961 bool allowsMisalignedMemoryAccesses(LLVMContext &Context, unsigned BitWidth, 1891 virtual bool allowsMisalignedMemoryAccesses(LLVMContext &Context, 2437 bool allowsMisalignedMemoryAccesses(LLVMContext &Context, unsigned BitWidth, in allowsMisalignedMemoryAccesses() function 2440 return Impl.allowsMisalignedMemoryAccesses(Context, BitWidth, AddressSpace, in allowsMisalignedMemoryAccesses()
|
| H A D | TargetTransformInfoImpl.h | 396 bool allowsMisalignedMemoryAccesses(LLVMContext &Context, unsigned BitWidth, in allowsMisalignedMemoryAccesses() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoadStoreVectorizer.cpp | 767 bool AllowsMisaligned = TTI.allowsMisalignedMemoryAccesses( in splitChainByAlignment() 778 (TTI).allowsMisalignedMemoryAccesses((F).getContext(), VecElemBits, AS, in splitChainByAlignment()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 584 bool allowsMisalignedMemoryAccesses( 589 bool allowsMisalignedMemoryAccesses(LLT Ty, unsigned AddrSpace,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 625 TargetTransformInfo::allowsMisalignedMemoryAccesses(LLVMContext &Context, in allowsMisalignedMemoryAccesses() function in TargetTransformInfo 630 return TTIImpl->allowsMisalignedMemoryAccesses(Context, BitWidth, in allowsMisalignedMemoryAccesses()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.h | 484 bool allowsMisalignedMemoryAccesses(EVT VT, unsigned AS, Align Alignment,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
| H A D | AggressiveInstCombine.cpp | 799 Allowed = TTI.allowsMisalignedMemoryAccesses(I.getContext(), LOps.LoadSize, in foldConsecutiveLoads()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.h | 718 bool allowsMisalignedMemoryAccesses(
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.h | 333 bool allowsMisalignedMemoryAccesses(EVT VT, unsigned AddrSpace,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 453 bool allowsMisalignedMemoryAccesses(EVT VT, unsigned AddrSpace,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.cpp | 822 if (TLI->allowsMisalignedMemoryAccesses(LT.second, 0)) in getMemoryOpCost()
|
| H A D | PPCISelLowering.h | 1068 bool allowsMisalignedMemoryAccesses(
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1022 bool allowsMisalignedMemoryAccesses(EVT VT, unsigned AS, Align Alignment,
|
| H A D | X86ISelLoweringCall.cpp | 354 bool X86TargetLowering::allowsMisalignedMemoryAccesses( in allowsMisalignedMemoryAccesses() function in X86TargetLowering 381 if (allowsMisalignedMemoryAccesses(VT, AddrSpace, Alignment, Flags, in allowsMemoryAccess()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 271 bool allowsMisalignedMemoryAccesses(LLVMContext &Context, unsigned BitWidth, in allowsMisalignedMemoryAccesses() function 275 return getTLI()->allowsMisalignedMemoryAccesses( in allowsMisalignedMemoryAccesses()
|
| H A D | TargetLowering.h | 1824 virtual bool allowsMisalignedMemoryAccesses( 1832 virtual bool allowsMisalignedMemoryAccesses(
|