HomeSort by relevance Sort by last modified time
    Searched refs:getTargetNodeName (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
SIISelLowering.h 54 virtual const char* getTargetNodeName(unsigned Opcode) const;
AMDGPUISelLowering.h 59 virtual const char* getTargetNodeName(unsigned Opcode) const;
SIISelLowering.cpp 440 const char* SITargetLowering::getTargetNodeName(unsigned Opcode) const
443 default: return AMDGPUTargetLowering::getTargetNodeName(Opcode);
AMDGPUISelLowering.cpp 330 const char* AMDGPUTargetLowering::getTargetNodeName(unsigned Opcode) const
  /external/mesa3d/src/gallium/drivers/radeon/
SIISelLowering.h 54 virtual const char* getTargetNodeName(unsigned Opcode) const;
AMDGPUISelLowering.h 59 virtual const char* getTargetNodeName(unsigned Opcode) const;
SIISelLowering.cpp 440 const char* SITargetLowering::getTargetNodeName(unsigned Opcode) const
443 default: return AMDGPUTargetLowering::getTargetNodeName(Opcode);
AMDGPUISelLowering.cpp 330 const char* AMDGPUTargetLowering::getTargetNodeName(unsigned Opcode) const
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.h 102 const char *getTargetNodeName(unsigned Opcode) const override;
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.h 78 /// getTargetNodeName - This method returns the name of a target specific
80 const char *getTargetNodeName(unsigned Opcode) const override;
MSP430ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.h 188 const char *getTargetNodeName(unsigned Opcode) const override;
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.h 142 const char* getTargetNodeName(unsigned Opcode) const override;
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.h 73 const char *getTargetNodeName(unsigned Opcode) const override;
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 215 const char *getTargetNodeName(unsigned Opcode) const override;
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.h 115 /// getTargetNodeName - This method returns the name of a target specific
117 const char *getTargetNodeName(unsigned Opcode) const override;
XCoreISelLowering.cpp 45 getTargetNodeName(unsigned Opcode) const
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 230 const char *getTargetNodeName(unsigned Opcode) const override;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 46 const char *Name = TLI.getTargetNodeName(getOpcode());
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 247 const char *getTargetNodeName(unsigned Opcode) const override;
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 241 /// getTargetNodeName - This method returns the name of a target specific
243 const char *getTargetNodeName(unsigned Opcode) const override;
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 349 /// getTargetNodeName() - This method returns the name of a target specific
351 const char *getTargetNodeName(unsigned Opcode) const override;
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 604 /// getTargetNodeName - This method returns the name of a target specific
606 const char *getTargetNodeName(unsigned Opcode) const override;
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]

Completed in 825 milliseconds

1 2