Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLLVMTargetMachine.cpp49 getTargetTriple().str(), getTargetCPU(), getTargetFeatureString())); in initAsmInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetMachineC.cpp167 std::string StringRep = unwrap(T)->getTargetCPU(); in LLVMGetTargetMachineCPU()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetMachine.h112 StringRef getTargetCPU() const { return TargetCPU; } in getTargetCPU() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyTargetMachine.cpp213 ->getSubtargetImpl(WasmTM->getTargetCPU(), in coalesceFeatures()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsAsmPrinter.cpp787 StringRef CPU = MIPS_MC::selectMipsCPU(TT, TM.getTargetCPU()); in EmitStartOfAsmFile()
987 TM.getTargetTriple().str(), TM.getTargetCPU(), in EmitFPCallStub()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetMachine.cpp375 getTargetCPU() : GPUAttr.getValueAsString(); in getGPUName()
DAMDGPULibCalls.cpp1386 StringRef CPU = TM->getTargetCPU(); in fold_wavefrontsize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp602 StringRef CPU = TM.getTargetCPU(); in emitAttributes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp304 TM.getTargetTriple().str(), TM.getTargetCPU(), in doInitialization()