Searched refs:getTargetNodeName (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.h69 const char *getTargetNodeName(unsigned Opcode) const override;
H A DARCISelLowering.cpp141 const char *ARCTargetLowering::getTargetNodeName(unsigned Opcode) const { function in class:ARCTargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.h47 const char *getTargetNodeName(unsigned Opcode) const override;
H A DVEISelLowering.cpp663 const char *VETargetLowering::getTargetNodeName(unsigned Opcode) const { function in class:VETargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.h43 const char *getTargetNodeName(unsigned Opcode) const override;
H A DBPFISelLowering.cpp565 const char *BPFTargetLowering::getTargetNodeName(unsigned Opcode) const { function in class:BPFTargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.h74 // getTargetNodeName - This method returns the name of a target specific
76 const char *getTargetNodeName(unsigned Opcode) const override;
H A DLanaiISelLowering.cpp1094 const char *LanaiTargetLowering::getTargetNodeName(unsigned Opcode) const { function in class:LanaiTargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.h84 const char *getTargetNodeName(unsigned Opcode) const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h89 /// getTargetNodeName - This method returns the name of a target specific
91 const char *getTargetNodeName(unsigned Opcode) const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h74 const char *getTargetNodeName(unsigned Opcode) const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.h60 const char *getTargetNodeName(unsigned Opcode) const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h115 /// getTargetNodeName - This method returns the name of a target specific
117 const char *getTargetNodeName(unsigned Opcode) const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h95 const char *getTargetNodeName(unsigned Opcode) const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h448 const char *getTargetNodeName(unsigned Opcode) const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h237 const char* getTargetNodeName(unsigned Opcode) const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h455 const char *getTargetNodeName(unsigned Opcode) const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp73 const char *Name = TLI.getTargetNodeName(getOpcode());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h346 const char *getTargetNodeName(unsigned Opcode) const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h157 const char *getTargetNodeName(unsigned Opcode) const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h332 /// getTargetNodeName - This method returns the name of a target specific
334 const char *getTargetNodeName(unsigned Opcode) const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h454 const char *getTargetNodeName(unsigned Opcode) const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h643 /// getTargetNodeName() - This method returns the name of a target specific
645 const char *getTargetNodeName(unsigned Opcode) const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h951 const char *getTargetNodeName(unsigned Opcode) const override;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4047 virtual const char *getTargetNodeName(unsigned Opcode) const;

Completed in 239 milliseconds

12