Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp154 return getSubtargetImpl(std::string(getTargetCPU()), in getSubtargetImpl()
233 ->getSubtargetImpl(std::string(WasmTM->getTargetCPU()), in coalesceFeatures()
471 WasmTM->getSubtargetImpl(std::string(WasmTM->getTargetCPU()), in addISelPrepare()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp55 getTargetTriple().str(), getTargetCPU(), getTargetFeatureString())); in initAsmInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYAsmPrinter.cpp253 StringRef CPU = TM.getTargetCPU(); in emitAttributes()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h128 StringRef getTargetCPU() const { return TargetCPU; } in getTargetCPU() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachineC.cpp241 std::string StringRep = std::string(unwrap(T)->getTargetCPU()); in LLVMGetTargetMachineCPU()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp749 StringRef CPU = MIPS_MC::selectMipsCPU(TT, TM.getTargetCPU()); in emitStartOfAsmFile()
948 TM.getTargetTriple().str(), TM.getTargetCPU(), in EmitFPCallStub()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp781 .setCPU(TemplateTM->getTargetCPU().str()) in LLVMOrcJITTargetMachineBuilderCreateFromTargetMachine()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp599 return GPUAttr.isValid() ? GPUAttr.getValueAsString() : getTargetCPU(); in getGPUName()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp637 StringRef CPU = TM.getTargetCPU(); in emitAttributes()