Home
last modified time | relevance | path

Searched refs:NewKind (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DRegBankSelect.h398 void switchTo(RepairingKind NewKind) { in switchTo() argument
399 assert(NewKind != Kind && "Already of the right Kind"); in switchTo()
400 Kind = NewKind; in switchTo()
402 CanMaterialize = NewKind != RepairingKind::Impossible; in switchTo()
404 assert(NewKind != RepairingKind::Insert && in switchTo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DMetadataLoader.cpp2075 unsigned NewKind = TheModule.getMDKindID(Name.str()); in parseMetadataKindRecord() local
2076 if (!MDKindMap.insert(std::make_pair(Kind, NewKind)).second) in parseMetadataKindRecord()