Home
last modified time | relevance | path

Searched refs:NextInput (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler-dispatcher/
Doptimizing-compile-dispatcher.cc69 dispatcher_->CompileNext(dispatcher_->NextInput(true)); in RunInternal()
96 OptimizedCompilationJob* OptimizingCompileDispatcher::NextInput( in NextInput() function in v8::internal::OptimizingCompileDispatcher
185 while (input_queue_length_ > 0) CompileNext(NextInput()); in Stop()
Doptimizing-compile-dispatcher.h61 OptimizedCompilationJob* NextInput(bool check_if_flushing = false);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp11880 SDValue NextInput = IsRoundOfExtLoad ? N->getOperand(i).getOperand(0) : in combineBVOfConsecutiveLoads() local
11882 if (NextInput.getOpcode() != ISD::LOAD) in combineBVOfConsecutiveLoads()
11888 LoadSDNode *LD2 = dyn_cast<LoadSDNode>(NextInput); in combineBVOfConsecutiveLoads()