Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/utils/TableGen/Common/
HDDAGISelMatcher.h73 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-14-stable/contrib/llvm-project/llvm/utils/TableGen/
HDDAGISelMatcherEmitter.cpp328 case Matcher::SwitchType: { in SizeMatcher()
576 case Matcher::SwitchType: { in EmitMatcher()
1234 case Matcher::SwitchType: in getOpcodeString()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDSymbolRecordMapping.cpp490 error(IO.mapEnum(JumpTable.SwitchType)); in visitKnownRecord()
HDSymbolDumper.cpp665 W.printEnum("SwitchType", static_cast<uint16_t>(JumpTable.SwitchType), in visitKnownRecord()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
HDCoroFrame.cpp2159 auto *SwitchType = Builder.getInt8Ty(); in rewritePHIsForCleanupPad() local
2161 Builder.CreatePHI(SwitchType, pred_size(CleanupPadBB)); in rewritePHIsForCleanupPad()
2186 auto *SwitchConstant = ConstantInt::get(SwitchType, SwitchIndex); in rewritePHIsForCleanupPad()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDCodeViewYAMLSymbols.cpp601 IO.mapRequired("SwitchType", Symbol.SwitchType); in map()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDSymbolRecord.h157 JumpTableEntrySize SwitchType; variable
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDMinimalSymbolDumper.cpp952 formatJumpTableEntrySize(JumpTable.SwitchType), in visitKnownRecord()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
HDLVCodeViewVisitor.cpp1694 W.printFlags("SwitchType", static_cast<uint16_t>(JumpTable.SwitchType), in visitKnownRecord()