Searched refs:ChangeBoolToBit (Results 1 - 11 of 11) sorted by relevance

/external/v8/src/compiler/
H A Dchange-lowering.h38 Reduction ChangeBoolToBit(Node* val);
H A Dsimplified-operator.h127 const Operator* ChangeBoolToBit();
H A Dsimplified-operator-reducer-unittest.cc145 {&SimplifiedOperatorBuilder::ChangeBoolToBit, "ChangeBoolToBit"},
206 // ChangeBoolToBit
213 graph()->NewNode(simplified()->ChangeBoolToBit(), param0)));
236 // ChangeBoolToBit
241 graph()->NewNode(simplified()->ChangeBoolToBit(), FalseConstant()));
249 Reduce(graph()->NewNode(simplified()->ChangeBoolToBit(), TrueConstant()));
258 simplified()->ChangeBoolToBit(),
H A Dchange-lowering.cc23 return ChangeBoolToBit(node->InputAt(0));
122 Reduction ChangeLowering::ChangeBoolToBit(Node* val) { function in class:v8::internal::compiler::ChangeLowering
H A Dopcodes.h157 V(ChangeBoolToBit) \
H A Dsimplified-operator.cc121 V(ChangeBoolToBit, Operator::kNoProperties, 1) \
H A Dchange-lowering-unittest.cc142 TARGET_TEST_P(ChangeLoweringCommonTest, ChangeBoolToBit) {
144 Node* node = graph()->NewNode(simplified()->ChangeBoolToBit(), val);
H A Drepresentation-change.h217 op = simplified()->ChangeBoolToBit();
H A Dsimplified-operator-unittest.cc68 PURE(ChangeBoolToBit, Operator::kNoProperties, 1),
/external/v8/test/cctest/compiler/
H A Dsimplified-graph-builder.h117 Node* ChangeBoolToBit(Node* a) { function in class:v8::internal::compiler::SimplifiedGraphBuilder
118 return NewNode(simplified()->ChangeBoolToBit(), a);
H A Dtest-changes-lowering.cc275 t.BuildAndLower(t.simplified()->ChangeBoolToBit());

Completed in 133 milliseconds