/external/v8/src/compiler/ |
D | diamond.h | 17 struct Diamond { struct 25 Diamond(Graph* g, CommonOperatorBuilder* b, Node* cond, argument 36 void Chain(Diamond& that) { branch->ReplaceInput(1, that.merge); } in Chain() argument 42 void Nest(Diamond& that, bool if_true) { in Nest() argument
|
D | select-lowering.cc | 32 Diamond d(graph(), common(), cond, p.hint()); in Reduce()
|
D | simd-scalar-lowering.cc | 510 Diamond d_cmp(graph(), common(), in LowerCompareOp() 610 Diamond d_min(graph(), common(), in LowerSaturateBinaryOp() 614 Diamond d_max(graph(), common(), in LowerSaturateBinaryOp() 654 Diamond d(graph(), common(), in LowerIntMinMax() 706 Diamond nan_d(graph(), common(), graph()->NewNode(machine()->Float64Equal(), in LowerConvertFromFloat() 710 Diamond min_d(graph(), common(), in LowerConvertFromFloat() 713 Diamond max_d(graph(), common(), in LowerConvertFromFloat() 796 Diamond d_min(graph(), common(), graph()->NewNode(less_op, input, min)); in LowerPack() 799 Diamond d_max(graph(), common(), graph()->NewNode(less_op, max, input)); in LowerPack() 864 Diamond d(graph(), common(), in LowerNotEqual() [all …]
|
D | wasm-compiler.cc | 267 Diamond stack_check(graph(), mcgraph()->common(), check, BranchHint::kTrue); in StackCheck() 1697 Diamond tl_d(graph(), mcgraph()->common(), test, BranchHint::kFalse); in BuildIntConvertFloat() 1700 Diamond nan_d(graph(), mcgraph()->common(), nan_test, BranchHint::kFalse); in BuildIntConvertFloat() 1703 Diamond sat_d(graph(), mcgraph()->common(), neg_test, BranchHint::kNone); in BuildIntConvertFloat() 1985 Diamond tl_d(graph(), mcgraph()->common(), test, BranchHint::kFalse); in BuildCcallConvertFloat() 1988 Diamond nan_d(graph(), mcgraph()->common(), nan_test, BranchHint::kFalse); in BuildCcallConvertFloat() 1991 Diamond sat_d(graph(), mcgraph()->common(), neg_test, BranchHint::kNone); in BuildCcallConvertFloat() 2206 Diamond d( in BuildI32RemS() 2251 Diamond z( in BuildI32AsmjsDivS() 2257 Diamond n( in BuildI32AsmjsDivS() [all …]
|
D | int64-lowering.cc | 741 Diamond lt32( in LowerNode() 778 Diamond d( in LowerNode() 797 Diamond d( in LowerNode()
|
D | machine-operator-reducer.cc | 54 Diamond d(graph(), common(), in Float64PowHalf() 870 Diamond d(graph(), common(), in ReduceInt32Mod()
|
D | simplified-lowering.cc | 3742 Diamond d(graph(), common(), check, BranchHint::kFalse); in Uint32Div()
|
/external/clang/test/SemaCXX/ |
D | warn-reorder-ctor-initialization.cpp | 37 struct Diamond : public A, public B { struct 38 Diamond() : A(), B() {} in Diamond() function
|
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/ |
D | p5-var.cpp | 12 struct Diamond : Derived, Derived2 { }; struct 53 Diamond diamond, in bind_lvalue_to_lvalue()
|
/external/u-boot/doc/ |
D | README.xtensa | 4 Xtensa Architecture and Diamond Cores 8 Diamond Cores are pre-configured instances available for license and 36 the Diamond DC233 processor.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | ifcvt_diamond_unanalyzable.mir | 22 # Diamond testcase with unanalyzable instruction in the BB following the
|
/external/skqp/site/dev/testing/ |
D | index.md | 5 are served by our Diamond Master \(DM\) test tool, for correctness testing.
|
/external/skia/site/dev/testing/ |
D | index.md | 5 are served by our Diamond Master \(DM\) test tool, for correctness testing.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/MIR/PowerPC/ |
D | ifcvt-diamond-ret.mir | 25 # Diamond testcase with equivalent branches terminating in returns.
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffcheckbutton.cpp | 69 case XFA_AttributeEnum::Diamond: in UpdateWidgetProperty()
|
D | fxfa_basic.h | 230 Diamond, enumerator
|
/external/u-boot/board/cadence/xtfpga/ |
D | README | 16 - An Xtensa or Diamond processor core.
|
/external/pdfium/xfa/fxfa/parser/ |
D | xfa_basic_data_enum.cpp | 143 {0x7375465c, L"diamond", XFA_AttributeEnum::Diamond},
|
/external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/bdd/ |
D | parsing_scenarios.story | 403 Scenario: Diamond Operator information is exposed 413 Scenario: Diamond Operator can be parsed also with space and comments
|
/external/libmtp/logs/ |
D | mtp-detect-archos-50-diamond.txt | 6 ** [bugs:#1352] ARCHOS 50 Diamond** 46 Model: Archos 50 Diamond
|
D | mtp-detect-Archos-Diamond-S.txt | 31 Model: Archos 50Diamond S
|
/external/libxkbcommon/xkbcommon/test/data/symbols/ |
D | inet | 714 // Diamond 716 // Diamond 9801 / 9802 series
|
/external/testng/ |
D | CHANGES.txt | 51 …Equals(Collection, Collection) prints "null" when collections are different sizes (Michael Diamond) 98 Fixed: GITHUB-417: Expected Exceptions Message fails to match multi-line messages (Michael Diamond)
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.2.rst | 243 Multiple Inheritance: The Diamond Rule
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.2.rst | 243 Multiple Inheritance: The Diamond Rule
|