Home
last modified time | relevance | path

Searched refs:getCPU (Results 1 – 8 of 8) 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/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/llvm/include/llvm/MC/
DMCSubtargetInfo.h66 StringRef getCPU() const { in getCPU() function
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.cpp148 HexagonCVIResource::SetupTUL(&TUL, STI.getCPU()); in HexagonShuffler()
/external/llvm/bindings/ocaml/target/
Dllvm_target.mli194 [llvm::TargetMachine::getCPU]. *)
/external/clang/lib/Basic/
DTargets.cpp7259 const std::string& getCPU() const { return CPU; } in getCPU() function in __anon45f003660111::MipsTargetInfo
7265 CPU = getCPU(); in initFeatureMap()
7298 const std::string ISARev = llvm::StringSwitch<std::string>(getCPU()) in getTargetDefines()
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp407 sti.getCPU(), Options)) { in MipsAsmParser()