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

12

/external/mesa3d/src/gallium/drivers/radeon/
H A DSIISelLowering.h54 virtual const char* getTargetNodeName(unsigned Opcode) const;
H A DAMDGPUISelLowering.h59 virtual const char* getTargetNodeName(unsigned Opcode) const;
H A DSIISelLowering.cpp440 const char* SITargetLowering::getTargetNodeName(unsigned Opcode) const function in class:SITargetLowering
443 default: return AMDGPUTargetLowering::getTargetNodeName(Opcode);
H A DAMDGPUISelLowering.cpp330 const char* AMDGPUTargetLowering::getTargetNodeName(unsigned Opcode) const function in class:AMDGPUTargetLowering
/external/llvm/lib/Target/BPF/
H A DBPFISelLowering.h43 const char *getTargetNodeName(unsigned Opcode) const override;
H A DBPFISelLowering.cpp511 const char *BPFTargetLowering::getTargetNodeName(unsigned Opcode) const { function in class:BPFTargetLowering
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h80 /// getTargetNodeName - This method returns the name of a target specific
82 const char *getTargetNodeName(unsigned Opcode) const override;
H A DMSP430ISelLowering.cpp1141 const char *MSP430TargetLowering::getTargetNodeName(unsigned Opcode) const { function in class:MSP430TargetLowering
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h145 const char *getTargetNodeName(unsigned Opcode) const override;
H A DHexagonISelLowering.cpp1792 HexagonTargetLowering::getTargetNodeName(unsigned Opcode) const { function in class:HexagonTargetLowering
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h73 const char *getTargetNodeName(unsigned Opcode) const override;
/external/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;
H A DXCoreISelLowering.cpp45 getTargetNodeName(unsigned Opcode) const function in class:XCoreTargetLowering
/external/llvm/lib/Target/R600/
H A DAMDGPUISelLowering.h172 const char* getTargetNodeName(unsigned Opcode) const override;
H A DAMDGPUISelLowering.cpp2604 const char* AMDGPUTargetLowering::getTargetNodeName(unsigned Opcode) const { function in class:AMDGPUTargetLowering
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h236 const char *getTargetNodeName(unsigned Opcode) const override;
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h447 const char *getTargetNodeName(unsigned Opcode) const override;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp47 const char *Name = TLI.getTargetNodeName(getOpcode());
H A DTargetLowering.cpp42 const char *TargetLowering::getTargetNodeName(unsigned Opcode) const { function in class:TargetLowering
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h254 const char *getTargetNodeName(unsigned Opcode) const override;
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.h243 const char *getTargetNodeName(unsigned Opcode) const override;
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.h245 /// getTargetNodeName - This method returns the name of a target specific
247 const char *getTargetNodeName(unsigned Opcode) const override;
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h402 /// getTargetNodeName() - This method returns the name of a target specific
404 const char *getTargetNodeName(unsigned Opcode) const override;
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h650 const char *getTargetNodeName(unsigned Opcode) const override;
/external/llvm/include/llvm/Target/
H A DTargetLowering.h2518 virtual const char *getTargetNodeName(unsigned Opcode) const;

Completed in 552 milliseconds

12