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 virtual const char *getTargetNodeName(unsigned Opcode) const;
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.h 81 /// getTargetNodeName - This method returns the name of a target specific
83 virtual const char *getTargetNodeName(unsigned Opcode) const;
MSP430ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.h 88 virtual const char *getTargetNodeName(unsigned Opcode) const;
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.h 70 virtual const char* getTargetNodeName(unsigned Opcode) const;
AMDGPUISelLowering.cpp 486 const char* AMDGPUTargetLowering::getTargetNodeName(unsigned Opcode) const {
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.h 67 virtual const char *getTargetNodeName(unsigned Opcode) const;
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 147 const char *getTargetNodeName(unsigned Opcode) const;
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 138 virtual const char *getTargetNodeName(unsigned Opcode) const LLVM_OVERRIDE;
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.h 98 /// getTargetNodeName - This method returns the name of a target specific
100 virtual const char *getTargetNodeName(unsigned Opcode) const;
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 265 virtual const char *getTargetNodeName(unsigned Opcode) const;
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 193 /// getTargetNodeName - This method returns the name of a target specific
195 virtual const char *getTargetNodeName(unsigned Opcode) const;
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 342 /// getTargetNodeName() - This method returns the name of a target specific
344 virtual const char *getTargetNodeName(unsigned Opcode) const;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 47 const char *Name = TLI.getTargetNodeName(getOpcode());
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 591 /// getTargetNodeName - This method returns the name of a target specific
593 virtual const char *getTargetNodeName(unsigned Opcode) const;
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]

Completed in 1570 milliseconds

1 2