Home
last modified time | relevance | path

Searched refs:getCPU (Results 1 – 23 of 23) sorted by relevance

/external/llvm/lib/Target/AVR/
DAVRTargetMachine.cpp29 static StringRef getCPU(StringRef CPU) { in getCPU() function
48 getCPU(CPU), FS, Options, getEffectiveRelocModel(RM), CM, OL), in AVRTargetMachine()
49 SubTarget(TT, getCPU(CPU), FS, *this) { in AVRTargetMachine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRTargetMachine.cpp31 static StringRef getCPU(StringRef CPU) { in getCPU() function
55 : LLVMTargetMachine(T, AVRDataLayout, TT, getCPU(CPU), FS, Options, in AVRTargetMachine()
58 SubTarget(TT, getCPU(CPU), FS, *this) { in AVRTargetMachine()
/external/llvm/lib/MC/MCDisassembler/
DDisassembler.cpp159 if (DC->getCPU().empty()) in getItineraryLatency()
164 InstrItineraryData IID = STI->getInstrItineraryForCPU(DC->getCPU()); in getItineraryLatency()
DDisassembler.h121 StringRef getCPU() const { return CPU; } in getCPU() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCDisassembler/
DDisassembler.cpp169 if (DC->getCPU().empty()) in getItineraryLatency()
174 InstrItineraryData IID = STI->getInstrItineraryForCPU(DC->getCPU()); in getItineraryLatency()
DDisassembler.h121 StringRef getCPU() const { return CPU; } in getCPU() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMTargetStreamer.cpp121 if (STI.getCPU() == "xscale") in getArchForCPU()
164 const StringRef CPUString = STI.getCPU(); in emitTargetAttributes()
/external/llvm/include/llvm/MC/
DMCSubtargetInfo.h66 StringRef getCPU() const { in getCPU() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCSubtargetInfo.h69 StringRef getCPU() const { return CPU; } in getCPU() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCDuplexInfo.cpp637 if (STI.getCPU().equals_lower("hexagonv4") || in isOrderedDuplexPair()
638 STI.getCPU().equals_lower("hexagonv5") || in isOrderedDuplexPair()
639 STI.getCPU().equals_lower("hexagonv55") || in isOrderedDuplexPair()
640 STI.getCPU().equals_lower("hexagonv60")) { in isOrderedDuplexPair()
DHexagonMCTargetDesc.cpp413 auto F = ElfFlags.find(STI.getCPU()); in GetELFFlags()
DHexagonAsmBackend.cpp776 StringRef CPUString = Hexagon_MC::selectHexagonCPU(STI.getCPU()); in createHexagonAsmBackend()
DHexagonShuffler.cpp203 HexagonCVIResource::SetupTUL(&TUL, STI.getCPU()); in HexagonShuffler()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64SIMDInstrOpt.cpp223 std::string Subtarget = SchedModel.getSubtargetInfo()->getCPU(); in shouldReplaceInst()
292 std::string Subtarget = SchedModel.getSubtargetInfo()->getCPU(); in shouldExitEarly()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsAsmBackend.cpp584 return new MipsAsmBackend(T, MRI, STI.getTargetTriple(), STI.getCPU(), in createMipsAsmBackend()
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.cpp148 HexagonCVIResource::SetupTUL(&TUL, STI.getCPU()); in HexagonShuffler()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/target/
Dllvm_target.mli194 [llvm::TargetMachine::getCPU]. *)
/external/llvm/bindings/ocaml/target/
Dllvm_target.mli194 [llvm::TargetMachine::getCPU]. *)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUTargetStreamer.cpp345 EFlags |= getMACH(STI.getCPU()); in AMDGPUTargetELFStreamer()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MCTargetDesc.cpp318 if (STI.getCPU() == "btver2") { in isDependencyBreaking()
/external/clang/lib/Basic/
DTargets.cpp7259 const std::string& getCPU() const { return CPU; } in getCPU() function in __anond4862fe70111::MipsTargetInfo
7265 CPU = getCPU(); in initFeatureMap()
7298 const std::string ISARev = llvm::StringSwitch<std::string>(getCPU()) in getTargetDefines()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp485 sti.getCPU(), Options)) { in MipsAsmParser()
519 if (getSTI().getCPU() == "mips64r6" && inMicroMipsMode()) in MipsAsmParser()
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp407 sti.getCPU(), Options)) { in MipsAsmParser()