Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp153 return getSubtargetImpl(std::string(getTargetCPU()), in getSubtargetImpl()
232 ->getSubtargetImpl(std::string(WasmTM->getTargetCPU()), in coalesceFeatures()
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DLlvmState.cpp98 TheTargetMachine->getTargetCPU(), in createTargetMachine()
H A DBenchmarkRunner.cpp160 InstrBenchmark.CpuName = std::string(State.getTargetMachine().getTargetCPU()); in getRunnableConfiguration()
H A DAssembler.cpp307 .setMCPU(TM->getTargetCPU()) in ExecutableFunction()
/openbsd-src/gnu/llvm/llvm/tools/llvm-opt-fuzzer/
H A Dllvm-opt-fuzzer.cpp133 codegen::setFunctionAttributes(TM->getTargetCPU(), in LLVMFuzzerTestOneInput()
/openbsd-src/gnu/llvm/llvm/lib/Target/
H A DTargetMachineC.cpp164 std::string StringRep = std::string(unwrap(T)->getTargetCPU()); in LLVMGetTargetMachineCPU()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp50 getTargetTriple().str(), getTargetCPU(), getTargetFeatureString())); in initAsmInfo()
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYAsmPrinter.cpp253 StringRef CPU = TM.getTargetCPU(); in emitAttributes()
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTargetMachine.h128 StringRef getTargetCPU() const { return TargetCPU; } in getTargetCPU() function
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp863 StringRef CPU = MIPS_MC::selectMipsCPU(TT, TM.getTargetCPU()); in emitStartOfAsmFile()
1063 TM.getTargetTriple().str(), TM.getTargetCPU(), in EmitFPCallStub()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp560 return GPUAttr.isValid() ? GPUAttr.getValueAsString() : getTargetCPU(); in getGPUName()
H A DAMDGPULibCalls.cpp1323 StringRef CPU = TM->getTargetCPU(); in fold_wavefrontsize()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp825 .setCPU(TemplateTM->getTargetCPU().str()) in LLVMOrcJITTargetMachineBuilderCreateFromTargetMachine()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp620 StringRef CPU = TM.getTargetCPU(); in emitAttributes()