Home
last modified time | relevance | path

Searched refs:getTargetCPU (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp150 return getSubtargetImpl(std::string(getTargetCPU()), in getSubtargetImpl()
228 ->getSubtargetImpl(std::string(WasmTM->getTargetCPU()), in coalesceFeatures()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DLlvmState.cpp58 TheTargetMachine->getTargetCPU(), in createTargetMachine()
H A DBenchmarkRunner.cpp141 InstrBenchmark.CpuName = std::string(State.getTargetMachine().getTargetCPU()); in runConfiguration()
H A DAssembler.cpp306 .setMCPU(TM->getTargetCPU()) in ExecutableFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-opt-fuzzer/
H A Dllvm-opt-fuzzer.cpp133 codegen::setFunctionAttributes(TM->getTargetCPU(), in LLVMFuzzerTestOneInput()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetMachineC.cpp167 std::string StringRep = std::string(unwrap(T)->getTargetCPU()); in LLVMGetTargetMachineCPU()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp51 getTargetTriple().str(), getTargetCPU(), getTargetFeatureString())); in initAsmInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetMachine.h124 StringRef getTargetCPU() const { return TargetCPU; } in getTargetCPU() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp787 StringRef CPU = MIPS_MC::selectMipsCPU(TT, TM.getTargetCPU()); in emitStartOfAsmFile()
987 TM.getTargetTriple().str(), TM.getTargetCPU(), in EmitFPCallStub()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp459 .setCPU(TemplateTM->getTargetCPU().str()) in LLVMOrcJITTargetMachineBuilderCreateFromTargetMachine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp401 return GPUAttr.isValid() ? GPUAttr.getValueAsString() : getTargetCPU(); in getGPUName()
H A DAMDGPULibCalls.cpp1370 StringRef CPU = TM->getTargetCPU(); in fold_wavefrontsize()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp622 StringRef CPU = TM.getTargetCPU(); in emitAttributes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp318 TM.getTargetTriple().str(), TM.getTargetCPU(), in doInitialization()