Searched refs:checkFeatures (Results 1 – 9 of 9) sorted by relevance
32 bool checkFeatures; member
442 if (!config->checkFeatures) in populateTargetFeatures()481 if (!config->checkFeatures) in populateTargetFeatures()
364 config->checkFeatures = in readConfigs()
150 bool checkFeatures(StringRef FS) const;
153 bool checkFeatures(StringRef FS) const;
294 bool MCSubtargetInfo::checkFeatures(StringRef FS) const { in checkFeatures() function in MCSubtargetInfo
278 bool MCSubtargetInfo::checkFeatures(StringRef FS) const { in checkFeatures() function in MCSubtargetInfo
387 if (getMCSubtargetInfo()->checkFeatures("+wavefrontsize64")) in AMDGPUTargetMachine()389 else if (getMCSubtargetInfo()->checkFeatures("+wavefrontsize32")) in AMDGPUTargetMachine()
1655 PrimaryIsThumb = STI->checkFeatures("+thumb-mode"); in disassembleObject()2201 if (isArmElf(Obj) && !STI->checkFeatures("+mclass")) { in disassembleObject()2202 if (STI->checkFeatures("+thumb-mode")) in disassembleObject()