Searched refs:Diamond (Results 1 - 11 of 11) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | diamond.h | 17 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 D | wasm-compiler.cc | 2186 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 D | int64-lowering.cc | 786 Diamond lt32( in LowerNode() 827 Diamond d( in LowerNode() 847 Diamond d( in LowerNode()
|
H A D | machine-operator-reducer.cc | 198 Diamond d(graph(), common(), in Float64PowHalf() 1211 Diamond d(graph(), common(), in ReduceInt32Mod()
|
H A D | simplified-lowering.cc | 4657 // 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 D | conditional_branch_to_simple_conditional_branch_test.cpp | 28 TEST(ConditionalBranchToSimpleConditionalBranchTest, Diamond) { in TEST()
|
H A D | simple_conditional_branch_to_branch_test.cpp | 28 TEST(SimpleConditionalBranchToBranchTest, Diamond) { in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/reduce/ |
H A D | conditional_branch_to_simple_conditional_branch_test.cpp | 28 TEST(ConditionalBranchToSimpleConditionalBranchTest, Diamond) { in TEST()
|
H A D | simple_conditional_branch_to_branch_test.cpp | 28 TEST(SimpleConditionalBranchToBranchTest, Diamond) { in TEST()
|
/third_party/spirv-tools/test/reduce/ |
H A D | conditional_branch_to_simple_conditional_branch_test.cpp | 28 TEST(ConditionalBranchToSimpleConditionalBranchTest, Diamond) { in TEST()
|
H A D | simple_conditional_branch_to_branch_test.cpp | 28 TEST(SimpleConditionalBranchToBranchTest, Diamond) { in TEST()
|
Completed in 23 milliseconds