Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h706 getTargetMMOFlags(const Instruction &I) const override;
H A DSystemZISelLowering.cpp4070 SystemZTargetLowering::getTargetMMOFlags(const Instruction &I) const { in getTargetMMOFlags() function in SystemZTargetLowering
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2196 Flags |= getTargetMMOFlags(LI); in getLoadMemOperandFlags()
2212 Flags |= getTargetMMOFlags(SI); in getStoreMemOperandFlags()
2231 Flags |= getTargetMMOFlags(AI); in getAtomicMemOperandFlags()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h800 MachineMemOperand::Flags getTargetMMOFlags(
H A DAArch64ISelLowering.cpp11289 AArch64TargetLowering::getTargetMMOFlags(const Instruction &I) const { in getTargetMMOFlags() function in AArch64TargetLowering
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h399 virtual MachineMemOperand::Flags getTargetMMOFlags(const Instruction &I) const { in getTargetMMOFlags() function