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

1 2

  /external/llvm/include/llvm/Target/
TargetMachine.h 88 std::string TargetCPU;
113 StringRef getTargetCPU() const { return TargetCPU; }
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetMachine.h 86 /// TargetTriple, TargetCPU, TargetFS - Triple string, CPU name, and target
89 std::string TargetCPU;
111 const StringRef getTargetCPU() const { return TargetCPU; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 77 std::string TargetCPU;
105 StringRef getTargetCPU() const { return TargetCPU; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Target/
TargetMachine.h 76 std::string TargetCPU;
104 StringRef getTargetCPU() const { return TargetCPU; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Target/
TargetMachine.h 76 std::string TargetCPU;
104 StringRef getTargetCPU() const { return TargetCPU; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Target/
TargetMachine.h 77 std::string TargetCPU;
105 StringRef getTargetCPU() const { return TargetCPU; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Target/
TargetMachine.h 77 std::string TargetCPU;
105 StringRef getTargetCPU() const { return TargetCPU; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Target/
TargetMachine.h 77 std::string TargetCPU;
105 StringRef getTargetCPU() const { return TargetCPU; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Target/
TargetMachine.h 77 std::string TargetCPU;
105 StringRef getTargetCPU() const { return TargetCPU; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 77 std::string TargetCPU;
105 StringRef getTargetCPU() const { return TargetCPU; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Target/
TargetMachine.h 76 std::string TargetCPU;
104 StringRef getTargetCPU() const { return TargetCPU; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Target/
TargetMachine.h 76 std::string TargetCPU;
104 StringRef getTargetCPU() const { return TargetCPU; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Target/
TargetMachine.h 77 std::string TargetCPU;
105 StringRef getTargetCPU() const { return TargetCPU; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Target/
TargetMachine.h 77 std::string TargetCPU;
105 StringRef getTargetCPU() const { return TargetCPU; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Target/
TargetMachine.h 77 std::string TargetCPU;
105 StringRef getTargetCPU() const { return TargetCPU; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Target/
TargetMachine.h 77 std::string TargetCPU;
105 StringRef getTargetCPU() const { return TargetCPU; }
  /external/llvm/lib/CodeGen/
LLVMTargetMachine.cpp 222 getTarget().createMCAsmBackend(MRI, getTargetTriple().str(), TargetCPU);
236 getTarget().createMCAsmBackend(MRI, getTargetTriple().str(), TargetCPU);
291 getTarget().createMCAsmBackend(MRI, getTargetTriple().str(), TargetCPU);
  /external/llvm/lib/Target/
TargetMachine.cpp 45 : TheTarget(T), DL(DataLayoutString), TargetTriple(TT), TargetCPU(CPU),
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyTargetMachine.cpp 82 : TargetCPU;
  /external/llvm/lib/Target/Mips/
MipsTargetMachine.cpp 142 : TargetCPU;
  /external/llvm/lib/Target/Sparc/
SparcTargetMachine.cpp 86 : TargetCPU;
  /external/llvm/lib/Target/X86/
X86TargetMachine.cpp 187 : (StringRef)TargetCPU;
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetMachine.cpp 194 : TheTarget(T), TargetTriple(TT), TargetCPU(CPU), TargetFS(FS),
  /external/llvm/lib/Target/Hexagon/
HexagonTargetMachine.cpp 167 : TargetCPU;
  /external/llvm/lib/Target/PowerPC/
PPCTargetMachine.cpp 256 : TargetCPU;

Completed in 1068 milliseconds

1 2