Home
last modified time | relevance | path

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

/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()
/external/llvm-project/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp2561 unsigned ChildResNo = 0; // Instructions always use res #0 of their op. in ApplyTypeConstraints() local
2575 Child->UpdateNodeTypeFromInst(ChildResNo, SubRec, TP); in ApplyTypeConstraints()
2588 Child->UpdateNodeTypeFromInst(ChildResNo, SubRec, TP); in ApplyTypeConstraints()
2597 MadeChange |= Child->UpdateNodeTypeFromInst(ChildResNo, OperandNode, TP); in ApplyTypeConstraints()