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

12

/external/chromium_org/third_party/mesa/src/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/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/Hexagon/
H A DHexagonISelLowering.h102 virtual const char *getTargetNodeName(unsigned Opcode) const;
H A DHexagonISelLowering.cpp1465 HexagonTargetLowering::getTargetNodeName(unsigned Opcode) const { function in class:HexagonTargetLowering
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h81 /// getTargetNodeName - This method returns the name of a target specific
83 virtual const char *getTargetNodeName(unsigned Opcode) const;
H A DMSP430ISelLowering.cpp1030 const char *MSP430TargetLowering::getTargetNodeName(unsigned Opcode) const { function in class:MSP430TargetLowering
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h88 virtual const char *getTargetNodeName(unsigned Opcode) const;
/external/llvm/lib/Target/R600/
H A DAMDGPUISelLowering.h70 virtual const char* getTargetNodeName(unsigned Opcode) const;
H A DAMDGPUISelLowering.cpp486 const char* AMDGPUTargetLowering::getTargetNodeName(unsigned Opcode) const { function in class:AMDGPUTargetLowering
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h67 virtual const char *getTargetNodeName(unsigned Opcode) const;
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h147 const char *getTargetNodeName(unsigned Opcode) const;
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h138 virtual const char *getTargetNodeName(unsigned Opcode) const LLVM_OVERRIDE;
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h98 /// getTargetNodeName - This method returns the name of a target specific
100 virtual const char *getTargetNodeName(unsigned Opcode) const;
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.h193 /// getTargetNodeName - This method returns the name of a target specific
195 virtual const char *getTargetNodeName(unsigned Opcode) const;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp47 const char *Name = TLI.getTargetNodeName(getOpcode());
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.h265 virtual const char *getTargetNodeName(unsigned Opcode) const;
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h342 /// getTargetNodeName() - This method returns the name of a target specific
344 virtual const char *getTargetNodeName(unsigned Opcode) const;
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h591 /// getTargetNodeName - This method returns the name of a target specific
593 virtual const char *getTargetNodeName(unsigned Opcode) const;
/external/llvm/include/llvm/Target/
H A DTargetLowering.h2058 virtual const char *getTargetNodeName(unsigned Opcode) const;

Completed in 5030 milliseconds

12