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

  /external/llvm/lib/Target/X86/
X86AsmPrinter.h 31 Subtarget = &TM.getSubtarget<X86Subtarget>();
38 const X86Subtarget &getSubtarget() const { return *Subtarget; }
X86ISelLowering.h 746 const X86Subtarget* getSubtarget() const {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 50 const ARMSubtarget &getSubtarget() const { return Subtarget; }
ARMISelLowering.h 346 const ARMSubtarget* getSubtarget() const {
  /external/llvm/include/llvm/Target/
TargetMachine.h 132 /// getSubtarget - This method returns a pointer to the specified type of
135 template<typename STC> const STC &getSubtarget() const {

Completed in 87 milliseconds