Searched defs:BitTestBlock (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.h | 303 struct BitTestBlock { struct 317 BitTestBlock(APInt F, APInt R, const Value *SV, unsigned Rg, MVT RgVT, 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 …]
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.h | 270 struct BitTestBlock { struct 271 BitTestBlock(APInt F, APInt R, const Value* SV, in BitTestBlock() argument 277 APInt First; 278 APInt Range; 279 const Value *SValue; 280 unsigned Reg; 304 /// BitTestCases - Vector of BitTestBlock structures used to communicate argument
|