Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h563 getTargetMMOFlags(const Instruction &I) const override;
566 getTargetMMOFlags(const MemSDNode &Node) const override;
H A DRISCVISelLowering.cpp1494 Info.flags |= RISCVTargetLowering::getTargetMMOFlags(I); in getTgtMemIntrinsic()
20273 RISCVTargetLowering::getTargetMMOFlags(const Instruction &I) const { in getTargetMMOFlags() function in RISCVTargetLowering
20308 RISCVTargetLowering::getTargetMMOFlags(const MemSDNode &Node) const { in getTargetMMOFlags() function in RISCVTargetLowering
20320 return getTargetMMOFlags(NodeX) == getTargetMMOFlags(NodeY); in areTwoSDNodeTargetMMOFlagsMergeable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2316 Flags |= getTargetMMOFlags(LI); in getLoadMemOperandFlags()
2332 Flags |= getTargetMMOFlags(SI); in getStoreMemOperandFlags()
2351 Flags |= getTargetMMOFlags(AI); in getAtomicMemOperandFlags()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h795 getTargetMMOFlags(const Instruction &I) const override;
H A DSystemZISelLowering.cpp4725 SystemZTargetLowering::getTargetMMOFlags(const Instruction &I) const { in getTargetMMOFlags() function in SystemZTargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h593 getTargetMMOFlags(const Instruction &I) const override;
H A DSIISelLowering.cpp16024 SITargetLowering::getTargetMMOFlags(const Instruction &I) const { in getTargetMMOFlags() function in SITargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h932 MachineMemOperand::Flags getTargetMMOFlags(
H A DAArch64ISelLowering.cpp15526 AArch64TargetLowering::getTargetMMOFlags(const Instruction &I) const { in getTargetMMOFlags() function in AArch64TargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h434 virtual MachineMemOperand::Flags getTargetMMOFlags(const Instruction &I) const { in getTargetMMOFlags() function
441 getTargetMMOFlags(const MemSDNode &Node) const { in getTargetMMOFlags() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp20740 LdMMOFlags |= TLI.getTargetMMOFlags(*FirstLoad); in tryStoreMergeOfLoads()
20746 StMMOFlags |= TLI.getTargetMMOFlags(*StoreNodes[0].MemNode); in tryStoreMergeOfLoads()