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

1 2

  /external/llvm/lib/Target/Alpha/
AlphaTargetMachine.h 47 virtual const AlphaSubtarget *getSubtargetImpl() const{ return &Subtarget; }
  /external/llvm/lib/Target/Blackfin/
BlackfinTargetMachine.h 46 virtual const BlackfinSubtarget *getSubtargetImpl() const {
  /external/llvm/lib/Target/CellSPU/
SPUTargetMachine.h 46 virtual const SPUSubtarget *getSubtargetImpl() const {
SPUInstrInfo.cpp 58 RI(*TM.getSubtargetImpl(), *this)
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430TargetMachine.h 50 virtual const MSP430Subtarget *getSubtargetImpl() const { return &Subtarget; }
MSP430ISelDAGToDAG.cpp 100 Subtarget(*TM.getSubtargetImpl()) { }
  /external/llvm/lib/Target/SystemZ/
SystemZTargetMachine.h 49 virtual const SystemZSubtarget *getSubtargetImpl() const { return &Subtarget; }
SystemZISelDAGToDAG.cpp 95 Subtarget(*TM.getSubtargetImpl()) { }
SystemZISelLowering.cpp 44 Subtarget(*tm.getSubtargetImpl()), TM(tm) {
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreTargetMachine.h 43 virtual const XCoreSubtarget *getSubtargetImpl() const { return &Subtarget; }
XCoreISelDAGToDAG.cpp 47 Subtarget(*TM.getSubtargetImpl()) { }
  /external/llvm/lib/Target/X86/
X86TargetMachine.cpp 36 DataLayout(getSubtargetImpl()->isTargetDarwin() ?
39 (getSubtargetImpl()->isTargetCygMing() ||
40 getSubtargetImpl()->isTargetWindows()) ?
X86TargetMachine.h 54 virtual const X86Subtarget *getSubtargetImpl() const{ return &Subtarget; }
  /external/llvm/lib/Target/MBlaze/
MBlazeTargetMachine.h 57 virtual const MBlazeSubtarget *getSubtargetImpl() const
MBlazeInstrInfo.cpp 32 TM(tm), RI(*TM.getSubtargetImpl(), *this) {}
  /external/llvm/lib/Target/PTX/
PTXTargetMachine.h 59 virtual const PTXSubtarget *getSubtargetImpl() const { return &Subtarget; }
  /external/llvm/lib/Target/PowerPC/
PPCTargetMachine.h 63 virtual const PPCSubtarget *getSubtargetImpl() const { return &Subtarget; }
PPCInstrInfo.cpp 45 TM(tm), RI(*TM.getSubtargetImpl(), *this) {}
388 if ((EnablePPC32RS && !TM.getSubtargetImpl()->isPPC64()) ||
389 (EnablePPC64RS && TM.getSubtargetImpl()->isPPC64())) {
405 unsigned ScratchReg = TM.getSubtargetImpl()->isDarwinABI() ?
540 unsigned ScratchReg = TM.getSubtargetImpl()->isDarwinABI() ?
PPCJITInfo.cpp 387 } else if (TM.getSubtargetImpl()->isDarwinABI()){
  /external/llvm/lib/Target/Sparc/
SparcTargetMachine.h 44 virtual const SparcSubtarget *getSubtargetImpl() const{ return &Subtarget; }
  /external/llvm/include/llvm/Target/
TargetMachine.h 79 /// getSubtargetImpl - virtual method implemented by subclasses that returns
81 virtual const TargetSubtargetInfo *getSubtargetImpl() const { return 0; }
135 return *static_cast<const STC*>(getSubtargetImpl());
  /external/llvm/lib/Target/Mips/
MipsTargetMachine.h 49 virtual const MipsSubtarget *getSubtargetImpl() const
MipsInstrInfo.cpp 32 RI(*TM.getSubtargetImpl(), *this) {}
  /external/llvm/lib/Target/ARM/
ARMTargetMachine.h 47 virtual const ARMSubtarget *getSubtargetImpl() const { return &Subtarget; }

Completed in 993 milliseconds

1 2