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

  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 377 const ARMSubtarget* getSubtarget() const {
ARMBaseInstrInfo.h 114 const ARMSubtarget &getSubtarget() const { return Subtarget; }
  /external/llvm/lib/Target/X86/
X86AsmPrinter.h 98 const X86Subtarget &getSubtarget() const { return *Subtarget; }
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 188 /// getSubtarget - Return the subtarget for which this machine code is being
190 const TargetSubtargetInfo &getSubtarget() const { return *STI; }
193 /// getSubtarget - This method returns a pointer to the specified type of
196 template<typename STC> const STC &getSubtarget() const {
SelectionDAG.h 288 const TargetSubtargetInfo &getSubtarget() const { return MF->getSubtarget(); }
    [all...]
  /external/llvm/include/llvm/Target/
TargetMachine.h 135 template <typename STC> const STC &getSubtarget(const Function &F) const {

Completed in 751 milliseconds