HomeSort by relevance Sort by last modified time
    Searched refs:lowering (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/glsl/
lower_instructions.cpp 29 * of the most common cases, allowing the lowering code to be implemented once
111 * Determine if a particular type of lowering should occur
113 #define lowering(x) (this->lower & x) macro
257 if (lowering(DIV_TO_MUL_RCP))
276 if (lowering(SUB_TO_ADD_NEG))
281 if (ir->operands[1]->type->is_integer() && lowering(INT_DIV_TO_MUL_RCP))
283 else if (ir->operands[1]->type->is_float() && lowering(DIV_TO_MUL_RCP))
288 if (lowering(EXP_TO_EXP2))
293 if (lowering(LOG_TO_LOG2))
298 if (lowering(MOD_TO_FRACT) && ir->type->is_float()
    [all...]
  /external/mesa3d/src/glsl/
lower_instructions.cpp 29 * of the most common cases, allowing the lowering code to be implemented once
111 * Determine if a particular type of lowering should occur
113 #define lowering(x) (this->lower & x) macro
257 if (lowering(DIV_TO_MUL_RCP))
276 if (lowering(SUB_TO_ADD_NEG))
281 if (ir->operands[1]->type->is_integer() && lowering(INT_DIV_TO_MUL_RCP))
283 else if (ir->operands[1]->type->is_float() && lowering(DIV_TO_MUL_RCP))
288 if (lowering(EXP_TO_EXP2))
293 if (lowering(LOG_TO_LOG2))
298 if (lowering(MOD_TO_FRACT) && ir->type->is_float()
    [all...]
  /external/chromium_org/v8/src/compiler/
pipeline.cc 9 #include "src/compiler/change-lowering.h"
16 #include "src/compiler/js-generic-lowering.h"
18 #include "src/compiler/js-typed-lowering.h"
24 #include "src/compiler/simplified-lowering.h"
244 "typed lowering");
247 JSTypedLowering lowering(&jsgraph);
249 graph_reducer.AddReducer(&lowering);
257 "simplified lowering");
260 SimplifiedLowering lowering(&jsgraph);
261 lowering.LowerAllNodes()
    [all...]
simplified-lowering.cc 5 #include "src/compiler/simplified-lowering.h"
13 #include "src/compiler/simplified-lowering.h"
25 // Representation selection and lowering of {Simplified} operators to machine
27 // output representation and the best possible lowering for {Simplified} nodes.
36 // possible lowering for each operator so far, and that in turn determines
42 // 2.) LOWER: perform lowering for all {Simplified} nodes by replacing some
76 void Run(SimplifiedLowering* lowering) {
94 // Run lowering and change insertion phase.
95 TRACE(("--{Simplified lowering phase}--\n"));
102 VisitNode(node, GetUseInfo(node), lowering);
    [all...]
  /external/chromium_org/v8/test/cctest/compiler/
test-changes-lowering.cc 7 #include "src/compiler/change-lowering.h"
147 // Run the graph reducer with changes lowering on a single node.
150 ChangeLowering lowering(&jsgraph, &linkage);
152 reducer.AddReducer(&lowering);
  /external/chromium_org/v8/tools/gyp/
v8_base.host.darwin-arm.mk 52 v8/src/compiler/change-lowering.cc \
66 v8/src/compiler/js-generic-lowering.cc \
69 v8/src/compiler/js-typed-lowering.cc \
82 v8/src/compiler/simplified-lowering.cc \
v8_base.host.darwin-arm64.mk 52 v8/src/compiler/change-lowering.cc \
66 v8/src/compiler/js-generic-lowering.cc \
69 v8/src/compiler/js-typed-lowering.cc \
82 v8/src/compiler/simplified-lowering.cc \
v8_base.host.darwin-mips.mk 52 v8/src/compiler/change-lowering.cc \
66 v8/src/compiler/js-generic-lowering.cc \
69 v8/src/compiler/js-typed-lowering.cc \
82 v8/src/compiler/simplified-lowering.cc \
v8_base.host.darwin-mips64.mk 52 v8/src/compiler/change-lowering.cc \
66 v8/src/compiler/js-generic-lowering.cc \
69 v8/src/compiler/js-typed-lowering.cc \
82 v8/src/compiler/simplified-lowering.cc \
v8_base.host.darwin-x86.mk 52 v8/src/compiler/change-lowering.cc \
66 v8/src/compiler/js-generic-lowering.cc \
69 v8/src/compiler/js-typed-lowering.cc \
82 v8/src/compiler/simplified-lowering.cc \
v8_base.host.darwin-x86_64.mk 52 v8/src/compiler/change-lowering.cc \
66 v8/src/compiler/js-generic-lowering.cc \
69 v8/src/compiler/js-typed-lowering.cc \
82 v8/src/compiler/simplified-lowering.cc \
v8_base.host.linux-arm.mk 52 v8/src/compiler/change-lowering.cc \
66 v8/src/compiler/js-generic-lowering.cc \
69 v8/src/compiler/js-typed-lowering.cc \
82 v8/src/compiler/simplified-lowering.cc \
v8_base.host.linux-arm64.mk 52 v8/src/compiler/change-lowering.cc \
66 v8/src/compiler/js-generic-lowering.cc \
69 v8/src/compiler/js-typed-lowering.cc \
82 v8/src/compiler/simplified-lowering.cc \
v8_base.host.linux-mips.mk 52 v8/src/compiler/change-lowering.cc \
66 v8/src/compiler/js-generic-lowering.cc \
69 v8/src/compiler/js-typed-lowering.cc \
82 v8/src/compiler/simplified-lowering.cc \
v8_base.host.linux-mips64.mk 52 v8/src/compiler/change-lowering.cc \
66 v8/src/compiler/js-generic-lowering.cc \
69 v8/src/compiler/js-typed-lowering.cc \
82 v8/src/compiler/simplified-lowering.cc \
v8_base.host.linux-x86.mk 52 v8/src/compiler/change-lowering.cc \
66 v8/src/compiler/js-generic-lowering.cc \
69 v8/src/compiler/js-typed-lowering.cc \
82 v8/src/compiler/simplified-lowering.cc \
v8_base.host.linux-x86_64.mk 52 v8/src/compiler/change-lowering.cc \
66 v8/src/compiler/js-generic-lowering.cc \
69 v8/src/compiler/js-typed-lowering.cc \
82 v8/src/compiler/simplified-lowering.cc \
v8_base.target.darwin-arm64.mk 53 v8/src/compiler/change-lowering.cc \
67 v8/src/compiler/js-generic-lowering.cc \
70 v8/src/compiler/js-typed-lowering.cc \
83 v8/src/compiler/simplified-lowering.cc \
v8_base.target.darwin-mips.mk 53 v8/src/compiler/change-lowering.cc \
67 v8/src/compiler/js-generic-lowering.cc \
70 v8/src/compiler/js-typed-lowering.cc \
83 v8/src/compiler/simplified-lowering.cc \
v8_base.target.darwin-mips64.mk 53 v8/src/compiler/change-lowering.cc \
67 v8/src/compiler/js-generic-lowering.cc \
70 v8/src/compiler/js-typed-lowering.cc \
83 v8/src/compiler/simplified-lowering.cc \
v8_base.target.darwin-x86.mk 53 v8/src/compiler/change-lowering.cc \
67 v8/src/compiler/js-generic-lowering.cc \
70 v8/src/compiler/js-typed-lowering.cc \
83 v8/src/compiler/simplified-lowering.cc \
v8_base.target.darwin-x86_64.mk 53 v8/src/compiler/change-lowering.cc \
67 v8/src/compiler/js-generic-lowering.cc \
70 v8/src/compiler/js-typed-lowering.cc \
83 v8/src/compiler/simplified-lowering.cc \
v8_base.target.linux-arm64.mk 53 v8/src/compiler/change-lowering.cc \
67 v8/src/compiler/js-generic-lowering.cc \
70 v8/src/compiler/js-typed-lowering.cc \
83 v8/src/compiler/simplified-lowering.cc \
v8_base.target.linux-mips.mk 53 v8/src/compiler/change-lowering.cc \
67 v8/src/compiler/js-generic-lowering.cc \
70 v8/src/compiler/js-typed-lowering.cc \
83 v8/src/compiler/simplified-lowering.cc \
v8_base.target.linux-mips64.mk 53 v8/src/compiler/change-lowering.cc \
67 v8/src/compiler/js-generic-lowering.cc \
70 v8/src/compiler/js-typed-lowering.cc \
83 v8/src/compiler/simplified-lowering.cc \

Completed in 583 milliseconds

1 2