OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:selectMipsCPU
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCTargetDesc.h
62
StringRef
selectMipsCPU
(const Triple &TT, StringRef CPU);
MipsMCTargetDesc.cpp
46
StringRef MIPS_MC::
selectMipsCPU
(const Triple &TT, StringRef CPU) {
70
CPU = MIPS_MC::
selectMipsCPU
(TT, CPU);
/external/llvm/lib/Target/Mips/
MipsSubtarget.cpp
145
std::string CPUName = MIPS_MC::
selectMipsCPU
(TM.getTargetTriple(), CPU);
MipsAsmPrinter.cpp
697
StringRef CPU = MIPS_MC::
selectMipsCPU
(TT, TM.getTargetCPU());
[
all
...]
Completed in 221 milliseconds