Searched refs:JumpTable (Results 26 - 35 of 35) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2439 /// visitJumpTable - Emit JumpTable node in the current MBB
2440 void SelectionDAGBuilder::visitJumpTable(SwitchCG::JumpTable &JT) {
2454 /// in the JumpTable from switch case.
2455 void SelectionDAGBuilder::visitJumpTableHeader(SwitchCG::JumpTable &JT,
10239 SwitchCG::JumpTable *JT = &SL->JTCases[I->JTCasesIndex].second;
H A DLegalizeDAG.cpp3629 // RelocBase can be JumpTable, GOT or some sort of global base.
3879 case ISD::JumpTable:
H A DSelectionDAG.cpp539 case ISD::JumpTable:
1459 unsigned Opc = isTarget ? ISD::TargetJumpTable : ISD::JumpTable;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp481 setOperationAction(ISD::JumpTable, MVT::i32, Custom);
486 setOperationAction(ISD::JumpTable, MVT::i64, Custom);
11147 case ISD::JumpTable: return LowerJumpTable(Op, DAG);
16058 // JumpTable and BlockAddress are accessed as got-indirect.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp626 case Attribute::JumpTable:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp304 setOperationAction(ISD::JumpTable, PtrVT, Custom);
5364 case ISD::JumpTable:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1303 case lltok::kw_jumptable: B.addAttribute(Attribute::JumpTable); break;
6075 /// ::= 'switch' TypeAndValue ',' TypeAndValue '[' JumpTable ']'
6076 /// JumpTable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp2508 case PseudoSourceValue::JumpTable:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp279 setOperationAction(ISD::JumpTable, MVT::i64, Custom);
3447 case ISD::JumpTable:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp436 setOperationAction(ISD::JumpTable , VT, Custom);
18600 // ConstantPool, JumpTable, GlobalAddress, and ExternalSymbol are lowered as
[all...]

Completed in 407 milliseconds

12