| /llvm-project/llvm/lib/MC/ |
| H A D | MCSubtargetInfo.cpp | 169 static FeatureBitset getFeatures(MCSubtargetInfo &STI, StringRef CPU, in getFeatures() 216 for (const std::string &Feature : Features.getFeatures()) { in InitMCProcessorInfo() 232 getFeatures(*this, CPU, TuneCPU, FS, ProcNames, ProcDesc, ProcFeatures); in MCSubtargetInfo() 244 getFeatures(*this, CPU, TuneCPU, FS, ProcNames, ProcDesc, ProcFeatures); in ToggleFeature() 321 for (std::string F : T.getFeatures()) { in getSchedModelForCPU() 151 static FeatureBitset getFeatures(StringRef CPU, StringRef TuneCPU, StringRef FS, getFeatures() function
|
| /llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
| H A D | LLVMAttrs.cpp | 354 return llvm::is_contained(getFeatures(), feature); 360 return llvm::is_contained(getFeatures(), feature); 367 getFeatures(), ss, [&](auto &feature) { ss << feature.strref(); }, ",");
|
| /llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | JITTargetMachineBuilder.h | 118 SubtargetFeatures &getFeatures() { return Features; } in getFeatures() function 121 const SubtargetFeatures &getFeatures() const { return Features; } in getFeatures() function
|
| /llvm-project/llvm/unittests/ExecutionEngine/Orc/ |
| H A D | JITTargetMachineBuilderTest.cpp | 33 SubtargetFeatures &STF = JTMB.getFeatures(); in TEST()
|
| /llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | InfoStream.h | 43 PdbRaw_Features getFeatures() const;
|
| /llvm-project/flang/unittests/Optimizer/ |
| H A D | FIRContextTest.cpp | 69 auto featuresList = features.getFeatures(); in TEST_F()
|
| /llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldCheckerImpl.h | 59 SubtargetFeatures getFeatures() const { return TF; } in getFeatures() function
|
| H A D | RuntimeDyldChecker.cpp | 300 auto TI = getTargetInfo(TT, Checker.getCPU(), Checker.getFeatures()); in evalDecodeOperand() 739 auto TI = getTargetInfo(TT, Checker.getCPU(), Checker.getFeatures()); in decodeInst()
|
| /llvm-project/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/llvm/lib/ExecutionEngine/Orc/ |
| H A D | JITTargetMachineBuilder.cpp | 31 TMBuilder.getFeatures().AddFeature(Feature.first(), Feature.second); in detectHost()
|
| /llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonSubtarget.cpp | 111 if (!llvm::count_if(Features.getFeatures(), IsQFloatFS)) { in initializeSubtargetDependencies() 113 for (StringRef F : llvm::reverse(Features.getFeatures())) { in initializeSubtargetDependencies() 117 for (StringRef F : llvm::reverse(Features.getFeatures())) { in initializeSubtargetDependencies()
|
| /llvm-project/llvm/include/llvm/Object/ |
| H A D | GOFFObjectFile.h | 60 Expected<SubtargetFeatures> getFeatures() const override { return SubtargetFeatures(); } in getFeatures() function
|
| H A D | Wasm.h | 214 Expected<SubtargetFeatures> getFeatures() const override;
|
| /llvm-project/llvm/include/llvm/TargetParser/ |
| H A D | SubtargetFeature.h | 189 const std::vector<std::string> &getFeatures() const { return Features; } in getFeatures() function
|
| /llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | ELF_loongarch.cpp | 447 auto Features = (*ELFObj)->getFeatures();
|
| H A D | ELF_i386.cpp | 247 auto Features = (*ELFObj)->getFeatures(); in link_ELF_i386()
|
| H A D | ELF_riscv.cpp | 529 const auto &Features = G.getFeatures().getFeatures(); in initRelaxAux() 950 auto Features = (*ELFObj)->getFeatures(); in createLinkGraphFromELFObject_riscv()
|
| H A D | COFF_x86_64.cpp | 284 auto Features = (*COFFObj)->getFeatures(); in lowerEdges_COFF_x86_64()
|
| H A D | ELF_x86_64.cpp | 348 auto Features = (*ELFObj)->getFeatures();
|
| H A D | ELF_aarch32.cpp | 255 auto Features = (*ELFObj)->getFeatures(); in createLinkGraphFromELFObject_aarch32()
|
| H A D | ELF_aarch64.cpp | 686 auto Features = (*ELFObj)->getFeatures();
|
| H A D | MachO_arm64.cpp | 590 auto Features = (*MachOObj)->getFeatures(); in link_MachO_arm64()
|
| /llvm-project/llvm/include/llvm/MC/MCParser/ |
| H A D | MCTargetAsmParser.h | 292 const FeatureBitset& getFeatures() const { in getFeatures() function
|
| /llvm-project/mlir/lib/ExecutionEngine/ |
| H A D | JitRunner.cpp | 349 tmBuilderOrError->addFeatures(features.getFeatures()); in JitRunnerMain()
|
| /llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyTargetMachine.cpp | |