Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h187 MachineMemOperand::Flags getTargetMMOFlags(
H A DXCoreISelLowering.cpp995 XCoreTargetLowering::getTargetMMOFlags(const Instruction &I) const { in getTargetMMOFlags() function in XCoreTargetLowering
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2269 Flags |= getTargetMMOFlags(LI); in getLoadMemOperandFlags()
2285 Flags |= getTargetMMOFlags(SI); in getStoreMemOperandFlags()
2304 Flags |= getTargetMMOFlags(AI); in getAtomicMemOperandFlags()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h764 getTargetMMOFlags(const Instruction &I) const override;
H A DSystemZISelLowering.cpp4356 SystemZTargetLowering::getTargetMMOFlags(const Instruction &I) const { in getTargetMMOFlags() function in SystemZTargetLowering
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h535 getTargetMMOFlags(const Instruction &I) const override;
H A DSIISelLowering.cpp13157 SITargetLowering::getTargetMMOFlags(const Instruction &I) const { in getTargetMMOFlags() function in SITargetLowering
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h870 MachineMemOperand::Flags getTargetMMOFlags(
H A DAArch64ISelLowering.cpp14287 AArch64TargetLowering::getTargetMMOFlags(const Instruction &I) const { in getTargetMMOFlags() function in AArch64TargetLowering
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h424 virtual MachineMemOperand::Flags getTargetMMOFlags(const Instruction &I) const { in getTargetMMOFlags() function