HomeSort by relevance Sort by last modified time
    Searched defs:getTargetLowering (Results 1 - 15 of 15) sorted by null

  /external/llvm/lib/Target/Alpha/
AlphaTargetMachine.h 50 virtual const AlphaTargetLowering* getTargetLowering() const {
  /external/llvm/lib/Target/MSP430/
MSP430TargetMachine.h 55 virtual const MSP430TargetLowering *getTargetLowering() const {
  /external/llvm/lib/Target/PTX/
PTXTargetMachine.h 49 virtual const PTXTargetLowering *getTargetLowering() const {
  /external/llvm/lib/Target/SystemZ/
SystemZTargetMachine.h 54 virtual const SystemZTargetLowering *getTargetLowering() const {
  /external/llvm/lib/Target/XCore/
XCoreTargetMachine.h 43 virtual const XCoreTargetLowering *getTargetLowering() const {
  /external/llvm/lib/Target/Blackfin/
BlackfinTargetMachine.h 51 virtual const BlackfinTargetLowering* getTargetLowering() const {
  /external/llvm/lib/Target/CellSPU/
SPUTargetMachine.h 62 virtual const SPUTargetLowering *getTargetLowering() const {
  /external/llvm/lib/Target/Mips/
MipsTargetMachine.h 54 virtual const MipsTargetLowering *getTargetLowering() const {
  /external/llvm/lib/Target/Sparc/
SparcTargetMachine.h 48 virtual const SparcTargetLowering* getTargetLowering() const {
  /external/llvm/lib/Target/ARM/
ARMTargetMachine.h 78 virtual const ARMTargetLowering *getTargetLowering() const {
118 virtual const ARMTargetLowering *getTargetLowering() const {
  /external/llvm/lib/Target/MBlaze/
MBlazeTargetMachine.h 65 virtual const MBlazeTargetLowering *getTargetLowering() const
  /external/llvm/lib/Target/PowerPC/
PPCTargetMachine.h 52 virtual const PPCTargetLowering *getTargetLowering() const {
  /external/llvm/lib/Target/X86/
X86TargetMachine.h 59 virtual const X86TargetLowering *getTargetLowering() const {
60 llvm_unreachable("getTargetLowering not implemented");
93 virtual const X86TargetLowering *getTargetLowering() const {
119 virtual const X86TargetLowering *getTargetLowering() const {
  /external/llvm/include/llvm/Target/
TargetMachine.h 134 virtual const TargetLowering *getTargetLowering() const { return 0; }
  /external/llvm/include/llvm/CodeGen/
SelectionDAGISel.h 59 const TargetLowering &getTargetLowering() { return TLI; }

Completed in 354 milliseconds