Searched defs:BitTestBlock (Results 1 – 2 of 2) sorted by relevance
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| D | SwitchLoweringUtils.h | 203 struct BitTestBlock { struct 218 BitTestBlock(APInt F, APInt R, const Value *SV, unsigned Rg, MVT RgVT, bool E, in BitTestBlock() argument
|
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAGBuilder.h | 286 struct BitTestBlock { struct 287 BitTestBlock(APInt F, APInt R, const Value *SV, unsigned Rg, MVT RgVT, in BitTestBlock() function 293 APInt First; 294 APInt Range; 295 const Value *SValue; 296 unsigned Reg; 297 MVT RegVT; 298 bool Emitted; 299 bool ContiguousRange; 300 MachineBasicBlock *Parent; [all …]
|