Home
last modified time | relevance | path

Searched refs:SwitchType (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcher.h73 SwitchType, // Dispatch based on type. enumerator
560 : Matcher(SwitchType), Cases(std::move(cases)) {} in SwitchTypeMatcher()
564 return N->getKind() == SwitchType; in classof()
H A DDAGISelMatcherEmitter.cpp331 case Matcher::SwitchType: { in SizeMatcher()
582 case Matcher::SwitchType: { in EmitMatcher()
1233 case Matcher::SwitchType: in getOpcodeString()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp490 error(IO.mapEnum(JumpTable.SwitchType)); in visitKnownRecord()
H A DSymbolDumper.cpp665 W.printEnum("SwitchType", static_cast<uint16_t>(JumpTable.SwitchType), in visitKnownRecord()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2129 auto *SwitchType = Builder.getInt8Ty(); in rewritePHIsForCleanupPad() local
2131 Builder.CreatePHI(SwitchType, pred_size(CleanupPadBB)); in rewritePHIsForCleanupPad()
2156 auto *SwitchConstant = ConstantInt::get(SwitchType, SwitchIndex); in rewritePHIsForCleanupPad()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp602 IO.mapRequired("SwitchType", Symbol.SwitchType); in map()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h157 JumpTableEntrySize SwitchType; variable
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp948 formatJumpTableEntrySize(JumpTable.SwitchType), in visitKnownRecord()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp1694 W.printFlags("SwitchType", static_cast<uint16_t>(JumpTable.SwitchType), in visitKnownRecord()