Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/XCore/
DXCoreISelLowering.h190 MachineMemOperand::Flags getTargetMMOFlags(
DXCoreISelLowering.cpp998 XCoreTargetLowering::getTargetMMOFlags(const Instruction &I) const { in getTargetMMOFlags() function in XCoreTargetLowering
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h702 getTargetMMOFlags(const Instruction &I) const override;
DSystemZISelLowering.cpp4050 SystemZTargetLowering::getTargetMMOFlags(const Instruction &I) const { in getTargetMMOFlags() function in SystemZTargetLowering
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp2222 Flags |= getTargetMMOFlags(LI); in getLoadMemOperandFlags()
2238 Flags |= getTargetMMOFlags(SI); in getStoreMemOperandFlags()
2257 Flags |= getTargetMMOFlags(AI); in getAtomicMemOperandFlags()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h759 MachineMemOperand::Flags getTargetMMOFlags(
DAArch64ISelLowering.cpp10866 AArch64TargetLowering::getTargetMMOFlags(const Instruction &I) const { in getTargetMMOFlags() function in AArch64TargetLowering
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h395 virtual MachineMemOperand::Flags getTargetMMOFlags(const Instruction &I) const { in getTargetMMOFlags() function