Searched refs:SwitchType (Results 1 – 11 of 11) sorted by relevance
| /llvm-project/llvm/test/DebugInfo/COFF/ |
| H A D | jump-table.ll | 32 ; 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 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()
|
| /llvm-project/llvm/utils/TableGen/ |
| H A D | DAGISelMatcherEmitter.cpp | 325 // 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 D | ByteCode.cpp | 166 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 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()
|
| /llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 1376 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 D | CodeViewYAMLSymbols.cpp | 600 IO.mapRequired("SwitchType", Symbol.SwitchType); in map()
|
| /llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | SymbolRecord.h | 157 JumpTableEntrySize SwitchType; variable
|
| /llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalSymbolDumper.cpp | 952 formatJumpTableEntrySize(JumpTable.SwitchType), in visitKnownRecord()
|
| /llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewVisitor.cpp | 1688 W.printFlags("SwitchType", static_cast<uint16_t>(JumpTable.SwitchType),
|