/freebsd/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/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600ISelLowering.h | 52 bool allowsMisalignedMemoryAccesses(
|
H A D | SIISelLowering.h | 331 bool allowsMisalignedMemoryAccesses( 341 bool allowsMisalignedMemoryAccesses(
|
H A D | R600ISelLowering.cpp | 1140 !allowsMisalignedMemoryAccesses(MemVT, AS, Alignment, in LowerSTORE() 1540 bool R600TargetLowering::allowsMisalignedMemoryAccesses( in allowsMisalignedMemoryAccesses() function in R600TargetLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.h | 73 bool allowsMisalignedMemoryAccesses(EVT, unsigned AddrSpace, Align Alignment,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEISelLowering.h | 313 bool allowsMisalignedMemoryAccesses(EVT VT, unsigned AS, Align A,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchISelLowering.h | 248 bool allowsMisalignedMemoryAccesses(
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfo.h | 991 bool allowsMisalignedMemoryAccesses(LLVMContext &Context, unsigned BitWidth, 1959 virtual bool allowsMisalignedMemoryAccesses(LLVMContext &Context, 2528 bool allowsMisalignedMemoryAccesses(LLVMContext &Context, unsigned BitWidth, in allowsMisalignedMemoryAccesses() function 2531 return Impl.allowsMisalignedMemoryAccesses(Context, BitWidth, AddressSpace, in allowsMisalignedMemoryAccesses()
|
H A D | TargetTransformInfoImpl.h | 416 bool allowsMisalignedMemoryAccesses(LLVMContext &Context, unsigned BitWidth, in allowsMisalignedMemoryAccesses() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.h | 603 bool allowsMisalignedMemoryAccesses( 608 bool allowsMisalignedMemoryAccesses(LLT Ty, unsigned AddrSpace,
|
/freebsd/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/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 651 TargetTransformInfo::allowsMisalignedMemoryAccesses(LLVMContext &Context, in allowsMisalignedMemoryAccesses() function in TargetTransformInfo 656 return TTIImpl->allowsMisalignedMemoryAccesses(Context, BitWidth, in allowsMisalignedMemoryAccesses()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.h | 489 bool allowsMisalignedMemoryAccesses(EVT VT, unsigned AS, Align Alignment,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.h | 452 bool allowsMisalignedMemoryAccesses(EVT VT, unsigned AddrSpace,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.h | 336 bool allowsMisalignedMemoryAccesses(EVT VT, unsigned AddrSpace,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.h | 777 bool allowsMisalignedMemoryAccesses(
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetTransformInfo.cpp | 833 if (TLI->allowsMisalignedMemoryAccesses(LT.second, 0)) in getMemoryOpCost()
|
H A D | PPCISelLowering.h | 1079 bool allowsMisalignedMemoryAccesses(
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.h | 1027 bool allowsMisalignedMemoryAccesses(EVT VT, unsigned AS, Align Alignment,
|
H A D | X86ISelLoweringCall.cpp | 355 bool X86TargetLowering::allowsMisalignedMemoryAccesses( in allowsMisalignedMemoryAccesses() function in X86TargetLowering 382 if (allowsMisalignedMemoryAccesses(VT, AddrSpace, Alignment, Flags, in allowsMemoryAccess()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
H A D | AggressiveInstCombine.cpp | 802 Allowed = TTI.allowsMisalignedMemoryAccesses(I.getContext(), LOps.LoadSize, in foldConsecutiveLoads()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 273 bool allowsMisalignedMemoryAccesses(LLVMContext &Context, unsigned BitWidth, in allowsMisalignedMemoryAccesses() function 277 return getTLI()->allowsMisalignedMemoryAccesses( in allowsMisalignedMemoryAccesses()
|
H A D | TargetLowering.h | 1901 virtual bool allowsMisalignedMemoryAccesses( 1909 virtual bool allowsMisalignedMemoryAccesses(
|