Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMips16ISelLowering.h25 bool allowsMisalignedMemoryAccesses(EVT VT, unsigned AddrSpace,
H A DMipsSEISelLowering.h44 bool allowsMisalignedMemoryAccesses(EVT VT, unsigned AS = 0,
H A DMips16ISelLowering.cpp160 Mips16TargetLowering::allowsMisalignedMemoryAccesses(EVT VT, in allowsMisalignedMemoryAccesses() function in Mips16TargetLowering
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.h64 bool allowsMisalignedMemoryAccesses(EVT, unsigned AddrSpace, unsigned Align,
H A DWebAssemblyISelLowering.cpp504 bool WebAssemblyTargetLowering::allowsMisalignedMemoryAccesses( in allowsMisalignedMemoryAccesses() function in WebAssemblyTargetLowering
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.h53 bool allowsMisalignedMemoryAccesses(EVT VT, unsigned AS,
H A DSIISelLowering.h222 bool allowsMisalignedMemoryAccesses(EVT VT, unsigned AS,
H A DR600ISelLowering.cpp1263 !allowsMisalignedMemoryAccesses(MemVT, AS, Align, nullptr)) { in LowerSTORE()
1665 bool R600TargetLowering::allowsMisalignedMemoryAccesses(EVT VT, in allowsMisalignedMemoryAccesses() function in R600TargetLowering
H A DAMDGPUISelLowering.cpp2815 if (!allowsMisalignedMemoryAccesses(VT, AS, Align, &IsFast)) { in performLoadCombine()
2867 if (!allowsMisalignedMemoryAccesses(VT, AS, Align, &IsFast)) { in performStoreCombine()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h609 bool allowsMisalignedMemoryAccesses(LLVMContext &Context,
1100 virtual bool allowsMisalignedMemoryAccesses(LLVMContext &Context,
1384 bool allowsMisalignedMemoryAccesses(LLVMContext &Context, in allowsMisalignedMemoryAccesses() function
1387 return Impl.allowsMisalignedMemoryAccesses(Context, BitWidth, AddressSpace, in allowsMisalignedMemoryAccesses()
H A DTargetTransformInfoImpl.h321 bool allowsMisalignedMemoryAccesses(LLVMContext &Context, in allowsMisalignedMemoryAccesses() function
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp453 if (TLI->allowsMisalignedMemoryAccesses(LT.second, 0)) in getMemoryOpCost()
H A DPPCISelLowering.h840 bool allowsMisalignedMemoryAccesses(EVT VT,
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp279 bool TargetTransformInfo::allowsMisalignedMemoryAccesses(LLVMContext &Context, in allowsMisalignedMemoryAccesses() function in TargetTransformInfo
284 return TTIImpl->allowsMisalignedMemoryAccesses(Context, BitWidth, AddressSpace, in allowsMisalignedMemoryAccesses()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h408 bool allowsMisalignedMemoryAccesses(EVT VT, unsigned AS,
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h200 bool allowsMisalignedMemoryAccesses(LLVMContext &Context, in allowsMisalignedMemoryAccesses() function
204 return getTLI()->allowsMisalignedMemoryAccesses(E, AddressSpace, Alignment, Fast); in allowsMisalignedMemoryAccesses()
H A DTargetLowering.h1361 virtual bool allowsMisalignedMemoryAccesses(EVT,
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h300 bool allowsMisalignedMemoryAccesses(EVT VT, unsigned AddrSpace,
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h266 bool allowsMisalignedMemoryAccesses(EVT VT, unsigned AddrSpace = 0,
H A DAArch64FastISel.cpp1754 if (!TLI.allowsMisalignedMemoryAccesses(VT)) in emitLoad()
2080 if (!TLI.allowsMisalignedMemoryAccesses(VT)) in emitStore()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.h323 bool allowsMisalignedMemoryAccesses(EVT VT, unsigned AddrSpace,
/freebsd-12.1/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp417 if (allowsMisalignedMemoryAccesses(LD->getMemoryVT(), in LowerLOAD()
499 if (allowsMisalignedMemoryAccesses(ST->getMemoryVT(), in LowerSTORE()
1777 allowsMisalignedMemoryAccesses(ST->getMemoryVT(), in PerformDAGCombine()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.h721 bool allowsMisalignedMemoryAccesses(EVT VT, unsigned AS, unsigned Align,
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp1247 bool Allows = TTI.allowsMisalignedMemoryAccesses(F.getParent()->getContext(), in accessIsMisaligned()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1427 return allowsMisalignedMemoryAccesses(VT, AddrSpace, Alignment, Fast); in allowsMemoryAccess()

12