HomeSort by relevance Sort by last modified time
    Searched full:bitvector (Results 26 - 50 of 345) sorted by null

12 3 4 5 6 7 8 91011>>

  /art/runtime/base/
arena_bit_vector.cc 84 : BitVector(start_bits,
93 : BitVector(start_bits,
  /external/v8/src/compiler/
liveness-analyzer.cc 67 BitVector working_area(static_cast<int>(local_count_), zone_);
94 void LivenessAnalyzerBlock::Process(BitVector* result,
98 // Copy the bitvector to the target bit vector.
119 bool LivenessAnalyzerBlock::UpdateLive(BitVector* working_area) {
125 Node* frame_state, BitVector* liveness) {
143 Node* values, BitVector* liveness) {
escape-analysis-reducer.h 54 BitVector visited_;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBitSet.h 37 // from the specifics of the BitVector initialization and query functions.
41 __strong CFMutableBitVectorRef bitVector;
94 @property (getter=_bitVector) CFMutableBitVectorRef bitVector;
  /external/llvm/lib/CodeGen/
CriticalAntiDepBreaker.h 20 #include "llvm/ADT/BitVector.h"
44 const BitVector AllocatableSet;
68 BitVector KeepRegs;
TargetFrameLoweringImpl.cpp 14 #include "llvm/ADT/BitVector.h"
60 BitVector &SavedRegs,
SpillPlacement.h 37 class BitVector;
53 BitVector *ActiveNodes;
104 void prepare(BitVector &RegBundles);
142 /// The selected bundles are returned in the bitvector passed to prepare().
  /external/llvm/lib/Target/NVPTX/
NVPTXRegisterInfo.cpp 17 #include "llvm/ADT/BitVector.h"
86 BitVector NVPTXRegisterInfo::getReservedRegs(const MachineFunction &MF) const {
87 BitVector Reserved(getNumRegs());
  /external/clang/include/clang/Analysis/Analyses/
CFGReachabilityAnalysis.h 19 #include "llvm/ADT/BitVector.h"
33 typedef llvm::BitVector ReachableSet;
  /external/mesa3d/src/gallium/drivers/radeon/
SIRegisterInfo.cpp 27 BitVector SIRegisterInfo::getReservedRegs(const MachineFunction &MF) const
29 BitVector Reserved(getNumRegs());
  /external/llvm/lib/Target/AMDGPU/
R600MachineFunctionInfo.h 17 #include "llvm/ADT/BitVector.h"
R600RegisterInfo.cpp 28 BitVector R600RegisterInfo::getReservedRegs(const MachineFunction &MF) const {
29 BitVector Reserved(getNumRegs());
R600RegisterInfo.h 29 BitVector getReservedRegs(const MachineFunction &MF) const override;
  /external/v8/src/crankshaft/
lithium-allocator.h 21 class BitVector;
374 BitVector* assigned_registers() {
377 BitVector* assigned_double_registers() {
396 BitVector* ComputeLiveOut(HBasicBlock* block);
397 void AddInitialIntervals(HBasicBlock* block, BitVector* live_out);
398 void ProcessInstructions(HBasicBlock* block, BitVector* live);
517 ZoneList<BitVector*> live_in_sets_;
540 BitVector* assigned_registers_;
541 BitVector* assigned_double_registers_;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBitSet.h 36 // from the specifics of the BitVector initialization and query functions.
40 CFMutableBitVectorRef bitVector;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBitSet.h 36 // from the specifics of the BitVector initialization and query functions.
40 CFMutableBitVectorRef bitVector;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBitSet.h 36 // from the specifics of the BitVector initialization and query functions.
40 CFMutableBitVectorRef bitVector;
  /external/llvm/lib/Target/BPF/
BPFRegisterInfo.cpp 37 BitVector BPFRegisterInfo::getReservedRegs(const MachineFunction &MF) const {
38 BitVector Reserved(getNumRegs());
BPFFrameLowering.h 31 void determineCalleeSaves(MachineFunction &MF, BitVector &SavedRegs,
BPFRegisterInfo.h 30 BitVector getReservedRegs(const MachineFunction &MF) const override;
  /external/llvm/lib/Target/MSP430/
MSP430RegisterInfo.h 31 BitVector getReservedRegs(const MachineFunction &MF) const override;
  /external/llvm/lib/Target/Mips/
Mips16FrameLowering.h 41 void determineCalleeSaves(MachineFunction &MF, BitVector &SavedRegs,
  /external/llvm/lib/Target/SystemZ/
SystemZRegisterInfo.h 49 BitVector getReservedRegs(const MachineFunction &MF) const override;
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyRegisterInfo.h 37 BitVector getReservedRegs(const MachineFunction &MF) const override;
  /external/llvm/lib/Target/XCore/
XCoreRegisterInfo.h 34 BitVector getReservedRegs(const MachineFunction &MF) const override;

Completed in 595 milliseconds

12 3 4 5 6 7 8 91011>>