Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.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/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp328 case Matcher::SwitchType: { in SizeMatcher()
576 case Matcher::SwitchType: { in EmitMatcher()
1234 case Matcher::SwitchType: in getOpcodeString()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.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/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp601 IO.mapRequired("SwitchType", Symbol.SwitchType); in map()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp952 formatJumpTableEntrySize(JumpTable.SwitchType), in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp1694 W.printFlags("SwitchType", static_cast<uint16_t>(JumpTable.SwitchType), in visitKnownRecord()