HomeSort by relevance Sort by last modified time
    Searched refs:simplified (Results 26 - 50 of 69) sorted by null

12 3

  /external/v8/src/compiler/
bytecode-graph-builder.cc 14 #include "src/compiler/simplified-operator.h"
    [all...]
js-create-lowering.cc 19 #include "src/compiler/simplified-operator.h"
188 graph()->NewNode(simplified()->ArgumentsFrame());
190 simplified()->ArgumentsLength(
220 graph()->NewNode(simplified()->ArgumentsFrame());
222 simplified()->ArgumentsLength(
227 graph()->NewNode(simplified()->NewArgumentsElements(0),
248 graph()->NewNode(simplified()->ArgumentsFrame());
250 simplified()->ArgumentsLength(
257 graph()->NewNode(simplified()->NewArgumentsElements(0),
495 simplified()->CheckBounds(VectorSlotPair()), length
1819 SimplifiedOperatorBuilder* JSCreateLowering::simplified() const { function in class:v8::internal::compiler::JSCreateLowering
    [all...]
js-inlining.cc 18 #include "src/compiler/simplified-operator.h"
561 Node* check = graph()->NewNode(simplified()->ObjectIsReceiver(), node);
571 graph()->NewNode(simplified()->ObjectIsReceiver(), node);
614 graph()->NewNode(simplified()->ConvertReceiver(p.convert_mode()),
645 SimplifiedOperatorBuilder* JSInliner::simplified() const { function in class:v8::internal::compiler::JSInliner
646 return jsgraph()->simplified();
js-typed-lowering.h 30 // Lowers JS-level operators to simplified operators based on types.
105 SimplifiedOperatorBuilder* simplified() const;
simplified-lowering.cc 5 #include "src/compiler/simplified-lowering.h"
23 #include "src/compiler/simplified-operator.h"
38 // Representation selection and lowering of {Simplified} operators to machine
40 // output representation and the best possible lowering for {Simplified} nodes.
58 // 3.) LOWER: perform lowering for all {Simplified} nodes by replacing some
617 TRACE("--{Simplified lowering phase}--\n");
627 NodeOriginTable::Scope origin_scope(node_origins_, "simplified lowering",
1256 SimplifiedOperatorBuilder* simplified() const { function in class:v8::internal::compiler::RepresentationSelector
    [all...]
js-inlining-heuristic.cc 10 #include "src/compiler/simplified-operator.h"
577 graph()->NewNode(simplified()->ReferenceEqual(), callee, target);
735 SimplifiedOperatorBuilder* JSInliningHeuristic::simplified() const { function in class:v8::internal::compiler::JSInliningHeuristic
736 return jsgraph()->simplified();
bytecode-graph-builder.h 192 // Optional early lowering to the simplified operator level. Note that
312 SimplifiedOperatorBuilder* simplified() const { function in class:v8::internal::compiler::BytecodeGraphBuilder
313 return jsgraph_->simplified();
escape-analysis-reducer.cc 8 #include "src/compiler/simplified-operator.h"
326 jsgraph()->simplified()->LoadElement(stack_access);
335 jsgraph()->simplified()->NumberSubtract(), arguments_length,
representation-change.h 9 #include "src/compiler/simplified-operator.h"
262 // and other nodes, as well as lowering Simplified->Machine operators.
346 SimplifiedOperatorBuilder* simplified() { return jsgraph()->simplified(); } function in class:v8::internal::compiler::final
js-create-lowering.h 122 SimplifiedOperatorBuilder* simplified() const;
graph-assembler.h 10 #include "src/compiler/simplified-operator.h"
279 SimplifiedOperatorBuilder* simplified() const { function in class:v8::internal::compiler::GraphAssembler
280 return jsgraph()->simplified();
js-native-context-specialization.h 226 SimplifiedOperatorBuilder* simplified() const;
effect-control-linearizer.h 11 #include "src/compiler/simplified-operator.h"
211 SimplifiedOperatorBuilder* simplified() const;
js-call-reducer.h 244 SimplifiedOperatorBuilder* simplified() const;
  /external/syzkaller/vendor/google.golang.org/api/gensupport/
params.go 13 // URLParams is a simplified replacement for url.Values
  /external/deqp-deps/SPIRV-Tools/source/opt/
scalar_analysis_simplification.cpp 74 // expression will be simplified to represent the entire graph around a single
140 // The node being simplified.
296 // See if the node can be simplified.
297 SENode* simplified = analysis_.SimplifyExpression(new_coefficient); local
298 if (simplified->GetType() != SENode::CanNotCompute)
299 new_coefficient = simplified;
515 // If the child can be simplified, add the simplified form otherwise, add it
  /external/icu/android_icu4j/src/main/java/android/icu/impl/number/
LongNameHandler.java 198 MeasureUnit simplified = MeasureUnit.resolveUnitPerUnit(unit, perUnit); local
199 if (simplified != null) {
200 unit = simplified;
202 // No simplified form is available.
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
LongNameHandler.java 194 MeasureUnit simplified = MeasureUnit.resolveUnitPerUnit(unit, perUnit); local
195 if (simplified != null) {
196 unit = simplified;
198 // No simplified form is available.
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
scalar_analysis_simplification.cpp 74 // expression will be simplified to represent the entire graph around a single
140 // The node being simplified.
296 // See if the node can be simplified.
297 SENode* simplified = analysis_.SimplifyExpression(new_coefficient); local
298 if (simplified->GetType() != SENode::CanNotCompute)
299 new_coefficient = simplified;
515 // If the child can be simplified, add the simplified form otherwise, add it
  /external/llvm/test/MC/ARM/
eh-directive-integrated-test.s 3 @ This is a simplified real world test case generated from this C++ code
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
eh-directive-integrated-test.s 3 @ This is a simplified real world test case generated from this C++ code
  /external/syzkaller/vendor/golang.org/x/sys/unix/
affinity_linux.go 113 // Per "Hacker's Delight", the first line can be simplified
  /external/curl/
buildconf.bat 96 rem 1 - success with simplified tool_hugehelp.c
177 rem 1 - simplified tool_hugehelp.c
  /external/syzkaller/vendor/github.com/google/go-cmp/cmp/
path.go 103 // String returns the simplified path to a node.
104 // The simplified path only contains struct field accesses.
  /external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
dwarfdump-rnglists.s 8 # We use very simplified compile unit dies.

Completed in 1148 milliseconds

12 3