Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h622 getTargetMMOFlags(const Instruction &I) const override;
625 getTargetMMOFlags(const MemSDNode &Node) const override;
H A DRISCVISelLowering.cpp1605 Info.flags |= RISCVTargetLowering::getTargetMMOFlags(I); in getTgtMemIntrinsic()
21920 RISCVTargetLowering::getTargetMMOFlags(const Instruction &I) const { in getTargetMMOFlags()
21955 RISCVTargetLowering::getTargetMMOFlags(const MemSDNode &Node) const { in getTargetMMOFlags()
21966 return getTargetMMOFlags(NodeX) == getTargetMMOFlags(NodeY); in isCtpopFast()
21917 RISCVTargetLowering::getTargetMMOFlags(const Instruction &I) const { getTargetMMOFlags() function in RISCVTargetLowering
21952 RISCVTargetLowering::getTargetMMOFlags(const MemSDNode &Node) const { getTargetMMOFlags() function in RISCVTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2242 Flags |= getTargetMMOFlags(LI); in getLoadMemOperandFlags()
2258 Flags |= getTargetMMOFlags(SI); in getStoreMemOperandFlags()
2277 Flags |= getTargetMMOFlags(AI); in getAtomicMemOperandFlags()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h805 getTargetMMOFlags(const Instruction &I) const override;
H A DSystemZISelLowering.cpp4726 SystemZTargetLowering::getTargetMMOFlags(const Instruction &I) const { in getTargetMMOFlags() function in SystemZTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h601 getTargetMMOFlags(const Instruction &I) const override;
H A DSIISelLowering.cpp16468 SITargetLowering::getTargetMMOFlags(const Instruction &I) const { in getTargetMMOFlags() function in SITargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h959 MachineMemOperand::Flags getTargetMMOFlags(
H A DAArch64ISelLowering.cpp16608 AArch64TargetLowering::getTargetMMOFlags(const Instruction &I) const { in getTargetMMOFlags() function in AArch64TargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h432 virtual MachineMemOperand::Flags getTargetMMOFlags(const Instruction &I) const { in getTargetMMOFlags() function
439 getTargetMMOFlags(const MemSDNode &Node) const { in getTargetMMOFlags() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp21086 LdMMOFlags |= TLI.getTargetMMOFlags(*FirstLoad); in tryStoreMergeOfLoads()
21092 StMMOFlags |= TLI.getTargetMMOFlags(*StoreNodes[0].MemNode); in tryStoreMergeOfLoads()