/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | InfoStream.h | 47 PdbRaw_Features getFeatures() const;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
H A D | JITTargetMachineBuilder.cpp | 35 TMBuilder.getFeatures().AddFeature(Feature.first(), Feature.second); in detectHost()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
H A D | InfoStream.cpp | 119 PdbRaw_Features InfoStream::getFeatures() const { return Features; } in getFeatures() function in InfoStream
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
H A D | SubtargetFeature.h | 196 const std::vector<std::string> &getFeatures() const { return Features; } in getFeatures() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/ |
H A D | MCTargetAsmParser.h | 249 const FeatureBitset& getFeatures() const { in getFeatures() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
H A D | ELFObjectFile.cpp | 346 SubtargetFeatures ELFObjectFileBase::getFeatures() const { in getFeatures() function in ELFObjectFileBase
|
H A D | XCOFFObjectFile.cpp | 444 SubtargetFeatures XCOFFObjectFile::getFeatures() const { in getFeatures() function in llvm::object::XCOFFObjectFile
|
H A D | WasmObjectFile.cpp | 1758 SubtargetFeatures WasmObjectFile::getFeatures() const { in getFeatures() function in WasmObjectFile
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
H A D | Wasm.h | 209 SubtargetFeatures getFeatures() const override;
|
H A D | XCOFFObjectFile.h | 318 SubtargetFeatures getFeatures() const override;
|
H A D | ObjectFile.h | 329 virtual SubtargetFeatures getFeatures() const = 0;
|
H A D | MachO.h | 367 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 | 87 SubtargetFeatures getFeatures() const override;
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cfi-verify/lib/ |
H A D | FileAnalysis.cpp | 99 Analysis.Features = Analysis.Object->getFeatures(); in Create()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/ |
H A D | ProfiledBinary.cpp | 325 SubtargetFeatures Features = Obj->getFeatures(); in setUpDisassembler()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | CommandFlags.cpp | 594 return Features.getFeatures(); in getFeatureList()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 82 Features = Opts->getFeatures(); in MipsAssemblerOptions() 102 const FeatureBitset &getFeatures() const { return Features; } in getFeatures() function in __anon5ed6d99d0111::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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUBaseInfo.cpp | 340 for (const std::string &Feature : Features.getFeatures()) { in setTargetIDFromFeaturesString()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
H A D | DumpOutputStyle.cpp | 256 P.formatLine("Features: {0:x+}", static_cast<uint32_t>(PS.getFeatures())); in dumpFileSummary()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.cpp | 1553 SubtargetFeatures Features = Obj->getFeatures(); in disassembleObject()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 12125 const FeatureBitset &MissingFeatures = I.getFeatures(); in FilterNearMisses()
|