Home
last modified time | relevance | path

Searched defs:CPUName (Results 1 – 21 of 21) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinSubtarget.cpp39 std::string CPUName = CPU; in BlackfinSubtarget() local
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaSubtarget.cpp26 std::string CPUName = CPU; in AlphaSubtarget() local
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430Subtarget.cpp28 std::string CPUName = "generic"; in MSP430Subtarget() local
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsSubtarget.cpp32 std::string CPUName = CPU; in MipsSubtarget() local
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DSparcSubtarget.cpp33 std::string CPUName = CPU; in SparcSubtarget() local
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZSubtarget.cpp30 std::string CPUName = CPU; in SystemZSubtarget() local
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeSubtarget.cpp34 std::string CPUName = CPU; in MBlazeSubtarget() local
/external/llvm/lib/Target/SystemZ/
DSystemZSubtarget.cpp27 std::string CPUName = CPU; in initializeSubtargetDependencies() local
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCSubtarget.cpp82 std::string CPUName = CPU; in PPCSubtarget() local
/external/llvm/lib/Target/Sparc/
DSparcSubtarget.cpp55 std::string CPUName = CPU; in initializeSubtargetDependencies() local
/external/llvm/lib/Target/Lanai/
DLanaiSubtarget.cpp27 std::string CPUName = CPU; in initSubtargetFeatures() local
/external/llvm/lib/Target/Mips/
DMipsSubtarget.cpp149 std::string CPUName = MIPS_MC::selectMipsCPU(TM.getTargetTriple(), CPU); in initializeSubtargetDependencies() local
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86Subtarget.cpp306 std::string CPUName = CPU; in X86Subtarget() local
/external/llvm/lib/Target/PowerPC/
DPPCSubtarget.cpp114 std::string CPUName = CPU; in initSubtargetFeatures() local
/external/llvm/lib/Target/X86/
DX86Subtarget.cpp172 std::string CPUName = CPU; in initSubtargetFeatures() local
/external/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiMCTargetDesc.cpp50 std::string CPUName = CPU; in createLanaiMCSubtargetInfo() local
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCTargetDesc.cpp133 std::string CPUName = CPU; in createX86MCSubtargetInfo() local
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
DX86MCTargetDesc.cpp266 std::string CPUName = CPU; in createX86MCSubtargetInfo() local
/external/clang/lib/Driver/
DTools.cpp725 llvm::StringRef CPUName, llvm::StringRef ArchName, in checkARMCPUName()
916 StringRef CPUName; in getARMTargetFeatures() local
1198 StringRef &CPUName, StringRef &ABIName) { in getMipsCPUAndABI()
1295 StringRef CPUName, ABIName; in getMipsABILibSuffix() local
1361 StringRef CPUName; in getMIPSTargetFeatures() local
1438 StringRef CPUName; in AddMIPSTargetArgs() local
1506 StringRef CPUName = A->getValue(); in getPPCTargetCPU() local
1920 StringRef CPUName; in getCPUName() local
2287 StringRef CPUName = A->getValue(); in AddLanaiTargetArgs() local
6417 StringRef CPUName; in AddMIPSTargetArgs() local
[all …]
DToolChains.cpp2355 StringRef CPUName; in findMIPSMultilibs() local
3993 StringRef CPUName; in getOSLibDir() local
/external/clang/lib/Basic/
DTargets.cpp61 static void defineCPUMacros(MacroBuilder &Builder, StringRef CPUName, in defineCPUMacros()