Searched refs:FBits (Results 1 – 3 of 3) sorted by relevance
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.pas | 1734 FBits: TUInt64Array; 3431 if (N >= Length(FBits)) then 3433 FBits[N] := FBits[N] or BitMask(El); 3456 SetLength(BS.FBits,Length(FBits)); 3457 if (Length(FBits) > 0) then 3458 Move(FBits[0],BS.FBits[0],Length(FBits) * SizeOf(UInt64)); 3469 SetLength(FBits, Length(ABits)); 3471 Move(ABits[0], FBits[0], Length(ABits) * SizeOf(UInt64)); 3486 SetLength(FBits,((ANBits - 1) shr LOG_BITS) + 1); 3498 N := Min(Length(FBits), Length(OtherSet.FBits)); [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 2584 unsigned FBits = IntVal.logBase2(); in SelectCVTFixedPosOperand() local 2588 if (FBits == 0 || FBits > RegWidth) return false; in SelectCVTFixedPosOperand() 2590 FixedPos = CurDAG->getTargetConstant(FBits, SDLoc(N), MVT::i32); in SelectCVTFixedPosOperand()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 2380 unsigned FBits = IntVal.logBase2(); in SelectCVTFixedPosOperand() local 2384 if (FBits == 0 || FBits > RegWidth) return false; in SelectCVTFixedPosOperand() 2386 FixedPos = CurDAG->getTargetConstant(FBits, SDLoc(N), MVT::i32); in SelectCVTFixedPosOperand()
|