Searched defs:FeatureString (Results 1 – 9 of 9) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiSubtarget.cpp | 40 StringRef FeatureString, const TargetMachine &TM, in LanaiSubtarget()
|
H A D | LanaiTargetMachine.cpp | 59 const Target &T, const Triple &TT, StringRef Cpu, StringRef FeatureString, in LanaiTargetMachine() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | JITTargetMachineBuilder.h | 108 JITTargetMachineBuilder &setFeatures(StringRef FeatureString) { in setFeatures()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | AMDGPUTargetStreamer.h | 114 void initializeTargetID(const MCSubtargetInfo &STI, StringRef FeatureString) { in initializeTargetID() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSubtargetInfo.h | 93 std::string FeatureString; // Feature string variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonSubtarget.cpp | 146 std::string FeatureString = Features.getString(); initializeSubtargetDependencies() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 481 void setFeatureBits(uint64_t Feature, StringRef FeatureString) { in setFeatureBits() argument 490 void clearFeatureBits(uint64_t Feature, StringRef FeatureString) { in clearFeatureBits() argument 499 void setModuleFeatureBits(uint64_t Feature, StringRef FeatureString) { in setModuleFeatureBits() argument 504 void clearModuleFeatureBits(uint64_t Feature, StringRef FeatureString) { in clearModuleFeatureBits() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
H A D | RISCVAsmParser.cpp | 238 void setFeatureBits(uint64_t Feature, StringRef FeatureString) { in clearFeatureBits() argument 230 setFeatureBits(uint64_t Feature,StringRef FeatureString) setFeatureBits() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUBaseInfo.cpp | 773 getTargetIDSettingFromFeatureString(StringRef FeatureString) getTargetIDSettingFromFeatureString() argument 786 for (const auto &FeatureString : TargetIDSplit) { setTargetIDFromTargetIDStream() local
|