Home
last modified time | relevance | path

Searched refs:getTargetFeatures (Results 1 – 19 of 19) sorted by relevance

/llvm-project/flang/include/flang/Optimizer/Dialect/Support/
H A DFIRContext.h72 mlir::LLVM::TargetFeaturesAttr getTargetFeatures(mlir::ModuleOp mod);
/llvm-project/flang/unittests/Optimizer/
H A DFIRContextTest.cpp68 auto features = getTargetFeatures(mod); in TEST_F()
/llvm-project/flang/lib/Frontend/
H A DCompilerInstance.cpp329 std::string CompilerInstance::getTargetFeatures() { in setUpTargetMachine()
369 std::string featuresStr = getTargetFeatures();
282 std::string CompilerInstance::getTargetFeatures() { getTargetFeatures() function in CompilerInstance
H A DFrontendActions.cpp771 std::string featuresStr = ci.getTargetFeatures(); in getRISCVVScaleRange()
/llvm-project/clang/lib/Driver/ToolChains/
H A DFlang.cpp424 getTargetFeatures(D, Triple, Args, CmdArgs, /*ForAs*/ false); in addOffloadOptions()
430 getTargetFeatures(D, Triple, Args, CmdArgs, /*ForAs*/ false); in addOffloadOptions()
434 getTargetFeatures(D, Triple, Args, CmdArgs, /*ForAs*/ false); in addOffloadOptions()
438 getTargetFeatures(D, Triple, Args, CmdArgs, /*ForAs*/ false); in addOffloadOptions()
447 getTargetFeatures(D, Triple, Args, CmdArgs, /*ForAs*/ false); in addOffloadOptions()
H A DCommonArgs.h173 void getTargetFeatures(const Driver &D, const llvm::Triple &Triple,
H A DClang.cpp1703 getTargetFeatures(TC.getDriver(), EffectiveTriple, Args, CmdArgs, false); in RenderAArch64ABI()
6193 getTargetFeatures(D, *TC.getAuxTriple(), HostArgs, CmdArgs, in ConstructJob()
8715 getTargetFeatures(D, Triple, Args, CmdArgs, true); in ConstructJob()
9183 getTargetFeatures(TC->getDriver(), TC->getTriple(), TCArgs, Features,
H A DCommonArgs.cpp727 void tools::getTargetFeatures(const Driver &D, const llvm::Triple &Triple, in getTargetFeatures()
681 void tools::getTargetFeatures(const Driver &D, const llvm::Triple &Triple, getTargetFeatures() function in tools
/llvm-project/flang/lib/Optimizer/Dialect/Support/
H A DFIRContext.cpp109 mlir::LLVM::TargetFeaturesAttr fir::getTargetFeatures(mlir::ModuleOp mod) {
91 mlir::LLVM::TargetFeaturesAttr fir::getTargetFeatures(mlir::ModuleOp mod) { getTargetFeatures() function in fir
/llvm-project/flang/include/flang/Optimizer/CodeGen/
H A DTarget.h182 mlir::LLVM::TargetFeaturesAttr getTargetFeatures() const {
169 mlir::LLVM::TargetFeaturesAttr getTargetFeatures() const { getTargetFeatures() function
/llvm-project/flang/include/flang/Frontend/
H A DCompilerInstance.h277 std::string getTargetFeatures();
/llvm-project/flang/lib/Optimizer/CodeGen/
H A DTypeConverter.cpp38 getTargetCPU(module), getTargetFeatures(module), dl, in LLVMTypeConverter()
H A DTargetRewrite.cpp121 fir::getTargetCPU(mod), fir::getTargetFeatures(mod), *dl, in runOnOperation()
740 auto targetFeaturesAttr = specifics->getTargetFeatures(); in convertSignature()
/llvm-project/flang/lib/Lower/OpenMP/
H A DClauseProcessor.cpp575 static llvm::StringMap<bool> getTargetFeatures(mlir::ModuleOp module) { in addAlignedClause()
579 fir::getTargetFeatures(module)) { in addAlignedClause()
606 llvm::StringMap<bool> featuresMap = getTargetFeatures(builder.getModule()); in processAllocate()
540 static llvm::StringMap<bool> getTargetFeatures(mlir::ModuleOp module) { getTargetFeatures() function
/llvm-project/llvm/include/llvm/Object/
H A DWasm.h141 ArrayRef<wasm::WasmFeatureEntry> getTargetFeatures() const { in getTargetFeatures() function
/llvm-project/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp183 for (auto &E : Obj.getTargetFeatures()) { in dumpCustomSection()
/llvm-project/lld/wasm/
H A DWriter.cpp604 for (auto &feature : file->getWasmObj()->getTargetFeatures()) { in populateTargetFeatures()
664 for (const auto &feature : file->getWasmObj()->getTargetFeatures()) { in populateTargetFeatures()
/llvm-project/clang/tools/clang-linker-wrapper/
H A DClangLinkerWrapper.cpp597 std::vector<std::string> getTargetFeatures(ArrayRef<OffloadFile> InputFiles) { getTargetFeatures() function
/llvm-project/mlir/lib/Target/LLVMIR/
H A DModuleTranslation.cpp1414 if (auto targetFeatures = func.getTargetFeatures()) in convertFunctionMemoryAttributes()