Home
last modified time | relevance | path

Searched refs:BitTestCase (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSwitchLoweringUtils.h199 struct BitTestCase { struct
205 BitTestCase(uint64_t M, MachineBasicBlock *T, MachineBasicBlock *Tr, in BitTestCase() argument
210 using BitTestInfo = SmallVector<BitTestCase, 3>;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp454 BTI.push_back(BitTestCase(CB.Mask, BitTestBB, CB.BB, CB.ExtraProb)); in buildBitTests()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DIRTranslator.h388 SwitchCG::BitTestCase &B, MachineBasicBlock *SwitchBB);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h521 SwitchCG::BitTestCase &B, MachineBasicBlock *SwitchBB);
H A DSelectionDAGISel.cpp1931 for (const SwitchCG::BitTestCase &BT : BTB.Cases) { in FinishBasicBlock()
H A DSelectionDAGBuilder.cpp3072 BitTestCase &B, in visitBitTestCase()
11594 for (BitTestCase &BTC : BTB->Cases) in lowerWorkItem()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1145 Register Reg, SwitchCG::BitTestCase &B, in emitBitTestCase()
1213 for (BitTestCase &BTC : BTB->Cases) in lowerBitTestWorkItem()