/external/llvm/lib/Target/X86/ |
D | X86TargetMachine.cpp | 39 DL(getSubtargetImpl()->isTargetDarwin() ? in X86_32TargetMachine() 42 (getSubtargetImpl()->isTargetCygMing() || in X86_32TargetMachine() 43 getSubtargetImpl()->isTargetWindows()) ? in X86_32TargetMachine() 63 DL(getSubtargetImpl()->isTarget64BitILP32() ? in X86_64TargetMachine() 154 return *getX86TargetMachine().getSubtargetImpl(); in getX86Subtarget()
|
D | X86TargetMachine.h | 53 virtual const X86Subtarget *getSubtargetImpl() const{ return &Subtarget; } in getSubtargetImpl() function
|
/external/llvm/include/llvm/Target/ |
D | TargetMachine.h | 96 virtual const TargetSubtargetInfo *getSubtargetImpl() const { return 0; } in getSubtargetImpl() function 123 return *static_cast<const STC*>(getSubtargetImpl()); in getSubtarget()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64TargetMachine.h | 57 const AArch64Subtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function
|
D | AArch64TargetMachine.cpp | 55 return *getAArch64TargetMachine().getSubtargetImpl(); in getAArch64Subtarget()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreTargetMachine.h | 44 virtual const XCoreSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430TargetMachine.h | 51 virtual const MSP430Subtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonTargetMachine.h | 47 virtual const HexagonSubtarget *getSubtargetImpl() const { in getSubtargetImpl() function
|
D | HexagonCFGOptimizer.cpp | 43 QST(*TM.getSubtargetImpl()) {} in HexagonCFGOptimizer()
|
D | HexagonSplitTFRCondSets.cpp | 61 MachineFunctionPass(ID), QTM(TM), QST(*TM.getSubtargetImpl()) {} in HexagonSplitTFRCondSets()
|
D | HexagonExpandPredSpillCode.cpp | 53 MachineFunctionPass(ID), QTM(TM), QST(*TM.getSubtargetImpl()) {} in HexagonExpandPredSpillCode()
|
/external/llvm/lib/Target/R600/ |
D | AMDGPUTargetMachine.h | 54 virtual const AMDGPUSubtarget *getSubtargetImpl() const {return &Subtarget; } in getSubtargetImpl() function
|
/external/llvm/lib/Target/MBlaze/ |
D | MBlazeTargetMachine.h | 57 virtual const MBlazeSubtarget *getSubtargetImpl() const in getSubtargetImpl() function
|
/external/llvm/lib/Target/Mips/ |
D | MipsFrameLowering.cpp | 87 if (TM.getSubtargetImpl()->inMips16Mode()) in create()
|
D | MipsTargetMachine.h | 54 virtual const MipsSubtarget *getSubtargetImpl() const in getSubtargetImpl() function
|
D | MipsISelDAGToDAG.cpp | 150 if (TM.getSubtargetImpl()->inMips16Mode()) in createMipsISelDag()
|
D | MipsTargetMachine.cpp | 90 return *getMipsTargetMachine().getSubtargetImpl(); in getMipsSubtarget()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcTargetMachine.h | 45 virtual const SparcSubtarget *getSubtargetImpl() const{ return &Subtarget; } in getSubtargetImpl() function
|
/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/PowerPC/ |
D | PPCTargetMachine.h | 62 virtual const PPCSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function
|
D | PPCTargetTransformInfo.cpp | 50 : ImmutablePass(ID), TM(TM), ST(TM->getSubtargetImpl()), in PPCTTI()
|
D | PPCJITInfo.cpp | 390 } else if (TM.getSubtargetImpl()->isDarwinABI()){ in emitFunctionStub()
|
/external/llvm/lib/Target/ARM/ |
D | ARMTargetMachine.h | 48 virtual const ARMSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function
|
D | ARMTargetMachine.cpp | 134 return *getARMTargetMachine().getSubtargetImpl(); in getARMSubtarget()
|