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

1 2 3

  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86AsmPrinter.h 39 Subtarget = &TM.getSubtarget<X86Subtarget>();
46 const X86Subtarget &getSubtarget() const { return *Subtarget; }
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 382 const ARMSubtarget* getSubtarget() const {
ARMBaseInstrInfo.h 112 const ARMSubtarget &getSubtarget() const { return Subtarget; }
  /external/llvm/lib/Target/X86/
X86AsmPrinter.h 131 const X86Subtarget &getSubtarget() const { return *Subtarget; }
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMBaseInstrInfo.h 47 const ARMSubtarget &getSubtarget() const { return Subtarget; }
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXISelDAGToDAG.cpp 59 const PTXSubtarget& getSubtarget() const;
352 const PTXSubtarget& PTXDAGToDAGISel::getSubtarget() const
354 return TM.getSubtarget<PTXSubtarget>();
  /external/llvm/include/llvm/Target/
TargetMachine.h 128 template <typename STC> const STC &getSubtarget(const Function &F) const {
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetMachine.h 130 /// getSubtarget - This method returns a pointer to the specified type of
133 template<typename STC> const STC &getSubtarget() const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 120 template <typename STC> const STC &getSubtarget(const Function &F) const {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Target/
TargetMachine.h 119 template <typename STC> const STC &getSubtarget(const Function &F) const {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Target/
TargetMachine.h 119 template <typename STC> const STC &getSubtarget(const Function &F) const {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Target/
TargetMachine.h 120 template <typename STC> const STC &getSubtarget(const Function &F) const {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Target/
TargetMachine.h 120 template <typename STC> const STC &getSubtarget(const Function &F) const {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Target/
TargetMachine.h 120 template <typename STC> const STC &getSubtarget(const Function &F) const {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Target/
TargetMachine.h 120 template <typename STC> const STC &getSubtarget(const Function &F) const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 120 template <typename STC> const STC &getSubtarget(const Function &F) const {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Target/
TargetMachine.h 119 template <typename STC> const STC &getSubtarget(const Function &F) const {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Target/
TargetMachine.h 119 template <typename STC> const STC &getSubtarget(const Function &F) const {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Target/
TargetMachine.h 120 template <typename STC> const STC &getSubtarget(const Function &F) const {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Target/
TargetMachine.h 120 template <typename STC> const STC &getSubtarget(const Function &F) const {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Target/
TargetMachine.h 120 template <typename STC> const STC &getSubtarget(const Function &F) const {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Target/
TargetMachine.h 120 template <typename STC> const STC &getSubtarget(const Function &F) const {
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 264 /// getSubtarget - Return the subtarget for which this machine code is being
266 const TargetSubtargetInfo &getSubtarget() const { return *STI; }
269 /// getSubtarget - This method returns a pointer to the specified type of
272 template<typename STC> const STC &getSubtarget() const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFunction.h 368 /// getSubtarget - Return the subtarget for which this machine code is being
370 const TargetSubtargetInfo &getSubtarget() const { return *STI; }
373 /// getSubtarget - This method returns a pointer to the specified type of
376 template<typename STC> const STC &getSubtarget() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MachineFunction.h 391 /// getSubtarget - Return the subtarget for which this machine code is being
393 const TargetSubtargetInfo &getSubtarget() const { return *STI; }
396 /// getSubtarget - This method returns a pointer to the specified type of
399 template<typename STC> const STC &getSubtarget() const {
    [all...]

Completed in 1720 milliseconds

1 2 3