Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Ddiamond.h17 struct Diamond { struct
25 Diamond(Graph* g, CommonOperatorBuilder* b, Node* cond, in Diamond() function
36 void Chain(Diamond const& that) { branch->ReplaceInput(1, that.merge); } in Chain()
42 void Nest(Diamond const& that, bool cond) { in Nest()
H A Dwasm-compiler.cc2186 Diamond tl_d(graph(), mcgraph()->common(), test, BranchHint::kFalse); in BuildIntConvertFloat()
2189 Diamond nan_d(graph(), mcgraph()->common(), nan_test, BranchHint::kFalse); in BuildIntConvertFloat()
2192 Diamond sat_d(graph(), mcgraph()->common(), neg_test, BranchHint::kNone); in BuildIntConvertFloat()
2441 Diamond tl_d(graph(), mcgraph()->common(), test, BranchHint::kFalse); in BuildCcallConvertFloat()
2444 Diamond nan_d(graph(), mcgraph()->common(), nan_test, BranchHint::kFalse); in BuildCcallConvertFloat()
2447 Diamond sat_d(graph(), mcgraph()->common(), neg_test, BranchHint::kNone); in BuildCcallConvertFloat()
2468 Diamond is_32_bit(graph(), mcgraph()->common(), in MemoryGrow()
2706 Diamond d(graph(), mcgraph()->common(), in BuildI32RemS()
2747 Diamond z(graph(), mcgraph()->common(), in BuildI32AsmjsDivS()
2752 Diamond in BuildI32AsmjsDivS()
[all...]
H A Dint64-lowering.cc786 Diamond lt32( in LowerNode()
827 Diamond d( in LowerNode()
847 Diamond d( in LowerNode()
H A Dmachine-operator-reducer.cc198 Diamond d(graph(), common(), in Float64PowHalf()
1211 Diamond d(graph(), common(), in ReduceInt32Mod()
H A Dsimplified-lowering.cc4657 // Note: We do not use the Diamond helper class here, because it really hurts in Int32Div()
4734 // Note: We do not use the Diamond helper class here, because it really hurts in Int32Mod()
4830 Diamond d(graph(), common(), check, BranchHint::kFalse); in Uint32Div()
4860 // Note: We do not use the Diamond helper class here, because it really hurts in Uint32Mod()
/third_party/skia/third_party/externals/spirv-tools/test/reduce/
H A Dconditional_branch_to_simple_conditional_branch_test.cpp28 TEST(ConditionalBranchToSimpleConditionalBranchTest, Diamond) { in TEST()
H A Dsimple_conditional_branch_to_branch_test.cpp28 TEST(SimpleConditionalBranchToBranchTest, Diamond) { in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/reduce/
H A Dconditional_branch_to_simple_conditional_branch_test.cpp28 TEST(ConditionalBranchToSimpleConditionalBranchTest, Diamond) { in TEST()
H A Dsimple_conditional_branch_to_branch_test.cpp28 TEST(SimpleConditionalBranchToBranchTest, Diamond) { in TEST()
/third_party/spirv-tools/test/reduce/
H A Dconditional_branch_to_simple_conditional_branch_test.cpp28 TEST(ConditionalBranchToSimpleConditionalBranchTest, Diamond) { in TEST()
H A Dsimple_conditional_branch_to_branch_test.cpp28 TEST(SimpleConditionalBranchToBranchTest, Diamond) { in TEST()

Completed in 23 milliseconds