Searched defs:getSubtarget (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86AsmPrinter.h31 Subtarget = &TM.getSubtarget<X86Subtarget>();
38 const X86Subtarget &getSubtarget() const { return *Subtarget; } function in class:llvm::X86AsmPrinter
H A DX86ISelLowering.h746 const X86Subtarget* getSubtarget() const { function in class:llvm::final
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h50 const ARMSubtarget &getSubtarget() const { return Subtarget; } function in class:llvm::ARMBaseInstrInfo
H A DARMISelLowering.h346 const ARMSubtarget* getSubtarget() const { function in class:llvm::ARMTargetLowering
/external/llvm/include/llvm/Target/
H A DTargetMachine.h132 /// getSubtarget - This method returns a pointer to the specified type of
135 template<typename STC> const STC &getSubtarget() const { function in class:llvm::TargetMachine

Completed in 1153 milliseconds