Home
last modified time | relevance | path

Searched refs:getTargetMMOFlags (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h190 MachineMemOperand::Flags getTargetMMOFlags(
H A DXCoreISelLowering.cpp996 XCoreTargetLowering::getTargetMMOFlags(const Instruction &I) const { in getTargetMMOFlags() function in XCoreTargetLowering
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2254 Flags |= getTargetMMOFlags(LI); in getLoadMemOperandFlags()
2270 Flags |= getTargetMMOFlags(SI); in getStoreMemOperandFlags()
2289 Flags |= getTargetMMOFlags(AI); in getAtomicMemOperandFlags()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h766 getTargetMMOFlags(const Instruction &I) const override;
H A DSystemZISelLowering.cpp4356 SystemZTargetLowering::getTargetMMOFlags(const Instruction &I) const { in getTargetMMOFlags() function in SystemZTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h530 getTargetMMOFlags(const Instruction &I) const override;
H A DSIISelLowering.cpp12970 SITargetLowering::getTargetMMOFlags(const Instruction &I) const { in getTargetMMOFlags() function in SITargetLowering
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h839 MachineMemOperand::Flags getTargetMMOFlags(
H A DAArch64ISelLowering.cpp12954 AArch64TargetLowering::getTargetMMOFlags(const Instruction &I) const { in getTargetMMOFlags() function in AArch64TargetLowering
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h421 virtual MachineMemOperand::Flags getTargetMMOFlags(const Instruction &I) const { in getTargetMMOFlags() function