| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCSubtargetInfo.cpp | 151 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 D | JITTargetMachineBuilder.h | 120 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 D | InfoStream.h | 43 PdbRaw_Features getFeatures() const;
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| H A D | JITTargetMachineBuilder.cpp | 36 TMBuilder.getFeatures().AddFeature(Feature.first(), Feature.second); in detectHost()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | InfoStream.cpp | 117 PdbRaw_Features InfoStream::getFeatures() const { return Features; } in getFeatures() function in InfoStream
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonSubtarget.cpp | 116 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 D | SubtargetFeature.h | 196 const std::vector<std::string> &getFeatures() const { return Features; } in getFeatures() function
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/MCParser/ |
| H A D | MCTargetAsmParser.h | 255 const FeatureBitset& getFeatures() const { in getFeatures() function
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Object/ |
| H A D | Wasm.h | 206 Expected<SubtargetFeatures> getFeatures() const override;
|
| H A D | ObjectFile.h | 339 virtual Expected<SubtargetFeatures> getFeatures() const = 0;
|
| H A D | XCOFFObjectFile.h | 622 Expected<SubtargetFeatures> getFeatures() const override;
|
| H A D | MachO.h | 517 Expected<SubtargetFeatures> getFeatures() const override { in getFeatures() function
|
| H A D | COFF.h | 983 Expected<SubtargetFeatures> getFeatures() const override { in getFeatures() function
|
| H A D | ELFObjectFile.h | 90 Expected<SubtargetFeatures> getFeatures() const override;
|
| /openbsd-src/gnu/llvm/llvm/lib/Object/ |
| H A D | ELFObjectFile.cpp | 342 Expected<SubtargetFeatures> ELFObjectFileBase::getFeatures() const { in getFeatures() function in ELFObjectFileBase
|
| H A D | XCOFFObjectFile.cpp | 715 Expected<SubtargetFeatures> XCOFFObjectFile::getFeatures() const { in getFeatures() function in llvm::object::XCOFFObjectFile
|
| H A D | WasmObjectFile.cpp | 1836 Expected<SubtargetFeatures> WasmObjectFile::getFeatures() const { in getFeatures() function in WasmObjectFile
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-cfi-verify/lib/ |
| H A D | FileAnalysis.cpp | 99 Expected<SubtargetFeatures> Features = Analysis.Object->getFeatures(); in Create()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | CommandFlags.cpp | 622 return Features.getFeatures(); in getFeatureList()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/ |
| H A D | ProfiledBinary.cpp | 614 Expected<SubtargetFeatures> Features = Obj->getFeatures(); in setUpDisassembler()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVELFReader.cpp | 1158 Expected<SubtargetFeatures> Features = Obj.getFeatures(); in loadTargetInfo()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 84 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 D | DumpOutputStyle.cpp | 256 P.formatLine("Features: {0:x+}", static_cast<uint32_t>(PS.getFeatures())); in dumpFileSummary()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUBaseInfo.cpp | 642 for (const std::string &Feature : Features.getFeatures()) { in setTargetIDFromFeaturesString()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 10888 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()
|