Searched refs:GetConstant (Results 1 - 15 of 15) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DSparsePropagation.h80 /// GetConstant - If the specified lattice value is representable as an LLVM
83 virtual Constant *GetConstant(LatticeVal LV, Value *Val, SparseSolver &SS) { function in class:llvm::AbstractLatticeFunction
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DSparsePropagation.h81 /// GetConstant - If the specified lattice value is representable as an LLVM
84 virtual Constant *GetConstant(LatticeVal LV, Value *Val, SparseSolver &SS) { function in class:llvm::AbstractLatticeFunction
/external/llvm/lib/Analysis/
H A DSparsePropagation.cpp150 Constant *C = LatticeFunc->GetConstant(BCValue, BI->getCondition(), *this);
192 Constant *C = LatticeFunc->GetConstant(SCValue, SI.getCondition(), *this);
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DSparsePropagation.cpp149 Constant *C = LatticeFunc->GetConstant(BCValue, BI->getCondition(), *this);
191 Constant *C = LatticeFunc->GetConstant(SCValue, SI.getCondition(), *this);
/external/v8/src/compiler/
H A Dcode-generator-impl.h142 return gen_->code()->GetConstant(
H A Dinstruction.cc944 : GetConstant(ConstantOperand::cast(operand)->virtual_register());
H A Dinstruction.h1436 Constant GetConstant(int virtual_register) const { function in class:v8::internal::compiler::final
/external/v8/src/
H A Dproperty-descriptor.cc71 value = handle(descs->GetConstant(i), isolate);
H A Dobjects-printer.cc354 os << Brief(descs->GetConstant(i)) << " (data constant)";
H A Dbootstrapper.cc4224 Handle<Object> constant(descs->GetConstant(i), isolate());
H A Dobjects.cc3481 Handle<Object> value(descs->GetConstant(i), isolate);
8856 if (descs->GetConstant(i) == value) {
9472 DCHECK(descriptors->GetConstant(descriptor) != value ||
9474 return descriptors->GetConstant(descriptor) == value;
H A Dobjects-inl.h3049 Object* DescriptorArray::GetConstant(int descriptor_number) {
H A Dobjects.h3258 inline Object* GetConstant(int descriptor_number);
/external/v8/src/crankshaft/
H A Dhydrogen.cc825 HConstant* HGraph::GetConstant(SetOncePointer<HConstant>* pointer, function in class:v8::internal::HGraph
829 // recursively call GetConstant
850 return GetConstant(&constant_0_, 0);
855 return GetConstant(&constant_1_, 1);
860 return GetConstant(&constant_minus1_, -1);
870 HConstant* HGraph::GetConstant##Name() { \
914 return GetConstant(&constant_invalid_context_, 0xFFFFC0C7);
H A Dhydrogen.h474 HConstant* GetConstant(SetOncePointer<HConstant>* pointer,

Completed in 481 milliseconds