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.cpp170 static FeatureBitset getFeatures(MCSubtargetInfo &STI, StringRef CPU, in getFeatures() function
217 for (const std::string &Feature : Features.getFeatures()) { in getFeatures()
233 getFeatures(*this, CPU, TuneCPU, FS, ProcNames, ProcDesc, ProcFeatures); in InitMCProcessorInfo()
245 getFeatures(*this, CPU, TuneCPU, FS, ProcNames, ProcDesc, ProcFeatures); in setDefaultFeatures()
321 return all_of(T.getFeatures(), [this](const std::string &F) { in checkFeatures()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.h119 SubtargetFeatures &getFeatures() { return Features; } in getFeatures() function
122 const SubtargetFeatures &getFeatures() const { return Features; } in getFeatures() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInfoStream.h44 LLVM_ABI PdbRaw_Features getFeatures() const;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp31 TMBuilder.getFeatures().AddFeature(Feature.first(), Feature.second); in detectHost()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DXCOFF_ppc64.cpp45 auto Features = (*Obj)->getFeatures(); in createLinkGraphFromXCOFFObject_ppc64()
H A DELF_riscv.cpp529 const auto &Features = G.getFeatures().getFeatures(); in initRelaxAux()
950 auto Features = (*ELFObj)->getFeatures(); in createLinkGraphFromELFObject_riscv()
H A DELF_x86.cpp253 auto Features = (*ELFObj)->getFeatures(); in createLinkGraphFromELFObject_x86()
H A DCOFF_x86_64.cpp283 auto Features = (*COFFObj)->getFeatures(); in createLinkGraphFromCOFFObject_x86_64()
H A DELF_x86_64.cpp348 auto Features = (*ELFObj)->getFeatures(); in createLinkGraphFromELFObject_x86_64()
H A DELF_aarch32.cpp256 auto Features = (*ELFObj)->getFeatures(); in createLinkGraphFromELFObject_aarch32()
H A DELF_loongarch.cpp447 auto Features = (*ELFObj)->getFeatures(); in createLinkGraphFromELFObject_loongarch()
H A DMachO_x86_64.cpp496 auto Features = (*MachOObj)->getFeatures(); in createLinkGraphFromMachOObject_x86_64()
H A DELF_ppc64.cpp480 auto Features = (*ELFObj)->getFeatures(); in createLinkGraphFromELFObject_ppc64()
H A DMachO_arm64.cpp592 auto Features = (*MachOObj)->getFeatures(); in createLinkGraphFromMachOObject_arm64()
H A DELF_aarch64.cpp686 auto Features = (*ELFObj)->getFeatures(); in createLinkGraphFromELFObject_aarch64()
/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/include/llvm/Object/
H A DGOFFObjectFile.h61 Expected<SubtargetFeatures> getFeatures() const override { return SubtargetFeatures(); } in getFeatures() function
H A DWasm.h215 Expected<SubtargetFeatures> getFeatures() const override;
H A DObjectFile.h343 virtual Expected<SubtargetFeatures> getFeatures() const = 0;
/freebsd/contrib/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()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DSubtargetFeature.h190 const std::vector<std::string> &getFeatures() const { return Features; } in getFeatures() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h275 const FeatureBitset& getFeatures() const { in getFeatures() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
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()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp657 return Features.getFeatures(); in getFeatureList()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp419 Expected<SubtargetFeatures> ELFObjectFileBase::getFeatures() const { in getFeatures() function in ELFObjectFileBase

12