Home
last modified time | relevance | path

Searched defs:getTargetFeatures (Results 1 – 7 of 7) sorted by relevance

/llvm-project/flang/include/flang/Optimizer/CodeGen/
H A DTarget.h169 mlir::LLVM::TargetFeaturesAttr getTargetFeatures() const { getTargetFeatures() function
/llvm-project/flang/lib/Optimizer/Dialect/Support/
H A DFIRContext.cpp91 mlir::LLVM::TargetFeaturesAttr fir::getTargetFeatures(mlir::ModuleOp mod) { getTargetFeatures() function in fir
/llvm-project/flang/lib/Frontend/
H A DCompilerInstance.cpp282 std::string CompilerInstance::getTargetFeatures() { getTargetFeatures() function in CompilerInstance
/llvm-project/llvm/include/llvm/Object/
H A DWasm.h141 ArrayRef<wasm::WasmFeatureEntry> getTargetFeatures() const { in getTargetFeatures() function
/llvm-project/flang/lib/Lower/OpenMP/
H A DClauseProcessor.cpp540 static llvm::StringMap<bool> getTargetFeatures(mlir::ModuleOp module) { getTargetFeatures() function
/llvm-project/clang/tools/clang-linker-wrapper/
H A DClangLinkerWrapper.cpp597 std::vector<std::string> getTargetFeatures(ArrayRef<OffloadFile> InputFiles) { getTargetFeatures() function
/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp681 void tools::getTargetFeatures(const Driver &D, const llvm::Triple &Triple, getTargetFeatures() function in tools