Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp151 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()
/freebsd/contrib/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
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInfoStream.h43 PdbRaw_Features getFeatures() const;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCheckerImpl.h59 SubtargetFeatures getFeatures() const { return TF; } in getFeatures() function
H A DRuntimeDyldChecker.cpp303 auto TI = getTargetInfo(TT, Checker.getCPU(), Checker.getFeatures()); in evalDecodeOperand()
734 auto TI = getTargetInfo(TT, Checker.getCPU(), Checker.getFeatures()); in decodeInst()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInfoStream.cpp117 PdbRaw_Features InfoStream::getFeatures() const { return Features; } in getFeatures() function in InfoStream
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp33 TMBuilder.getFeatures().AddFeature(Feature.first(), Feature.second); in detectHost()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFFObjectFile.h57 Expected<SubtargetFeatures> getFeatures() const override { return SubtargetFeatures(); } in getFeatures() function
H A DWasm.h209 Expected<SubtargetFeatures> getFeatures() const override;
H A DObjectFile.h341 virtual Expected<SubtargetFeatures> getFeatures() const = 0;
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp116 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DSubtargetFeature.h189 const std::vector<std::string> &getFeatures() const { return Features; } in getFeatures() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_loongarch.cpp163 auto Features = (*ELFObj)->getFeatures(); in createLinkGraphFromELFObject_loongarch()
H A DELF_i386.cpp229 auto Features = (*ELFObj)->getFeatures(); in createLinkGraphFromELFObject_i386()
H A DELF_riscv.cpp527 const auto &Features = G.getFeatures().getFeatures(); in initRelaxAux()
944 auto Features = (*ELFObj)->getFeatures(); in createLinkGraphFromELFObject_riscv()
H A DCOFF_x86_64.cpp319 auto Features = (*COFFObj)->getFeatures(); in createLinkGraphFromCOFFObject_x86_64()
H A DELF_aarch32.cpp248 auto Features = (*ELFObj)->getFeatures(); in createLinkGraphFromELFObject_aarch32()
H A DELF_x86_64.cpp335 auto Features = (*ELFObj)->getFeatures(); in createLinkGraphFromELFObject_x86_64()
H A DELF_aarch64.cpp582 auto Features = (*ELFObj)->getFeatures(); in createLinkGraphFromELFObject_aarch64()
H A DMachO_arm64.cpp566 auto Features = (*MachOObj)->getFeatures(); in createLinkGraphFromMachOObject_arm64()
H A DMachO_x86_64.cpp491 auto Features = (*MachOObj)->getFeatures(); in createLinkGraphFromMachOObject_x86_64()
H A DELF_ppc64.cpp476 auto Features = (*ELFObj)->getFeatures(); in createLinkGraphFromELFObject_ppc64()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h292 const FeatureBitset& getFeatures() const { in getFeatures() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp648 return Features.getFeatures(); in getFeatureList()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp342 Expected<SubtargetFeatures> ELFObjectFileBase::getFeatures() const { in getFeatures() function in ELFObjectFileBase

12