Home
last modified time | relevance | path

Searched refs:GetConstant (Results 1 – 13 of 13) 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/v8/src/compiler/
Dcode-generator-impl.h99 return gen_->code()->GetConstant(operand->index()); in ToConstant()
Dinstruction-selector-unittest.cc72 output->index(), sequence.GetConstant(output->index()))); in Build()
Dinstruction.h880 Constant GetConstant(int virtual_register) const { in GetConstant() function
/external/llvm/include/llvm/Analysis/
DSparsePropagation.h84 virtual Constant *GetConstant(LatticeVal LV, Value *Val, SparseSolver &SS) { in GetConstant() function
/external/v8/src/
Dobjects-printer.cc237 os << Brief(descs->GetConstant(i)) << " (constant)\n"; in PrintProperties()
Dhydrogen.cc651 HConstant* HGraph::GetConstant(SetOncePointer<HConstant>* pointer, in GetConstant() function in v8::internal::HGraph
676 return GetConstant(&constant_0_, 0); in GetConstant0()
681 return GetConstant(&constant_1_, 1); in GetConstant1()
686 return GetConstant(&constant_minus1_, -1); in GetConstantMinus1()
691 HConstant* HGraph::GetConstant##Name() { \
736 return GetConstant(&constant_invalid_context_, 0xFFFFC0C7);
Dobjects.cc2472 old_descriptors->GetConstant(i) != tmp_descriptors->GetConstant(i)) { in GeneralizeRepresentation()
4196 Handle<Object> value(descs->GetConstant(i), isolate); in MigrateFastToSlow()
6352 if (descs->GetConstant(i) == value) { in SlowReverseLookup()
6710 DCHECK(GetConstant(descriptor) != value || in CanHoldValue()
6712 return GetConstant(descriptor) == value; in CanHoldValue()
Dbootstrapper.cc2494 Handle<Object> constant(descs->GetConstant(i), isolate()); in TransferNamedProperties()
Dhydrogen.h473 HConstant* GetConstant(SetOncePointer<HConstant>* pointer,
Dheap-snapshot-generator.cc1672 descs->GetKey(i), descs->GetConstant(i)); in ExtractPropertyReferences()
Dobjects-inl.h3005 Object* DescriptorArray::GetConstant(int descriptor_number) { in GetConstant() function
Dobjects.h2963 inline Object* GetConstant(int descriptor_number);