Home
last modified time | relevance | path

Searched defs:targetCPU (Results 1 – 5 of 5) sorted by relevance

/llvm-project/flang/include/flang/Optimizer/CodeGen/
H A DTarget.h82 CodeGenSpecifics(mlir::MLIRContext * ctx,llvm::Triple && trp,KindMapping && kindMap,llvm::StringRef targetCPU,mlir::LLVM::TargetFeaturesAttr targetFeatures,const mlir::DataLayout & dl) CodeGenSpecifics() argument
182 llvm::StringRef targetCPU; global() variable
[all...]
/llvm-project/flang/unittests/Optimizer/
H A DFIRContextTest.cpp36 std::string targetCPU = "gfx90a"; member
/llvm-project/flang/tools/tco/
H A Dtco.cpp59 targetCPU("target-cpu", cl::desc("specify a target CPU"), cl::init("")); variable
/llvm-project/flang/lib/Optimizer/CodeGen/
H A DTarget.cpp1062 get(mlir::MLIRContext * ctx,llvm::Triple && trp,KindMapping && kindMap,llvm::StringRef targetCPU,mlir::LLVM::TargetFeaturesAttr targetFeatures,const mlir::DataLayout & dl) get() argument
[all...]
H A DTargetRewrite.cpp672 auto targetCPU = specifics->getTargetCPU(); convertTypes() local