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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.h40 const WebAssemblySubtarget &getSubtarget() const { return *Subtarget; } function in class:llvm::final
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h475 const ARMSubtarget* getSubtarget() const { function in class:llvm::ARMTargetLowering
H A DARMBaseInstrInfo.h121 const ARMSubtarget &getSubtarget() const { return Subtarget; } function in class:llvm::ARMBaseInstrInfo
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.h124 const X86Subtarget &getSubtarget() const { return *Subtarget; } function in class:llvm::X86AsmPrinter
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h148 template <typename STC> const STC &getSubtarget(const Function &F) const { function in class:llvm::TargetMachine
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h425 const TargetSubtargetInfo &getSubtarget() const { return MF->getSubtarget(); } function in class:llvm::SelectionDAG
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp768 const GCNSubtarget *SITargetLowering::getSubtarget() const { function in class:SITargetLowering
[all...]

Completed in 110 milliseconds