Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h190 MachineMemOperand::Flags getTargetMMOFlags(
H A DXCoreISelLowering.cpp998 XCoreTargetLowering::getTargetMMOFlags(const Instruction &I) const { in getTargetMMOFlags() function in XCoreTargetLowering
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h736 getTargetMMOFlags(const Instruction &I) const override;
H A DSystemZISelLowering.cpp4119 SystemZTargetLowering::getTargetMMOFlags(const Instruction &I) const { in getTargetMMOFlags() function in SystemZTargetLowering
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2228 Flags |= getTargetMMOFlags(LI); in getLoadMemOperandFlags()
2244 Flags |= getTargetMMOFlags(SI); in getStoreMemOperandFlags()
2263 Flags |= getTargetMMOFlags(AI); in getAtomicMemOperandFlags()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h801 MachineMemOperand::Flags getTargetMMOFlags(
H A DAArch64ISelLowering.cpp11648 AArch64TargetLowering::getTargetMMOFlags(const Instruction &I) const { in getTargetMMOFlags() function in AArch64TargetLowering
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h404 virtual MachineMemOperand::Flags getTargetMMOFlags(const Instruction &I) const { in getTargetMMOFlags() function