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

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.h36 const char *getTargetNodeName(unsigned Opcode) const override;
H A DVEISelLowering.cpp124 const char *VETargetLowering::getTargetNodeName(unsigned Opcode) const { function in class:VETargetLowering
/freebsd-11-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-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.h43 const char *getTargetNodeName(unsigned Opcode) const override;
H A DBPFISelLowering.cpp531 const char *BPFTargetLowering::getTargetNodeName(unsigned Opcode) const { function in class:BPFTargetLowering
/freebsd-11-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-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.h61 const char *getTargetNodeName(unsigned Opcode) const override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h116 /// getTargetNodeName - This method returns the name of a target specific
118 const char *getTargetNodeName(unsigned Opcode) const override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h85 /// getTargetNodeName - This method returns the name of a target specific
87 const char *getTargetNodeName(unsigned Opcode) const override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.h84 const char *getTargetNodeName(unsigned Opcode) const override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h74 const char *getTargetNodeName(unsigned Opcode) const override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h93 const char *getTargetNodeName(unsigned Opcode) const override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h448 const char *getTargetNodeName(unsigned Opcode) const override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h157 const char *getTargetNodeName(unsigned Opcode) const override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h230 const char* getTargetNodeName(unsigned Opcode) const override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h440 const char *getTargetNodeName(unsigned Opcode) const override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h347 const char *getTargetNodeName(unsigned Opcode) const override;
/freebsd-11-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-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h313 const char *getTargetNodeName(unsigned Opcode) const override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp73 const char *Name = TLI.getTargetNodeName(getOpcode());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h621 /// getTargetNodeName() - This method returns the name of a target specific
623 const char *getTargetNodeName(unsigned Opcode) const override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h849 const char *getTargetNodeName(unsigned Opcode) const override;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3832 virtual const char *getTargetNodeName(unsigned Opcode) const;

Completed in 179 milliseconds

12