Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCSubtargetInfo.cpp150 static FeatureBitset getFeatures(StringRef CPU, StringRef TuneCPU, StringRef FS, in getFeatures() function
195 for (const std::string &Feature : Features.getFeatures()) { in getFeatures()
210 FeatureBits = getFeatures(CPU, TuneCPU, FS, ProcDesc, ProcFeatures); in InitMCProcessorInfo()
221 FeatureBits = getFeatures(CPU, TuneCPU, FS, ProcDesc, ProcFeatures); in setDefaultFeatures()
300 for (std::string F : T.getFeatures()) { in checkFeatures()
/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/
H A DJITTargetMachineBuilderTest.cpp33 SubtargetFeatures &STF = JTMB.getFeatures(); in TEST()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInfoStream.h43 PdbRaw_Features getFeatures() const;
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp36 TMBuilder.getFeatures().AddFeature(Feature.first(), Feature.second); in detectHost()
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DInfoStream.cpp117 PdbRaw_Features InfoStream::getFeatures() const { return Features; } in getFeatures() function in InfoStream
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp119 if (!llvm::count_if(Features.getFeatures(), IsQFloatFS)) { in initializeSubtargetDependencies()
121 for (StringRef F : llvm::reverse(Features.getFeatures())) { in initializeSubtargetDependencies()
125 for (StringRef F : llvm::reverse(Features.getFeatures())) { in initializeSubtargetDependencies()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DSubtargetFeature.h196 const std::vector<std::string> &getFeatures() const { return Features; } in getFeatures() function
/llvm-project-15.0.7/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h254 const FeatureBitset& getFeatures() const { in getFeatures() function
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DWasm.h206 SubtargetFeatures getFeatures() const override;
H A DObjectFile.h337 virtual SubtargetFeatures getFeatures() const = 0;
H A DXCOFFObjectFile.h544 SubtargetFeatures getFeatures() const override;
H A DMachO.h491 SubtargetFeatures getFeatures() const override { return SubtargetFeatures(); } in getFeatures() function
H A DCOFF.h990 SubtargetFeatures getFeatures() const override { return SubtargetFeatures(); } in getFeatures() function
H A DELFObjectFile.h89 SubtargetFeatures getFeatures() const override;
/llvm-project-15.0.7/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.cpp99 Analysis.Features = Analysis.Object->getFeatures(); in Create()
/llvm-project-15.0.7/llvm/lib/Object/
H A DELFObjectFile.cpp344 SubtargetFeatures ELFObjectFileBase::getFeatures() const { in getFeatures() function in ELFObjectFileBase
H A DXCOFFObjectFile.cpp667 SubtargetFeatures XCOFFObjectFile::getFeatures() const { in getFeatures() function in llvm::object::XCOFFObjectFile
H A DWasmObjectFile.cpp1844 SubtargetFeatures WasmObjectFile::getFeatures() const { in getFeatures() function in WasmObjectFile
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCommandFlags.cpp620 return Features.getFeatures(); in getFeatureList()
/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp539 SubtargetFeatures Features = Obj->getFeatures(); in setUpDisassembler()
/llvm-project-15.0.7/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp83 Features = Opts->getFeatures(); in MipsAssemblerOptions()
103 const FeatureBitset &getFeatures() const { return Features; } in getFeatures() function in __anon03c4d4620111::MipsAssemblerOptions
7380 ComputeAvailableFeatures(AssemblerOptions.back()->getFeatures())); in parseSetPopDirective()
7381 STI.setFeatureBits(AssemblerOptions.back()->getFeatures()); in parseSetPopDirective()
7464 ComputeAvailableFeatures(AssemblerOptions.front()->getFeatures())); in parseSetMips0Directive()
7465 STI.setFeatureBits(AssemblerOptions.front()->getFeatures()); in parseSetMips0Directive()
7466 AssemblerOptions.back()->setFeatures(AssemblerOptions.front()->getFeatures()); in parseSetMips0Directive()
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp256 P.formatLine("Features: {0:x+}", static_cast<uint32_t>(PS.getFeatures())); in dumpFileSummary()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp471 for (const std::string &Feature : Features.getFeatures()) { in setTargetIDFromFeaturesString()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1830 SubtargetFeatures Features = Obj->getFeatures(); in disassembleObject()

12