Searched refs:getMMOFlags (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h191 MachineMemOperand::Flags getMMOFlags(const Instruction &I) const override;
H A DXCoreISelLowering.cpp999 XCoreTargetLowering::getMMOFlags(const Instruction &I) const { function in class:XCoreTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h680 MachineMemOperand::Flags getMMOFlags(const Instruction &I) const override;
H A DSystemZISelLowering.cpp3998 SystemZTargetLowering::getMMOFlags(const Instruction &I) const { function in class:SystemZTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h618 MachineMemOperand::Flags getMMOFlags(const Instruction &I) const override;
H A DAArch64ISelLowering.cpp9093 AArch64TargetLowering::getMMOFlags(const Instruction &I) const { function in class:AArch64TargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3769 virtual MachineMemOperand::Flags getMMOFlags(const Instruction &I) const { function in class:llvm::TargetLoweringBase::TargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4140 MMOFlags |= TLI.getMMOFlags(I);
4272 MMOFlags |= TLI.getMMOFlags(I);
4641 Flags |= DAG.getTargetLoweringInfo().getMMOFlags(I);
4692 Flags |= DAG.getTargetLoweringInfo().getMMOFlags(I);
4747 Flags |= TLI.getMMOFlags(I);
4806 Flags |= TLI.getMMOFlags(I);

Completed in 411 milliseconds