Lines Matching defs:SI
47 const SwitchInst *SI,
62 if (!TLI->areJTsAllowed(SI->getParent()->getParent()))
89 if (TLI->isSuitableForJumpTable(SI, NumCases, Range, PSI, BFI)) {
91 if (buildJumpTable(Clusters, 0, N - 1, SI, SL, DefaultMBB, JTCluster)) {
148 if (TLI->isSuitableForJumpTable(SI, NumCases, Range, PSI, BFI)) {
182 buildJumpTable(Clusters, First, Last, SI, SL, DefaultMBB, JTCluster)) {
194 const SwitchInst *SI,
241 CurMF->CreateMachineBasicBlock(SI->getParent());
259 Clusters[Last].High->getValue(), SI->getCondition(),
269 const SwitchInst *SI) {
355 if (buildBitTests(Clusters, First, Last, SI, BitTestCluster)) {
369 const SwitchInst *SI,
454 FuncInfo.MF->CreateMachineBasicBlock(SI->getParent());
458 SI->getCondition(), -1U, MVT::Other, false,