/llvm-project/flang/include/flang/Optimizer/Dialect/Support/ |
H A D | FIRContext.h | 72 mlir::LLVM::TargetFeaturesAttr getTargetFeatures(mlir::ModuleOp mod);
|
/llvm-project/flang/unittests/Optimizer/ |
H A D | FIRContextTest.cpp | 68 auto features = getTargetFeatures(mod); in TEST_F()
|
/llvm-project/flang/lib/Frontend/ |
H A D | CompilerInstance.cpp | 329 std::string CompilerInstance::getTargetFeatures() { in setUpTargetMachine() 369 std::string featuresStr = getTargetFeatures(); 282 std::string CompilerInstance::getTargetFeatures() { getTargetFeatures() function in CompilerInstance
|
H A D | FrontendActions.cpp | 771 std::string featuresStr = ci.getTargetFeatures(); in getRISCVVScaleRange()
|
/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Flang.cpp | 424 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 D | CommonArgs.h | 173 void getTargetFeatures(const Driver &D, const llvm::Triple &Triple,
|
H A D | Clang.cpp | 1703 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 D | CommonArgs.cpp | 727 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 D | FIRContext.cpp | 109 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 D | Target.h | 182 mlir::LLVM::TargetFeaturesAttr getTargetFeatures() const { 169 mlir::LLVM::TargetFeaturesAttr getTargetFeatures() const { getTargetFeatures() function
|
/llvm-project/flang/include/flang/Frontend/ |
H A D | CompilerInstance.h | 277 std::string getTargetFeatures();
|
/llvm-project/flang/lib/Optimizer/CodeGen/ |
H A D | TypeConverter.cpp | 38 getTargetCPU(module), getTargetFeatures(module), dl, in LLVMTypeConverter()
|
H A D | TargetRewrite.cpp | 121 fir::getTargetCPU(mod), fir::getTargetFeatures(mod), *dl, in runOnOperation() 740 auto targetFeaturesAttr = specifics->getTargetFeatures(); in convertSignature()
|
/llvm-project/flang/lib/Lower/OpenMP/ |
H A D | ClauseProcessor.cpp | 575 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 D | Wasm.h | 141 ArrayRef<wasm::WasmFeatureEntry> getTargetFeatures() const { in getTargetFeatures() function
|
/llvm-project/llvm/tools/obj2yaml/ |
H A D | wasm2yaml.cpp | 183 for (auto &E : Obj.getTargetFeatures()) { in dumpCustomSection()
|
/llvm-project/lld/wasm/ |
H A D | Writer.cpp | 604 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 D | ClangLinkerWrapper.cpp | 597 std::vector<std::string> getTargetFeatures(ArrayRef<OffloadFile> InputFiles) { getTargetFeatures() function
|
/llvm-project/mlir/lib/Target/LLVMIR/ |
H A D | ModuleTranslation.cpp | 1414 if (auto targetFeatures = func.getTargetFeatures()) in convertFunctionMemoryAttributes()
|