Home
last modified time | relevance | path

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

123

/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp169 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 DLLVMAttrs.cpp354 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 DJITTargetMachineBuilder.h118 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 DJITTargetMachineBuilderTest.cpp33 SubtargetFeatures &STF = JTMB.getFeatures(); in TEST()
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInfoStream.h43 PdbRaw_Features getFeatures() const;
/llvm-project/flang/unittests/Optimizer/
H A DFIRContextTest.cpp69 auto featuresList = features.getFeatures(); in TEST_F()
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCheckerImpl.h59 SubtargetFeatures getFeatures() const { return TF; } in getFeatures() function
H A DRuntimeDyldChecker.cpp300 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 DInfoStream.cpp117 PdbRaw_Features InfoStream::getFeatures() const { return Features; } in getFeatures() function in InfoStream
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp31 TMBuilder.getFeatures().AddFeature(Feature.first(), Feature.second); in detectHost()
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp111 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 DGOFFObjectFile.h60 Expected<SubtargetFeatures> getFeatures() const override { return SubtargetFeatures(); } in getFeatures() function
H A DWasm.h214 Expected<SubtargetFeatures> getFeatures() const override;
/llvm-project/llvm/include/llvm/TargetParser/
H A DSubtargetFeature.h189 const std::vector<std::string> &getFeatures() const { return Features; } in getFeatures() function
/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_loongarch.cpp447 auto Features = (*ELFObj)->getFeatures();
H A DELF_i386.cpp247 auto Features = (*ELFObj)->getFeatures(); in link_ELF_i386()
H A DELF_riscv.cpp529 const auto &Features = G.getFeatures().getFeatures(); in initRelaxAux()
950 auto Features = (*ELFObj)->getFeatures(); in createLinkGraphFromELFObject_riscv()
H A DCOFF_x86_64.cpp284 auto Features = (*COFFObj)->getFeatures(); in lowerEdges_COFF_x86_64()
H A DELF_x86_64.cpp348 auto Features = (*ELFObj)->getFeatures();
H A DELF_aarch32.cpp255 auto Features = (*ELFObj)->getFeatures(); in createLinkGraphFromELFObject_aarch32()
H A DELF_aarch64.cpp686 auto Features = (*ELFObj)->getFeatures();
H A DMachO_arm64.cpp590 auto Features = (*MachOObj)->getFeatures(); in link_MachO_arm64()
/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h292 const FeatureBitset& getFeatures() const { in getFeatures() function
/llvm-project/mlir/lib/ExecutionEngine/
H A DJitRunner.cpp349 tmBuilderOrError->addFeatures(features.getFeatures()); in JitRunnerMain()
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp

123