Searched refs:SwitchType (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | DAGISelMatcher.h | 73 SwitchType, // Dispatch based on type. enumerator 550 : Matcher(SwitchType), Cases(std::move(cases)) {} in SwitchTypeMatcher() 553 static bool classof(const Matcher *N) { return N->getKind() == SwitchType; } in classof()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DAGISelMatcherEmitter.cpp | 328 case Matcher::SwitchType: { in SizeMatcher() 581 case Matcher::SwitchType: { in EmitMatcher() 1290 case Matcher::SwitchType: in getOpcodeString()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 1359 auto *SwitchType = Builder.getInt8Ty(); in rewritePHIsForCleanupPad() local 1361 Builder.CreatePHI(SwitchType, pred_size(CleanupPadBB)); in rewritePHIsForCleanupPad() 1386 auto *SwitchConstant = ConstantInt::get(SwitchType, SwitchIndex); in rewritePHIsForCleanupPad()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | SymbolRecordMapping.cpp | 490 error(IO.mapEnum(JumpTable.SwitchType)); in visitKnownRecord()
|
| H A D | SymbolDumper.cpp | 665 W.printEnum("SwitchType", static_cast<uint16_t>(JumpTable.SwitchType), in visitKnownRecord()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLSymbols.cpp | 600 IO.mapRequired("SwitchType", Symbol.SwitchType); in map()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | SymbolRecord.h | 158 JumpTableEntrySize SwitchType; variable
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalSymbolDumper.cpp | 952 formatJumpTableEntrySize(JumpTable.SwitchType), in visitKnownRecord()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewVisitor.cpp | 1687 W.printFlags("SwitchType", static_cast<uint16_t>(JumpTable.SwitchType), in visitKnownRecord()
|