Home
last modified time | relevance | path

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

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