Searched refs:getTargetMMOFlags (Results 1 – 11 of 11) sorted by relevance
172 getTargetMMOFlags(const Instruction &I) const override;175 getTargetMMOFlags(const MemSDNode &Node) const override;
1785 Info.flags |= RISCVTargetLowering::getTargetMMOFlags(I); in getTgtMemIntrinsic()24181 RISCVTargetLowering::getTargetMMOFlags(const Instruction &I) const { in getTargetMMOFlags() function in RISCVTargetLowering24216 RISCVTargetLowering::getTargetMMOFlags(const MemSDNode &Node) const { in getTargetMMOFlags() function in RISCVTargetLowering24227 return getTargetMMOFlags(NodeX) == getTargetMMOFlags(NodeY); in areTwoSDNodeTargetMMOFlagsMergeable()
2349 Flags |= getTargetMMOFlags(LI); in getLoadMemOperandFlags()2365 Flags |= getTargetMMOFlags(SI); in getStoreMemOperandFlags()2384 Flags |= getTargetMMOFlags(AI); in getAtomicMemOperandFlags()
844 getTargetMMOFlags(const Instruction &I) const override;
5218 SystemZTargetLowering::getTargetMMOFlags(const Instruction &I) const { in getTargetMMOFlags() function in SystemZTargetLowering
616 getTargetMMOFlags(const Instruction &I) const override;
1248 Info.flags |= getTargetMMOFlags(CI); in getTgtMemIntrinsic()17659 SITargetLowering::getTargetMMOFlags(const Instruction &I) const { in getTargetMMOFlags() function in SITargetLowering
470 MachineMemOperand::Flags getTargetMMOFlags(
17020 AArch64TargetLowering::getTargetMMOFlags(const Instruction &I) const { in getTargetMMOFlags() function in AArch64TargetLowering
448 virtual MachineMemOperand::Flags getTargetMMOFlags(const Instruction &I) const { in getTargetMMOFlags() function455 getTargetMMOFlags(const MemSDNode &Node) const { in getTargetMMOFlags() function
22143 LdMMOFlags |= TLI.getTargetMMOFlags(*FirstLoad); in tryStoreMergeOfLoads()22149 StMMOFlags |= TLI.getTargetMMOFlags(*StoreNodes[0].MemNode); in tryStoreMergeOfLoads()