| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCSubtargetInfo.cpp | 150 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 D | JITTargetMachineBuilder.h | 120 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 D | JITTargetMachineBuilderTest.cpp | 33 SubtargetFeatures &STF = JTMB.getFeatures(); in TEST()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | InfoStream.h | 43 PdbRaw_Features getFeatures() const;
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/ |
| H A D | JITTargetMachineBuilder.cpp | 36 TMBuilder.getFeatures().AddFeature(Feature.first(), Feature.second); in detectHost()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | InfoStream.cpp | 117 PdbRaw_Features InfoStream::getFeatures() const { return Features; } in getFeatures() function in InfoStream
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonSubtarget.cpp | 119 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 D | SubtargetFeature.h | 196 const std::vector<std::string> &getFeatures() const { return Features; } in getFeatures() function
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/MCParser/ |
| H A D | MCTargetAsmParser.h | 254 const FeatureBitset& getFeatures() const { in getFeatures() function
|
| /llvm-project-15.0.7/llvm/include/llvm/Object/ |
| H A D | Wasm.h | 206 SubtargetFeatures getFeatures() const override;
|
| H A D | ObjectFile.h | 337 virtual SubtargetFeatures getFeatures() const = 0;
|
| H A D | XCOFFObjectFile.h | 544 SubtargetFeatures getFeatures() const override;
|
| H A D | MachO.h | 491 SubtargetFeatures getFeatures() const override { return SubtargetFeatures(); } in getFeatures() function
|
| H A D | COFF.h | 990 SubtargetFeatures getFeatures() const override { return SubtargetFeatures(); } in getFeatures() function
|
| H A D | ELFObjectFile.h | 89 SubtargetFeatures getFeatures() const override;
|
| /llvm-project-15.0.7/llvm/tools/llvm-cfi-verify/lib/ |
| H A D | FileAnalysis.cpp | 99 Analysis.Features = Analysis.Object->getFeatures(); in Create()
|
| /llvm-project-15.0.7/llvm/lib/Object/ |
| H A D | ELFObjectFile.cpp | 344 SubtargetFeatures ELFObjectFileBase::getFeatures() const { in getFeatures() function in ELFObjectFileBase
|
| H A D | XCOFFObjectFile.cpp | 667 SubtargetFeatures XCOFFObjectFile::getFeatures() const { in getFeatures() function in llvm::object::XCOFFObjectFile
|
| H A D | WasmObjectFile.cpp | 1844 SubtargetFeatures WasmObjectFile::getFeatures() const { in getFeatures() function in WasmObjectFile
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | CommandFlags.cpp | 620 return Features.getFeatures(); in getFeatureList()
|
| /llvm-project-15.0.7/llvm/tools/llvm-profgen/ |
| H A D | ProfiledBinary.cpp | 539 SubtargetFeatures Features = Obj->getFeatures(); in setUpDisassembler()
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 83 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 D | DumpOutputStyle.cpp | 256 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 D | AMDGPUBaseInfo.cpp | 471 for (const std::string &Feature : Features.getFeatures()) { in setTargetIDFromFeaturesString()
|
| /llvm-project-15.0.7/llvm/tools/llvm-objdump/ |
| H A D | llvm-objdump.cpp | 1830 SubtargetFeatures Features = Obj->getFeatures(); in disassembleObject()
|