Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/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
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.h52 bool allowsMisalignedMemoryAccesses(
H A DSIISelLowering.h277 bool allowsMisalignedMemoryAccesses(
287 bool allowsMisalignedMemoryAccesses(
H A DR600ISelLowering.cpp1175 !allowsMisalignedMemoryAccesses(MemVT, AS, Alignment, in LowerSTORE()
1575 bool R600TargetLowering::allowsMisalignedMemoryAccesses( in allowsMisalignedMemoryAccesses() function in R600TargetLowering
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.h100 bool allowsMisalignedMemoryAccesses(EVT, unsigned AddrSpace, Align Alignment,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.h189 bool allowsMisalignedMemoryAccesses(EVT VT, unsigned AS, Align A,
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h798 bool allowsMisalignedMemoryAccesses(LLVMContext &Context, unsigned BitWidth,
1539 virtual bool allowsMisalignedMemoryAccesses(LLVMContext &Context,
1961 bool allowsMisalignedMemoryAccesses(LLVMContext &Context, unsigned BitWidth, in allowsMisalignedMemoryAccesses() function
1964 return Impl.allowsMisalignedMemoryAccesses(Context, BitWidth, AddressSpace, in allowsMisalignedMemoryAccesses()
H A DTargetTransformInfoImpl.h332 bool allowsMisalignedMemoryAccesses(LLVMContext &Context, unsigned BitWidth, in allowsMisalignedMemoryAccesses() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h518 bool allowsMisalignedMemoryAccesses(
523 bool allowsMisalignedMemoryAccesses(LLT Ty, unsigned AddrSpace,
H A DAArch64FastISel.cpp1735 if (!TLI.allowsMisalignedMemoryAccesses(VT)) in emitLoad()
2060 if (!TLI.allowsMisalignedMemoryAccesses(VT)) in emitStore()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp507 bool TargetTransformInfo::allowsMisalignedMemoryAccesses(LLVMContext &Context, in allowsMisalignedMemoryAccesses() function in TargetTransformInfo
512 return TTIImpl->allowsMisalignedMemoryAccesses(Context, BitWidth, in allowsMisalignedMemoryAccesses()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h474 bool allowsMisalignedMemoryAccesses(
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h459 bool allowsMisalignedMemoryAccesses(EVT VT, unsigned AS, Align Alignment,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h313 bool allowsMisalignedMemoryAccesses(EVT VT, unsigned AddrSpace,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h444 bool allowsMisalignedMemoryAccesses(EVT VT, unsigned AddrSpace,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1031 bool allowsMisalignedMemoryAccesses(
H A DPPCTargetTransformInfo.cpp1171 if (TLI->allowsMisalignedMemoryAccesses(LT.second, 0)) in getMemoryOpCost()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h251 bool allowsMisalignedMemoryAccesses(LLVMContext &Context, unsigned BitWidth, in allowsMisalignedMemoryAccesses() function
255 return getTLI()->allowsMisalignedMemoryAccesses( in allowsMisalignedMemoryAccesses()
H A DTargetLowering.h1640 virtual bool allowsMisalignedMemoryAccesses(
1648 virtual bool allowsMisalignedMemoryAccesses(
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h942 bool allowsMisalignedMemoryAccesses(EVT VT, unsigned AS, Align Alignment,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp1349 bool Allows = TTI.allowsMisalignedMemoryAccesses(F.getParent()->getContext(), in accessIsMisaligned()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1123 !TLI.allowsMisalignedMemoryAccesses(Ty, DstAS, Op.getDstAlign())) in findGISelOptimalMemOpLowering()
1150 TLI.allowsMisalignedMemoryAccesses( in findGISelOptimalMemOpLowering()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1721 return allowsMisalignedMemoryAccesses(VT, AddrSpace, Alignment, Flags, Fast); in allowsMemoryAccessForAlignment()

12