Home
last modified time | relevance | path

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

/llvm-project/llvm/test/DebugInfo/COFF/
H A Djump-table.ll32 ; i686 entries are absolute addresses (Base = 0, SwitchType = Pointer).
34 ; SwitchType = Int32).
36 ; compressed (Base = Branch+0x4, SwitchType = UInt8ShiftLeft/UInt16ShiftLeft)
37 ; otherwise relative to the ADR instruction (Base = Branch-0xc, SwitchType =
39 ; thumbv7a entries are either absolute addresses (Base = 0, SwitchType =
41 ; (Base = Branch+0x4, SwitchType = UInt8ShiftLeft/UInt16ShiftLeft/UInt32) but
125 ; CV-NEXT: SwitchType: Int32 (0x4)
136 ; CV-NEXT: SwitchType: Int32 (0x4)
/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()
/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp325 // SwitchOpcode and SwitchType have their kind, a series of child size + in SizeMatcher()
328 case Matcher::SwitchType: { in SizeMatcher()
579 case Matcher::SwitchType: { in EmitMatcher()
615 : "/*SwitchType*/ "); in EmitMatcher()
1287 case Matcher::SwitchType: in EmitHistogram()
/llvm-project/mlir/lib/Rewrite/
H A DByteCode.cpp166 SwitchType, enumerator
1043 writer.append(OpCode::SwitchType, op.getValue(), op.getCaseValuesAttr(), in generate()
2316 case SwitchType: in execute()
/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()
/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1376 auto *SwitchType = Builder.getInt8Ty(); in buildFrameType()
1378 Builder.CreatePHI(SwitchType, pred_size(CleanupPadBB)); in buildFrameType()
1403 auto *SwitchConstant = ConstantInt::get(SwitchType, SwitchIndex); in buildFrameType()
2159 auto *SwitchType = Builder.getInt8Ty(); rewritePHIsForCleanupPad() local
/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp600 IO.mapRequired("SwitchType", Symbol.SwitchType); in map()
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h157 JumpTableEntrySize SwitchType; variable
/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp952 formatJumpTableEntrySize(JumpTable.SwitchType), in visitKnownRecord()
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp1688 W.printFlags("SwitchType", static_cast<uint16_t>(JumpTable.SwitchType),