Home
last modified time | relevance | path

Searched refs:isTargetMemoryOpcode (Results 1 – 19 of 19) 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
H A DAMDGPUSelectionDAGInfo.h20 bool isTargetMemoryOpcode(unsigned Opcode) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXSelectionDAGInfo.cpp16 bool NVPTXSelectionDAGInfo::isTargetMemoryOpcode(unsigned Opcode) const { in isTargetMemoryOpcode() function in NVPTXSelectionDAGInfo
H A DNVPTXSelectionDAGInfo.h20 bool isTargetMemoryOpcode(unsigned Opcode) const override;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGTargetInfo.cpp24 return isTargetStrictFPOpcode(Opcode) || isTargetMemoryOpcode(Opcode); in mayRaiseFPException()
H A DSelectionDAG.cpp9325 Opcode >= ISD::BUILTIN_OP_END && TSI->isTargetMemoryOpcode(Opcode))) && in getMemIntrinsicNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSelectionDAGInfo.cpp16 bool MipsSelectionDAGInfo::isTargetMemoryOpcode(unsigned Opcode) const { in isTargetMemoryOpcode() function in MipsSelectionDAGInfo
H A DMipsSelectionDAGInfo.h20 bool isTargetMemoryOpcode(unsigned Opcode) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSelectionDAGInfo.h20 bool isTargetMemoryOpcode(unsigned Opcode) const override;
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/X86/
H A DX86SelectionDAGInfo.h29 bool isTargetMemoryOpcode(unsigned Opcode) const override;
H A DX86SelectionDAGInfo.cpp30 bool X86SelectionDAGInfo::isTargetMemoryOpcode(unsigned Opcode) const { in isTargetMemoryOpcode() function in X86SelectionDAGInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblySelectionDAGInfo.h26 bool isTargetMemoryOpcode(unsigned Opcode) const override;
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.h40 bool isTargetMemoryOpcode(unsigned Opcode) const override;
H A DARMSelectionDAGInfo.cpp33 bool ARMSelectionDAGInfo::isTargetMemoryOpcode(unsigned Opcode) const { in isTargetMemoryOpcode() function in ARMSelectionDAGInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.h24 bool isTargetMemoryOpcode(unsigned Opcode) const override;
H A DSystemZSelectionDAGInfo.cpp20 bool SystemZSelectionDAGInfo::isTargetMemoryOpcode(unsigned Opcode) const { in isTargetMemoryOpcode() function in SystemZSelectionDAGInfo