Home
last modified time | relevance | path

Searched defs:isTargetMemoryOpcode (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSelectionDAGInfo.cpp16 bool AMDGPUSelectionDAGInfo::isTargetMemoryOpcode(unsigned Opcode) const { in isTargetMemoryOpcode() function in AMDGPUSelectionDAGInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXSelectionDAGInfo.cpp16 bool NVPTXSelectionDAGInfo::isTargetMemoryOpcode(unsigned Opcode) const { in isTargetMemoryOpcode() function in NVPTXSelectionDAGInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSelectionDAGInfo.cpp16 bool MipsSelectionDAGInfo::isTargetMemoryOpcode(unsigned Opcode) const { in isTargetMemoryOpcode() function in MipsSelectionDAGInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSelectionDAGInfo.cpp16 bool PPCSelectionDAGInfo::isTargetMemoryOpcode(unsigned Opcode) const { in isTargetMemoryOpcode() function in PPCSelectionDAGInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGTargetInfo.h48 virtual bool isTargetMemoryOpcode(unsigned Opcode) const { return false; } in isTargetMemoryOpcode() function
208 bool isTargetMemoryOpcode(unsigned Opcode) const override { in isTargetMemoryOpcode() function
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblySelectionDAGInfo.cpp21 bool WebAssemblySelectionDAGInfo::isTargetMemoryOpcode(unsigned Opcode) const { in isTargetMemoryOpcode() function in WebAssemblySelectionDAGInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp33 bool ARMSelectionDAGInfo::isTargetMemoryOpcode(unsigned Opcode) const { in isTargetMemoryOpcode() function in ARMSelectionDAGInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp30 bool X86SelectionDAGInfo::isTargetMemoryOpcode(unsigned Opcode) const { in isTargetMemoryOpcode() function in X86SelectionDAGInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp20 bool SystemZSelectionDAGInfo::isTargetMemoryOpcode(unsigned Opcode) const { in isTargetMemoryOpcode() function in SystemZSelectionDAGInfo