Searched defs:MissingFeatures (Results 1 – 10 of 10) sorted by relevance
26 struct MissingFeatures { struct28 static bool addressSpace() { return false; } in addressSpace()31 static bool cgfSymbolTable() { return false; } in cgfSymbolTable()34 static bool opGlobalThreadLocal() { return false; } in opGlobalThreadLocal()35 static bool opGlobalConstant() { return false; } in opGlobalConstant()36 static bool opGlobalWeakRef() { return false; } in opGlobalWeakRef()37 static bool opGlobalUnnamedAddr() { return false; } in opGlobalUnnamedAddr()38 static bool opGlobalSection() { return false; } in opGlobalSection()39 static bool opGlobalVisibility() { return false; } in opGlobalVisibility()40 static bool opGlobalDLLImportExport() { return false; } in opGlobalDLLImportExport()[all …]
141 uint64_t &ErrorInfo, FeatureBitset &MissingFeatures, in MatchInstruction()4218 const FeatureBitset &MissingFeatures, in ErrorMissingFeature()4283 FeatureBitset MissingFeatures; in matchAndEmitATTInstruction() local4531 FeatureBitset MissingFeatures; in matchAndEmitIntelInstruction() local
223 static NearMissInfo getMissedFeature(const FeatureBitset &MissingFeatures) { in getMissedFeature()
1156 FeatureBitset MissingFeatures; in matchAndEmitInstruction() local
665 FeatureBitset MissingFeatures; in matchAndEmitInstruction() local
1656 FeatureBitset MissingFeatures; in matchAndEmitInstruction() local
1598 FeatureBitset MissingFeatures; in matchAndEmitInstruction() local
1384 FeatureBitset MissingFeatures; in matchAndEmitInstruction() local
6685 FeatureBitset MissingFeatures; in matchAndEmitInstruction() local
12838 const FeatureBitset &MissingFeatures = I.getFeatures(); in FilterNearMisses() local