Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp157 return getSubtargetImpl(std::string(getTargetCPU()), in getSubtargetImpl()
235 ->getSubtargetImpl(std::string(WasmTM->getTargetCPU()), in coalesceFeatures()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachineC.cpp167 std::string StringRep = std::string(unwrap(T)->getTargetCPU()); in LLVMGetTargetMachineCPU()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp51 getTargetTriple().str(), getTargetCPU(), getTargetFeatureString())); in initAsmInfo()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h124 StringRef getTargetCPU() const { return TargetCPU; } in getTargetCPU() function
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp676 .setCPU(TemplateTM->getTargetCPU().str()) in LLVMOrcJITTargetMachineBuilderCreateFromTargetMachine()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp532 return GPUAttr.isValid() ? GPUAttr.getValueAsString() : getTargetCPU(); in getGPUName()
H A DAMDGPULibCalls.cpp1371 StringRef CPU = TM->getTargetCPU(); in fold_wavefrontsize()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp622 StringRef CPU = TM.getTargetCPU(); in emitAttributes()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp332 TM.getTargetTriple().str(), TM.getTargetCPU(), in doInitialization()