Home
last modified time | relevance | path

Searched refs:getFeatures (Results 1 – 25 of 30) sorted by relevance

12

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCSubtargetInfo.cpp151 static FeatureBitset getFeatures(StringRef CPU, StringRef TuneCPU, StringRef FS, in getFeatures() function
196 for (const std::string &Feature : Features.getFeatures()) { in getFeatures()
211 FeatureBits = getFeatures(CPU, TuneCPU, FS, ProcDesc, ProcFeatures); in InitMCProcessorInfo()
222 FeatureBits = getFeatures(CPU, TuneCPU, FS, ProcDesc, ProcFeatures); in setDefaultFeatures()
301 for (std::string F : T.getFeatures()) { in checkFeatures()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.h120 SubtargetFeatures &getFeatures() { return Features; } in getFeatures() function
123 const SubtargetFeatures &getFeatures() const { return Features; } in getFeatures() function
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInfoStream.h43 PdbRaw_Features getFeatures() const;
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp36 TMBuilder.getFeatures().AddFeature(Feature.first(), Feature.second); in detectHost()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DInfoStream.cpp117 PdbRaw_Features InfoStream::getFeatures() const { return Features; } in getFeatures() function in InfoStream
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp116 if (!llvm::count_if(Features.getFeatures(), IsQFloatFS)) { in initializeSubtargetDependencies()
118 for (StringRef F : llvm::reverse(Features.getFeatures())) { in initializeSubtargetDependencies()
122 for (StringRef F : llvm::reverse(Features.getFeatures())) { in initializeSubtargetDependencies()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DSubtargetFeature.h196 const std::vector<std::string> &getFeatures() const { return Features; } in getFeatures() function
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h255 const FeatureBitset& getFeatures() const { in getFeatures() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DWasm.h206 Expected<SubtargetFeatures> getFeatures() const override;
H A DObjectFile.h339 virtual Expected<SubtargetFeatures> getFeatures() const = 0;
H A DXCOFFObjectFile.h622 Expected<SubtargetFeatures> getFeatures() const override;
H A DMachO.h517 Expected<SubtargetFeatures> getFeatures() const override { in getFeatures() function
H A DCOFF.h983 Expected<SubtargetFeatures> getFeatures() const override { in getFeatures() function
H A DELFObjectFile.h90 Expected<SubtargetFeatures> getFeatures() const override;
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DELFObjectFile.cpp342 Expected<SubtargetFeatures> ELFObjectFileBase::getFeatures() const { in getFeatures() function in ELFObjectFileBase
H A DXCOFFObjectFile.cpp715 Expected<SubtargetFeatures> XCOFFObjectFile::getFeatures() const { in getFeatures() function in llvm::object::XCOFFObjectFile
H A DWasmObjectFile.cpp1836 Expected<SubtargetFeatures> WasmObjectFile::getFeatures() const { in getFeatures() function in WasmObjectFile
/openbsd-src/gnu/llvm/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.cpp99 Expected<SubtargetFeatures> Features = Analysis.Object->getFeatures(); in Create()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCommandFlags.cpp622 return Features.getFeatures(); in getFeatureList()
/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp614 Expected<SubtargetFeatures> Features = Obj->getFeatures(); in setUpDisassembler()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp1158 Expected<SubtargetFeatures> Features = Obj.getFeatures(); in loadTargetInfo()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp84 Features = Opts->getFeatures(); in MipsAssemblerOptions()
104 const FeatureBitset &getFeatures() const { return Features; } in getFeatures() function in __anon0cff94e90111::MipsAssemblerOptions
7438 ComputeAvailableFeatures(AssemblerOptions.back()->getFeatures())); in parseSetPopDirective()
7439 STI.setFeatureBits(AssemblerOptions.back()->getFeatures()); in parseSetPopDirective()
7522 ComputeAvailableFeatures(AssemblerOptions.front()->getFeatures())); in parseSetMips0Directive()
7523 STI.setFeatureBits(AssemblerOptions.front()->getFeatures()); in parseSetMips0Directive()
7524 AssemblerOptions.back()->setFeatures(AssemblerOptions.front()->getFeatures()); in parseSetMips0Directive()
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp256 P.formatLine("Features: {0:x+}", static_cast<uint32_t>(PS.getFeatures())); in dumpFileSummary()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp642 for (const std::string &Feature : Features.getFeatures()) { in setTargetIDFromFeaturesString()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp10888 TVA->getFeatures(Feats); in CheckMultiVersionValue()
11218 OldTVA->getFeatures(Feats); in CheckTargetCausesMultiVersioning()
11221 NewTVA->getFeatures(NewFeats); in CheckTargetCausesMultiVersioning()
11294 NewTVA->getFeatures(NewFeats); in CheckMultiVersionAdditionalDecl()
11323 NewTVA->getFeatures(NewFeats); in CheckMultiVersionAdditionalDecl()
11364 CurTVA->getFeatures(CurFeats); in CheckMultiVersionAdditionalDecl()

12