Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h172 getTargetMMOFlags(const Instruction &I) const override;
175 getTargetMMOFlags(const MemSDNode &Node) const override;
H A DRISCVISelLowering.cpp1785 Info.flags |= RISCVTargetLowering::getTargetMMOFlags(I); in getTgtMemIntrinsic()
24181 RISCVTargetLowering::getTargetMMOFlags(const Instruction &I) const { in getTargetMMOFlags() function in RISCVTargetLowering
24216 RISCVTargetLowering::getTargetMMOFlags(const MemSDNode &Node) const { in getTargetMMOFlags() function in RISCVTargetLowering
24227 return getTargetMMOFlags(NodeX) == getTargetMMOFlags(NodeY); in areTwoSDNodeTargetMMOFlagsMergeable()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2349 Flags |= getTargetMMOFlags(LI); in getLoadMemOperandFlags()
2365 Flags |= getTargetMMOFlags(SI); in getStoreMemOperandFlags()
2384 Flags |= getTargetMMOFlags(AI); in getAtomicMemOperandFlags()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h844 getTargetMMOFlags(const Instruction &I) const override;
H A DSystemZISelLowering.cpp5218 SystemZTargetLowering::getTargetMMOFlags(const Instruction &I) const { in getTargetMMOFlags() function in SystemZTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h616 getTargetMMOFlags(const Instruction &I) const override;
H A DSIISelLowering.cpp1248 Info.flags |= getTargetMMOFlags(CI); in getTgtMemIntrinsic()
17659 SITargetLowering::getTargetMMOFlags(const Instruction &I) const { in getTargetMMOFlags() function in SITargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h470 MachineMemOperand::Flags getTargetMMOFlags(
H A DAArch64ISelLowering.cpp17020 AArch64TargetLowering::getTargetMMOFlags(const Instruction &I) const { in getTargetMMOFlags() function in AArch64TargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h448 virtual MachineMemOperand::Flags getTargetMMOFlags(const Instruction &I) const { in getTargetMMOFlags() function
455 getTargetMMOFlags(const MemSDNode &Node) const { in getTargetMMOFlags() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp22143 LdMMOFlags |= TLI.getTargetMMOFlags(*FirstLoad); in tryStoreMergeOfLoads()
22149 StMMOFlags |= TLI.getTargetMMOFlags(*StoreNodes[0].MemNode); in tryStoreMergeOfLoads()