Home
last modified time | relevance | path

Searched refs:DstValue (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Linker/
DIRMover.cpp1124 MDNode *DstValue = cast<MDNode>(DstOp->getOperand(2)); in linkModuleFlagsMetadata() local
1127 MDs.reserve(DstValue->getNumOperands() + SrcValue->getNumOperands()); in linkModuleFlagsMetadata()
1128 MDs.append(DstValue->op_begin(), DstValue->op_end()); in linkModuleFlagsMetadata()
1136 MDNode *DstValue = cast<MDNode>(DstOp->getOperand(2)); in linkModuleFlagsMetadata() local
1138 Elts.insert(DstValue->op_begin(), DstValue->op_end()); in linkModuleFlagsMetadata()
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DXmmArith.cpp1381 test.setDqwordTo(T0, Inst##Size##DstValue); \ in TEST_F()
1402 test.setDqwordTo(T0, Inst##Size##DstValue); \ in TEST_F()
1416 Immediate(Inst##Size##DstValue)); \ in TEST_F()
1442 test.setDqwordTo(T0, Inst##Size##DstValue); \ in TEST_F()
1462 test.setDqwordTo(T0, Inst##Size##DstValue); \ in TEST_F()
1477 Immediate(Inst##Size##DstValue)); \ in TEST_F()
1547 test##Size##DstValue.F##Size[0] = Value0; \ in TEST_F()
1565 test.setDqwordTo(T0, test##Size##DstValue); \ in TEST_F()
1580 test##Size##DstValue.F##Size[0] = Value0; \ in TEST_F()
1597 test.setDqwordTo(T0, test##Size##DstValue); \ in TEST_F()
[all …]
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DXmmArith.cpp1454 test.setDqwordTo(T0, Inst##Size##DstValue); \ in TEST_F()
1474 test.setDqwordTo(T0, Inst##Size##DstValue); \ in TEST_F()
1487 __ mov(IceType_i32, Encoded_GPR_##GPR(), Immediate(Inst##Size##DstValue)); \ in TEST_F()
1513 test.setDqwordTo(T0, Inst##Size##DstValue); \ in TEST_F()
1533 test.setDqwordTo(T0, Inst##Size##DstValue); \ in TEST_F()
1547 __ mov(IceType_i32, Encoded_GPR_##GPR(), Immediate(Inst##Size##DstValue)); \ in TEST_F()
1630 test##Size##DstValue.F##Size[0] = Value0; \ in TEST_F()
1647 test.setDqwordTo(T0, test##Size##DstValue); \ in TEST_F()
1662 test##Size##DstValue.F##Size[0] = Value0; \ in TEST_F()
1678 test.setDqwordTo(T0, test##Size##DstValue); \ in TEST_F()
[all …]