Home
last modified time | relevance | path

Searched refs:ChildResNo (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenDAGPatterns.cpp1594 unsigned ChildResNo = 0; // Instructions always use res #0 of their op. in ApplyTypeConstraints() local
1599 MadeChange |= Child->UpdateNodeType(ChildResNo, RC.getValueTypes(), TP); in ApplyTypeConstraints()
1604 MadeChange |= Child->UpdateNodeType(ChildResNo, RC.getValueTypes(), TP); in ApplyTypeConstraints()
1607 MadeChange |= Child->UpdateNodeType(ChildResNo, VT, TP); in ApplyTypeConstraints()
1609 MadeChange |= Child->UpdateNodeType(ChildResNo, MVT::iPTR, TP); in ApplyTypeConstraints()
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp1903 unsigned ChildResNo = 0; // Instructions always use res #0 of their op. in ApplyTypeConstraints() local
1917 Child->UpdateNodeTypeFromInst(ChildResNo, SubRec, TP); in ApplyTypeConstraints()
1930 Child->UpdateNodeTypeFromInst(ChildResNo, SubRec, TP); in ApplyTypeConstraints()
1939 MadeChange |= Child->UpdateNodeTypeFromInst(ChildResNo, OperandNode, TP); in ApplyTypeConstraints()