Searched refs:ChildResNo (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 1594 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/ |
D | CodeGenDAGPatterns.cpp | 1903 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/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 2404 unsigned ChildResNo = 0; // Instructions always use res #0 of their op. in ApplyTypeConstraints() local 2418 Child->UpdateNodeTypeFromInst(ChildResNo, SubRec, TP); in ApplyTypeConstraints() 2431 Child->UpdateNodeTypeFromInst(ChildResNo, SubRec, TP); in ApplyTypeConstraints() 2440 MadeChange |= Child->UpdateNodeTypeFromInst(ChildResNo, OperandNode, TP); in ApplyTypeConstraints()
|