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

/external/llvm/lib/Target/PTX/
H A DPTXISelLowering.h40 virtual const char *getTargetNodeName(unsigned Opcode) const;
H A DPTXISelLowering.cpp127 const char *PTXTargetLowering::getTargetNodeName(unsigned Opcode) const { function in class:PTXTargetLowering
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h62 virtual const char *getTargetNodeName(unsigned Opcode) const;
H A DSparcISelLowering.cpp811 const char *SparcTargetLowering::getTargetNodeName(unsigned Opcode) const { function in class:SparcTargetLowering
/external/llvm/lib/Target/CellSPU/
H A DSPUISelLowering.h105 /// getTargetNodeName() - This method returns the name of a target specific
107 virtual const char *getTargetNodeName(unsigned Opcode) const;
H A DSPUISelLowering.cpp480 const char *SPUTargetLowering::getTargetNodeName(unsigned Opcode) const { function in class:SPUTargetLowering
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h85 virtual const char *getTargetNodeName(unsigned Opcode) const;
H A DHexagonISelLowering.cpp1305 HexagonTargetLowering::getTargetNodeName(unsigned Opcode) const { function in class:HexagonTargetLowering
/external/llvm/lib/Target/MBlaze/
H A DMBlazeISelLowering.h100 /// getTargetNodeName - This method returns the name of a target specific
102 virtual const char *getTargetNodeName(unsigned Opcode) const;
H A DMBlazeISelLowering.cpp43 const char *MBlazeTargetLowering::getTargetNodeName(unsigned Opcode) const { function in class:MBlazeTargetLowering
/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.cpp966 const char *MSP430TargetLowering::getTargetNodeName(unsigned Opcode) const { function in class:MSP430TargetLowering
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.h101 /// getTargetNodeName - This method returns the name of a target specific
103 virtual const char *getTargetNodeName(unsigned Opcode) const;
H A DMipsISelLowering.cpp56 const char *MipsTargetLowering::getTargetNodeName(unsigned Opcode) const { function in class:MipsTargetLowering
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h95 /// getTargetNodeName - This method returns the name of a target specific
97 virtual const char *getTargetNodeName(unsigned Opcode) const;
H A DXCoreISelLowering.cpp42 getTargetNodeName(unsigned Opcode) const function in class:XCoreTargetLowering
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.h257 virtual const char *getTargetNodeName(unsigned Opcode) const;
H A DARMISelLowering.cpp877 const char *ARMTargetLowering::getTargetNodeName(unsigned Opcode) const { function in class:ARMTargetLowering
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h244 /// getTargetNodeName() - This method returns the name of a target specific
246 virtual const char *getTargetNodeName(unsigned Opcode) const;
H A DPPCISelLowering.cpp462 const char *PPCTargetLowering::getTargetNodeName(unsigned Opcode) const { function in class:PPCTargetLowering
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp47 const char *Name = TLI.getTargetNodeName(getOpcode());
H A DTargetLowering.cpp913 const char *TargetLowering::getTargetNodeName(unsigned Opcode) const { function in class:TargetLowering
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h503 /// getTargetNodeName - This method returns the name of a target specific
505 virtual const char *getTargetNodeName(unsigned Opcode) const;
H A DX86ISelLowering.cpp11065 const char *X86TargetLowering::getTargetNodeName(unsigned Opcode) const { function in class:X86TargetLowering
/external/llvm/include/llvm/Target/
H A DTargetLowering.h1343 /// getTargetNodeName() - This method returns the name of a target specific
1345 virtual const char *getTargetNodeName(unsigned Opcode) const;

Completed in 323 milliseconds