Home
last modified time | relevance | path

Searched refs:JTH (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp255 JumpTableHeader JTH(Clusters[First].Low->getValue(), in buildJumpTable() local
258 JTCases.emplace_back(std::move(JTH), std::move(JT)); in buildJumpTable()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp771 SwitchCG::JumpTableHeader &JTH, in emitJumpTableHeader() argument
777 const Value &SValue = *JTH.SValue; in emitJumpTableHeader()
781 auto FirstCst = MIB.buildConstant(SwitchTy, JTH.First); in emitJumpTableHeader()
792 if (JTH.FallthroughUnreachable) { in emitJumpTableHeader()
802 *ConstantInt::get(SValue.getType(), JTH.Last - JTH.First)); in emitJumpTableHeader()
907 JumpTableHeader *JTH = &SL->JTCases[I->JTCasesIndex].first; in lowerJumpTableWorkItem() local
945 JTH->FallthroughUnreachable = true; in lowerJumpTableWorkItem()
947 if (!JTH->FallthroughUnreachable) in lowerJumpTableWorkItem()
954 JTH->HeaderBB = CurMBB; in lowerJumpTableWorkItem()
959 if (!emitJumpTableHeader(*JT, *JTH, CurMBB)) in lowerJumpTableWorkItem()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DIRTranslator.h338 SwitchCG::JumpTableHeader &JTH,
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h478 SwitchCG::JumpTableHeader &JTH,
H A DSelectionDAGBuilder.cpp2565 JumpTableHeader &JTH, in visitJumpTableHeader() argument
2570 SDValue SwitchOp = getValue(JTH.SValue); in visitJumpTableHeader()
2573 DAG.getConstant(JTH.First, dl, VT)); in visitJumpTableHeader()
2589 if (!JTH.FallthroughUnreachable) { in visitJumpTableHeader()
2596 Sub, DAG.getConstant(JTH.Last - JTH.First, dl, VT), ISD::SETUGT); in visitJumpTableHeader()
10865 JumpTableHeader *JTH = &SL->JTCases[I->JTCasesIndex].first; in lowerWorkItem() local
10891 JTH->FallthroughUnreachable = true; in lowerWorkItem()
10893 if (!JTH->FallthroughUnreachable) in lowerWorkItem()
10900 JTH->HeaderBB = CurMBB; in lowerWorkItem()
10905 visitJumpTableHeader(*JT, *JTH, SwitchMBB); in lowerWorkItem()
[all …]