| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCSubtargetInfo.cpp | 170 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 D | JITTargetMachineBuilder.h | 119 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 D | InfoStream.h | 44 LLVM_ABI PdbRaw_Features getFeatures() const;
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | JITTargetMachineBuilder.cpp | 31 TMBuilder.getFeatures().AddFeature(Feature.first(), Feature.second); in detectHost()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | XCOFF_ppc64.cpp | 45 auto Features = (*Obj)->getFeatures(); in createLinkGraphFromXCOFFObject_ppc64()
|
| 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 | ELF_x86.cpp | 253 auto Features = (*ELFObj)->getFeatures(); in createLinkGraphFromELFObject_x86()
|
| H A D | COFF_x86_64.cpp | 283 auto Features = (*COFFObj)->getFeatures(); in createLinkGraphFromCOFFObject_x86_64()
|
| H A D | ELF_x86_64.cpp | 348 auto Features = (*ELFObj)->getFeatures(); in createLinkGraphFromELFObject_x86_64()
|
| H A D | ELF_aarch32.cpp | 256 auto Features = (*ELFObj)->getFeatures(); in createLinkGraphFromELFObject_aarch32()
|
| H A D | ELF_loongarch.cpp | 447 auto Features = (*ELFObj)->getFeatures(); in createLinkGraphFromELFObject_loongarch()
|
| H A D | MachO_x86_64.cpp | 496 auto Features = (*MachOObj)->getFeatures(); in createLinkGraphFromMachOObject_x86_64()
|
| H A D | ELF_ppc64.cpp | 480 auto Features = (*ELFObj)->getFeatures(); in createLinkGraphFromELFObject_ppc64()
|
| H A D | MachO_arm64.cpp | 592 auto Features = (*MachOObj)->getFeatures(); in createLinkGraphFromMachOObject_arm64()
|
| H A D | ELF_aarch64.cpp | 686 auto Features = (*ELFObj)->getFeatures(); in createLinkGraphFromELFObject_aarch64()
|
| /freebsd/contrib/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
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | GOFFObjectFile.h | 61 Expected<SubtargetFeatures> getFeatures() const override { return SubtargetFeatures(); } in getFeatures() function
|
| H A D | Wasm.h | 215 Expected<SubtargetFeatures> getFeatures() const override;
|
| H A D | ObjectFile.h | 343 virtual Expected<SubtargetFeatures> getFeatures() const = 0;
|
| /freebsd/contrib/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()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
| H A D | SubtargetFeature.h | 190 const std::vector<std::string> &getFeatures() const { return Features; } in getFeatures() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/ |
| H A D | MCTargetAsmParser.h | 275 const FeatureBitset& getFeatures() const { in getFeatures() function
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| 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()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CommandFlags.cpp | 657 return Features.getFeatures(); in getFeatureList()
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ELFObjectFile.cpp | 419 Expected<SubtargetFeatures> ELFObjectFileBase::getFeatures() const { in getFeatures() function in ELFObjectFileBase
|