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

<<11121314

  /art/runtime/
stack_map.h 563 const BitVector& live_dex_registers_mask) {
    [all...]
  /external/llvm/lib/Analysis/
CFLAliasAnalysis.cpp 32 #include "llvm/ADT/BitVector.h"
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.h 60 /// ValueTypeActions - This is a bitvector that contains two bits for each
    [all...]
  /external/llvm/lib/Target/AMDGPU/
R600InstrInfo.cpp     [all...]
SIISelLowering.cpp 29 #include "llvm/ADT/BitVector.h"
594 BitVector Skipped(Ins.size());
    [all...]
  /external/llvm/lib/Target/Hexagon/
BitTracker.cpp 1069 BitVector BlockScanned(MaxBN+1);
    [all...]
HexagonVLIWPacketizer.cpp     [all...]
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.cc 73 BitVector* doubles = chunk()->allocated_double_registers();
74 BitVector::Iterator save_iterator(doubles);
88 BitVector* doubles = chunk()->allocated_double_registers();
89 BitVector::Iterator save_iterator(doubles);
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc 571 BitVector* doubles = chunk()->allocated_double_registers();
572 BitVector::Iterator iterator(doubles);
589 BitVector* doubles = chunk()->allocated_double_registers();
590 BitVector::Iterator iterator(doubles);
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc 101 BitVector* doubles = chunk()->allocated_double_registers();
102 BitVector::Iterator save_iterator(doubles);
116 BitVector* doubles = chunk()->allocated_double_registers();
117 BitVector::Iterator save_iterator(doubles);
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc 97 BitVector* doubles = chunk()->allocated_double_registers();
98 BitVector::Iterator save_iterator(doubles);
112 BitVector* doubles = chunk()->allocated_double_registers();
113 BitVector::Iterator save_iterator(doubles);
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc 72 BitVector* doubles = chunk()->allocated_double_registers();
73 BitVector::Iterator save_iterator(doubles);
87 BitVector* doubles = chunk()->allocated_double_registers();
88 BitVector::Iterator save_iterator(doubles);
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc 74 BitVector* doubles = chunk()->allocated_double_registers();
75 BitVector::Iterator save_iterator(doubles);
89 BitVector* doubles = chunk()->allocated_double_registers();
90 BitVector::Iterator save_iterator(doubles);
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc 89 BitVector* doubles = chunk()->allocated_double_registers();
90 BitVector::Iterator save_iterator(doubles);
104 BitVector* doubles = chunk()->allocated_double_registers();
105 BitVector::Iterator save_iterator(doubles);
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
mgcmark.go 470 var bv bitvector
  /prebuilts/go/linux-x86/src/runtime/
mgcmark.go 470 var bv bitvector
  /art/compiler/
oat_writer.cc 192 std::unique_ptr<BitVector> method_bitmap_;
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 41 #include "llvm/ADT/BitVector.h"
303 llvm::BitVector live(cfg->getNumBlockIDs());
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFrameLowering.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 295 // MagicBitvector - This is a magic bitvector where we set a bit if the
372 // If this element is in range, update our magic bitvector.
469 // If a magic bitvector captures the entire comparison state
    [all...]
  /external/llvm/lib/CodeGen/
LiveIntervalAnalysis.cpp 869 BitVector &UsableRegs) {
    [all...]
ScheduleDAGInstrs.cpp     [all...]
TwoAddressInstructionPass.cpp 31 #include "llvm/ADT/BitVector.h"
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp     [all...]

Completed in 3940 milliseconds

<<11121314