Searched refs:getTargetMMOFlags (Results 1 – 11 of 11) sorted by relevance
563 getTargetMMOFlags(const Instruction &I) const override;566 getTargetMMOFlags(const MemSDNode &Node) const override;
1494 Info.flags |= RISCVTargetLowering::getTargetMMOFlags(I); in getTgtMemIntrinsic()20273 RISCVTargetLowering::getTargetMMOFlags(const Instruction &I) const { in getTargetMMOFlags() function in RISCVTargetLowering20308 RISCVTargetLowering::getTargetMMOFlags(const MemSDNode &Node) const { in getTargetMMOFlags() function in RISCVTargetLowering20320 return getTargetMMOFlags(NodeX) == getTargetMMOFlags(NodeY); in areTwoSDNodeTargetMMOFlagsMergeable()
2316 Flags |= getTargetMMOFlags(LI); in getLoadMemOperandFlags()2332 Flags |= getTargetMMOFlags(SI); in getStoreMemOperandFlags()2351 Flags |= getTargetMMOFlags(AI); in getAtomicMemOperandFlags()
795 getTargetMMOFlags(const Instruction &I) const override;
4725 SystemZTargetLowering::getTargetMMOFlags(const Instruction &I) const { in getTargetMMOFlags() function in SystemZTargetLowering
593 getTargetMMOFlags(const Instruction &I) const override;
16024 SITargetLowering::getTargetMMOFlags(const Instruction &I) const { in getTargetMMOFlags() function in SITargetLowering
932 MachineMemOperand::Flags getTargetMMOFlags(
15526 AArch64TargetLowering::getTargetMMOFlags(const Instruction &I) const { in getTargetMMOFlags() function in AArch64TargetLowering
434 virtual MachineMemOperand::Flags getTargetMMOFlags(const Instruction &I) const { in getTargetMMOFlags() function441 getTargetMMOFlags(const MemSDNode &Node) const { in getTargetMMOFlags() function
20740 LdMMOFlags |= TLI.getTargetMMOFlags(*FirstLoad); in tryStoreMergeOfLoads()20746 StMMOFlags |= TLI.getTargetMMOFlags(*StoreNodes[0].MemNode); in tryStoreMergeOfLoads()