/external/llvm/lib/Target/X86/ |
D | X86TargetMachine.cpp | 39 DataLayout(getSubtargetImpl()->isTargetDarwin() ? in X86_32TargetMachine() 42 (getSubtargetImpl()->isTargetCygMing() || in X86_32TargetMachine() 43 getSubtargetImpl()->isTargetWindows()) ? in X86_32TargetMachine() 132 return *getX86TargetMachine().getSubtargetImpl(); in getX86Subtarget()
|
D | X86TargetMachine.h | 55 virtual const X86Subtarget *getSubtargetImpl() const{ return &Subtarget; } in getSubtargetImpl() function
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.cpp | 49 TM(tm), RI(*TM.getSubtargetImpl(), *this) {} in PPCInstrInfo() 217 bool isPPC64 = TM.getSubtargetImpl()->isPPC64(); in AnalyzeBranch() 385 bool isPPC64 = TM.getSubtargetImpl()->isPPC64(); in InsertBranch() 492 if ((!DisablePPC32RS && !TM.getSubtargetImpl()->isPPC64()) || in StoreRegToStackSlot() 493 (!DisablePPC64RS && TM.getSubtargetImpl()->isPPC64())) { in StoreRegToStackSlot() 506 bool is64Bit = TM.getSubtargetImpl()->isPPC64(); in StoreRegToStackSlot() 509 unsigned ScratchReg = TM.getSubtargetImpl()->isDarwinABI() ? in StoreRegToStackSlot() 642 if ((!DisablePPC32RS && !TM.getSubtargetImpl()->isPPC64()) || in LoadRegFromStackSlot() 643 (!DisablePPC64RS && TM.getSubtargetImpl()->isPPC64())) { in LoadRegFromStackSlot() 654 unsigned ScratchReg = TM.getSubtargetImpl()->isDarwinABI() ? in LoadRegFromStackSlot() [all …]
|
D | PPCTargetMachine.h | 62 virtual const PPCSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function
|
D | PPCJITInfo.cpp | 389 } else if (TM.getSubtargetImpl()->isDarwinABI()){ in emitFunctionStub()
|
/external/llvm/include/llvm/Target/ |
D | TargetMachine.h | 63 virtual const TargetSubtargetInfo *getSubtargetImpl() const { return 0; } in getSubtargetImpl() function 119 return *static_cast<const STC*>(getSubtargetImpl()); in getSubtarget()
|
/external/llvm/lib/Target/Mips/ |
D | MipsFrameLowering.cpp | 87 if (TM.getSubtargetImpl()->inMips16Mode()) in create()
|
D | Mips16InstrInfo.cpp | 29 RI(*tm.getSubtargetImpl()) {} in Mips16InstrInfo()
|
D | MipsTargetMachine.h | 55 virtual const MipsSubtarget *getSubtargetImpl() const in getSubtargetImpl() function
|
D | MipsTargetMachine.cpp | 89 return *getMipsTargetMachine().getSubtargetImpl(); in getMipsSubtarget()
|
D | MipsInstrInfo.cpp | 35 if (TM.getSubtargetImpl()->inMips16Mode()) in create()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430TargetMachine.h | 51 virtual const MSP430Subtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function
|
/external/llvm/lib/Target/XCore/ |
D | XCoreTargetMachine.h | 44 virtual const XCoreSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function
|
/external/llvm/lib/Target/CellSPU/ |
D | SPUTargetMachine.h | 44 virtual const SPUSubtarget *getSubtargetImpl() const { in getSubtargetImpl() function
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonTargetMachine.h | 47 virtual const HexagonSubtarget *getSubtargetImpl() const { in getSubtargetImpl() function
|
D | HexagonCFGOptimizer.cpp | 42 QST(*TM.getSubtargetImpl()) {} in HexagonCFGOptimizer()
|
D | HexagonSplitTFRCondSets.cpp | 60 MachineFunctionPass(ID), QTM(TM), QST(*TM.getSubtargetImpl()) {} in HexagonSplitTFRCondSets()
|
D | HexagonExpandPredSpillCode.cpp | 52 MachineFunctionPass(ID), QTM(TM), QST(*TM.getSubtargetImpl()) {} in HexagonExpandPredSpillCode()
|
/external/llvm/lib/Target/MBlaze/ |
D | MBlazeTargetMachine.h | 59 virtual const MBlazeSubtarget *getSubtargetImpl() const in getSubtargetImpl() function
|
D | MBlazeInstrInfo.cpp | 32 TM(tm), RI(*TM.getSubtargetImpl(), *this) {} in MBlazeInstrInfo()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXFrameLowering.cpp | 41 if (tm.getSubtargetImpl()->hasGenericLdSt()) { in emitPrologue()
|
D | NVPTXTargetMachine.h | 62 virtual const NVPTXSubtarget *getSubtargetImpl() const { return &Subtarget;} in getSubtargetImpl() function
|
/external/llvm/lib/Target/Sparc/ |
D | SparcTargetMachine.h | 45 virtual const SparcSubtarget *getSubtargetImpl() const{ return &Subtarget; } in getSubtargetImpl() function
|
/external/llvm/lib/Target/ARM/ |
D | ARMTargetMachine.h | 49 virtual const ARMSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function
|
D | ARMTargetMachine.cpp | 122 return *getARMTargetMachine().getSubtargetImpl(); in getARMSubtarget()
|