Home
last modified time | relevance | path

Searched defs:targetFeatures (Results 1 – 6 of 6) sorted by relevance

/llvm-project/flang/include/flang/Optimizer/CodeGen/
H A DTarget.h183 return targetFeatures; variable
83 CodeGenSpecifics(mlir::MLIRContext * ctx,llvm::Triple && trp,KindMapping && kindMap,llvm::StringRef targetCPU,mlir::LLVM::TargetFeaturesAttr targetFeatures,const mlir::DataLayout & dl) CodeGenSpecifics() argument
[all...]
/llvm-project/flang/unittests/Optimizer/
H A DFIRContextTest.cpp37 std::string targetFeatures = "+gfx9-insts,+wavefrontsize64"; global() member
/llvm-project/flang/tools/tco/
H A Dtco.cpp62 targetFeatures("target-features", cl::desc("specify the target features"), global() variable
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMAttrs.cpp230 get(MLIRContext * context,StringRef targetFeatures) get() argument
/llvm-project/flang/lib/Optimizer/CodeGen/
H A DTarget.cpp1063 get(mlir::MLIRContext * ctx,llvm::Triple && trp,KindMapping && kindMap,llvm::StringRef targetCPU,mlir::LLVM::TargetFeaturesAttr targetFeatures,const mlir::DataLayout & dl) get() argument
[all...]
/llvm-project/mlir/lib/Target/LLVMIR/
H A DModuleTranslation.cpp1329 if (auto targetFeatures = func.getTargetFeatures()) convertOneFunction() local