Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp854 SwitchCG::JumpTableHeader &JTH, in emitJumpTableHeader() argument
860 const Value &SValue = *JTH.SValue; in emitJumpTableHeader()
864 auto FirstCst = MIB.buildConstant(SwitchTy, JTH.First); in emitJumpTableHeader()
875 if (JTH.FallthroughUnreachable) { in emitJumpTableHeader()
885 *ConstantInt::get(SValue.getType(), JTH.Last - JTH.First)); in emitJumpTableHeader()
990 JumpTableHeader *JTH = &SL->JTCases[I->JTCasesIndex].first; in lowerJumpTableWorkItem() local
1028 JTH->FallthroughUnreachable = true; in lowerJumpTableWorkItem()
1030 if (!JTH->FallthroughUnreachable) in lowerJumpTableWorkItem()
1037 JTH->HeaderBB = CurMBB; in lowerJumpTableWorkItem()
1042 if (!emitJumpTableHeader(*JT, *JTH, CurMBB)) in lowerJumpTableWorkItem()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp258 JumpTableHeader JTH(Clusters[First].Low->getValue(), in buildJumpTable() local
261 JTCases.emplace_back(std::move(JTH), std::move(JT)); in buildJumpTable()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DIRTranslator.h386 SwitchCG::JumpTableHeader &JTH,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h533 SwitchCG::JumpTableHeader &JTH,
H A DSelectionDAGBuilder.cpp2993 JumpTableHeader &JTH, in visitJumpTableHeader() argument
2999 SDValue SwitchOp = getValue(JTH.SValue); in visitJumpTableHeader()
3002 DAG.getConstant(JTH.First, dl, VT)); in visitJumpTableHeader()
3018 if (!JTH.FallthroughUnreachable) { in visitJumpTableHeader()
3025 Sub, DAG.getConstant(JTH.Last - JTH.First, dl, VT), ISD::SETUGT); in visitJumpTableHeader()
12038 JumpTableHeader *JTH = &SL->JTCases[I->JTCasesIndex].first; in lowerWorkItem() local
12077 JTH->FallthroughUnreachable = true; in lowerWorkItem()
12080 if (!JTH->FallthroughUnreachable) in lowerWorkItem()
12087 JTH->HeaderBB = CurMBB; in lowerWorkItem()
12092 visitJumpTableHeader(*JT, *JTH, SwitchMBB); in lowerWorkItem()
[all …]