HomeSort by relevance Sort by last modified time
    Searched refs:getTargetCPU (Results 1 - 25 of 29) sorted by null

1 2

  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonGNUInfo.cpp 25 return llvm::StringSwitch<uint64_t>(m_Options.getTargetCPU())
  /frameworks/compile/mclinker/include/mcld/
TargetOptions.h 43 const std::string& getTargetCPU() const { return m_TargetCPU; }
  /external/llvm/include/llvm/Target/
TargetMachine.h 113 StringRef getTargetCPU() const { return TargetCPU; }
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetMachine.h 111 const StringRef getTargetCPU() const { return TargetCPU; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 105 StringRef getTargetCPU() const { return TargetCPU; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Target/
TargetMachine.h 104 StringRef getTargetCPU() const { return TargetCPU; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Target/
TargetMachine.h 104 StringRef getTargetCPU() const { return TargetCPU; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Target/
TargetMachine.h 105 StringRef getTargetCPU() const { return TargetCPU; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Target/
TargetMachine.h 105 StringRef getTargetCPU() const { return TargetCPU; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Target/
TargetMachine.h 105 StringRef getTargetCPU() const { return TargetCPU; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Target/
TargetMachine.h 105 StringRef getTargetCPU() const { return TargetCPU; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 105 StringRef getTargetCPU() const { return TargetCPU; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Target/
TargetMachine.h 104 StringRef getTargetCPU() const { return TargetCPU; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Target/
TargetMachine.h 104 StringRef getTargetCPU() const { return TargetCPU; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Target/
TargetMachine.h 105 StringRef getTargetCPU() const { return TargetCPU; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Target/
TargetMachine.h 105 StringRef getTargetCPU() const { return TargetCPU; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Target/
TargetMachine.h 105 StringRef getTargetCPU() const { return TargetCPU; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Target/
TargetMachine.h 105 StringRef getTargetCPU() const { return TargetCPU; }
  /external/llvm/lib/CodeGen/
LLVMTargetMachine.cpp 57 STI = TheTarget.createMCSubtargetInfo(getTargetTriple().str(), getTargetCPU(),
  /external/llvm/lib/Target/
TargetMachineC.cpp 159 std::string StringRep = unwrap(T)->getTargetCPU();
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
simple_orc_jit.cc 112 VLOG(1) << "CPU target: " << target_machine_->getTargetCPU().str()
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 122 TM.getTargetCPU(),
  /external/llvm/lib/Target/AMDGPU/
AMDGPUTargetMachine.cpp 161 getTargetCPU() : GPUAttr.getValueAsString();
AMDGPUAsmPrinter.cpp 103 TM.getTargetTriple().str(), TM.getTargetCPU(),
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 685 StringRef CPU = MIPS_MC::selectMipsCPU(TT, TM.getTargetCPU());
878 TM.getTargetTriple().str(), TM.getTargetCPU(),
    [all...]

Completed in 751 milliseconds

1 2