Home
last modified time | relevance | path

Searched refs:ExternalConstant (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/compiler/
Djs-graph.cc177 Node* JSGraph::ExternalConstant(ExternalReference reference) { in ExternalConstant() function in v8::internal::compiler::JSGraph
180 *loc = NewNode(common()->ExternalConstant(reference)); in ExternalConstant()
Djs-generic-lowering.h45 Node* ExternalConstant(ExternalReference ref);
Dcommon-operator.h89 const Operator* ExternalConstant(const ExternalReference&);
Djs-graph.h76 Node* ExternalConstant(ExternalReference ref);
Djs-generic-lowering.cc55 Node* JSGenericLowering::ExternalConstant(ExternalReference ref) { in ExternalConstant() function in v8::internal::compiler::JSGenericLowering
56 return jsgraph()->ExternalConstant(ref); in ExternalConstant()
223 Node* ref = ExternalConstant(ExternalReference(f, isolate())); in ReplaceWithRuntimeCall()
Draw-machine-assembler.cc116 common()->ExternalConstant(ExternalReference(function, isolate()))); in CallRuntime1()
Dcommon-operator.cc154 const Operator* CommonOperatorBuilder::ExternalConstant( in ExternalConstant() function in v8::internal::compiler::CommonOperatorBuilder
Dopcodes.h30 V(ExternalConstant) \
Dchange-lowering.cc79 jsgraph()->ExternalConstant(ExternalReference(function, isolate())), in AllocateHeapNumberWithValue()
Dsimplified-lowering.cc916 jsgraph()->ExternalConstant(ref), in StringComparison()
/external/llvm/test/Transforms/InstCombine/
D2003-07-21-ExternalConstant.ll2 ; Test: ExternalConstant