Home
last modified time | relevance | path

Searched refs:ApplyFeatureFlag (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSubtargetInfo.cpp58 static void ApplyFeatureFlag(FeatureBitset &Bits, StringRef Feature, in ApplyFeatureFlag() function
191 ApplyFeatureFlag(Bits, Feature, ProcFeatures); in getFeatures()
273 FeatureBitset MCSubtargetInfo::ApplyFeatureFlag(StringRef FS) { in ApplyFeatureFlag() function in MCSubtargetInfo
274 ::ApplyFeatureFlag(FeatureBits, FS, ProcFeatures); in ApplyFeatureFlag()
282 ::ApplyFeatureFlag(Set, F, ProcFeatures); in checkFeatures()
285 ::ApplyFeatureFlag(All, F, ProcFeatures); in checkFeatures()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSubtargetInfo.h142 FeatureBitset ApplyFeatureFlag(StringRef FS);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp10975 STI.ApplyFeatureFlag(Feature); in parseDirectiveFPU()