| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUSelectionDAGInfo.cpp | 16 bool AMDGPUSelectionDAGInfo::isTargetMemoryOpcode(unsigned Opcode) const { in isTargetMemoryOpcode() function in AMDGPUSelectionDAGInfo
|
| H A D | AMDGPUSelectionDAGInfo.h | 20 bool isTargetMemoryOpcode(unsigned Opcode) const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXSelectionDAGInfo.cpp | 16 bool NVPTXSelectionDAGInfo::isTargetMemoryOpcode(unsigned Opcode) const { in isTargetMemoryOpcode() function in NVPTXSelectionDAGInfo
|
| H A D | NVPTXSelectionDAGInfo.h | 20 bool isTargetMemoryOpcode(unsigned Opcode) const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGTargetInfo.cpp | 24 return isTargetStrictFPOpcode(Opcode) || isTargetMemoryOpcode(Opcode); in mayRaiseFPException()
|
| H A D | SelectionDAG.cpp | 9325 Opcode >= ISD::BUILTIN_OP_END && TSI->isTargetMemoryOpcode(Opcode))) && in getMemIntrinsicNode()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsSelectionDAGInfo.cpp | 16 bool MipsSelectionDAGInfo::isTargetMemoryOpcode(unsigned Opcode) const { in isTargetMemoryOpcode() function in MipsSelectionDAGInfo
|
| H A D | MipsSelectionDAGInfo.h | 20 bool isTargetMemoryOpcode(unsigned Opcode) const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCSelectionDAGInfo.h | 20 bool isTargetMemoryOpcode(unsigned Opcode) const override;
|
| H A D | PPCSelectionDAGInfo.cpp | 16 bool PPCSelectionDAGInfo::isTargetMemoryOpcode(unsigned Opcode) const { in isTargetMemoryOpcode() function in PPCSelectionDAGInfo
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGTargetInfo.h | 48 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 D | X86SelectionDAGInfo.h | 29 bool isTargetMemoryOpcode(unsigned Opcode) const override;
|
| H A D | X86SelectionDAGInfo.cpp | 30 bool X86SelectionDAGInfo::isTargetMemoryOpcode(unsigned Opcode) const { in isTargetMemoryOpcode() function in X86SelectionDAGInfo
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblySelectionDAGInfo.h | 26 bool isTargetMemoryOpcode(unsigned Opcode) const override;
|
| H A D | WebAssemblySelectionDAGInfo.cpp | 21 bool WebAssemblySelectionDAGInfo::isTargetMemoryOpcode(unsigned Opcode) const { in isTargetMemoryOpcode() function in WebAssemblySelectionDAGInfo
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMSelectionDAGInfo.h | 40 bool isTargetMemoryOpcode(unsigned Opcode) const override;
|
| H A D | ARMSelectionDAGInfo.cpp | 33 bool ARMSelectionDAGInfo::isTargetMemoryOpcode(unsigned Opcode) const { in isTargetMemoryOpcode() function in ARMSelectionDAGInfo
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZSelectionDAGInfo.h | 24 bool isTargetMemoryOpcode(unsigned Opcode) const override;
|
| H A D | SystemZSelectionDAGInfo.cpp | 20 bool SystemZSelectionDAGInfo::isTargetMemoryOpcode(unsigned Opcode) const { in isTargetMemoryOpcode() function in SystemZSelectionDAGInfo
|