Home
last modified time | relevance | path

Searched refs:GetConstant (Results 1 – 14 of 14) sorted by relevance

/external/llvm/lib/Analysis/
DSparsePropagation.cpp150 Constant *C = LatticeFunc->GetConstant(BCValue, BI->getCondition(), *this); in getFeasibleSuccessors()
192 Constant *C = LatticeFunc->GetConstant(SCValue, SI.getCondition(), *this); in getFeasibleSuccessors()
/external/llvm/include/llvm/Analysis/
DSparsePropagation.h82 virtual Constant *GetConstant(LatticeVal LV, Value *Val, SparseSolver &SS) { in GetConstant() function
/external/v8/src/compiler/
Dcode-generator-impl.h114 return gen_->code()->GetConstant( in ToConstant()
Dinstruction.cc787 : GetConstant(ConstantOperand::cast(operand)->virtual_register()); in InputRpo()
Dinstruction.h1260 Constant GetConstant(int virtual_register) const { in GetConstant() function
/external/v8/src/
Dproperty-descriptor.cc69 value = handle(descs->GetConstant(i), isolate); in ToPropertyDescriptorFastPath()
Dobjects-printer.cc298 os << Brief(descs->GetConstant(i)) << " (data constant)"; in PrintProperties()
Dbootstrapper.cc3238 Handle<Object> constant(descs->GetConstant(i), isolate()); in TransferNamedProperties()
Dobjects.cc5563 Handle<Object> value(descs->GetConstant(i), isolate); in MigrateFastToSlow()
9153 if (descs->GetConstant(i) == value) { in SlowReverseLookup()
9777 DCHECK(GetConstant(descriptor) != value || in CanHoldValue()
9779 return GetConstant(descriptor) == value; in CanHoldValue()
Dobjects-inl.h2991 Object* DescriptorArray::GetConstant(int descriptor_number) { in GetConstant() function
Dobjects.h2882 inline Object* GetConstant(int descriptor_number);
/external/v8/test/unittests/compiler/
Dinstruction-selector-unittest.cc78 s.constants_.insert(std::make_pair(vreg, sequence.GetConstant(vreg))); in Build()
/external/v8/src/crankshaft/
Dhydrogen.cc647 HConstant* HGraph::GetConstant(SetOncePointer<HConstant>* pointer, in GetConstant() function in v8::internal::HGraph
672 return GetConstant(&constant_0_, 0); in GetConstant0()
677 return GetConstant(&constant_1_, 1); in GetConstant1()
682 return GetConstant(&constant_minus1_, -1); in GetConstantMinus1()
692 HConstant* HGraph::GetConstant##Name() { \
737 return GetConstant(&constant_invalid_context_, 0xFFFFC0C7);
Dhydrogen.h458 HConstant* GetConstant(SetOncePointer<HConstant>* pointer,