Searched refs:RetVTs (Results 1 – 13 of 13) sorted by relevance
/external/llvm/utils/TableGen/ |
D | IntrinsicEmitter.cpp | 339 if (Int.IS.RetVTs.empty()) in ComputeFixedEncoding() 341 else if (Int.IS.RetVTs.size() == 1 && in ComputeFixedEncoding() 342 Int.IS.RetVTs[0] == MVT::isVoid) in ComputeFixedEncoding() 345 switch (Int.IS.RetVTs.size()) { in ComputeFixedEncoding() 354 for (unsigned i = 0, e = Int.IS.RetVTs.size(); i != e; ++i) in ComputeFixedEncoding()
|
D | CodeGenIntrinsics.h | 44 std::vector<MVT::SimpleValueType> RetVTs; member
|
D | CodeGenTarget.cpp | 527 IS.RetVTs.push_back(VT); in CodeGenIntrinsic()
|
D | CodeGenDAGPatterns.cpp | 1220 return CDP.getIntrinsic(Operator).IS.RetVTs.size(); in GetNumNodeResults() 1778 unsigned NumRetVTs = Int->IS.RetVTs.size(); in ApplyTypeConstraints() 1782 MadeChange |= UpdateNodeType(i, Int->IS.RetVTs[i], TP); in ApplyTypeConstraints() 2212 if (Int.IS.RetVTs.empty()) in ParseTreePattern()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | IntrinsicEmitter.cpp | 367 if (Int.IS.RetVTs.empty()) in ComputeFixedEncoding() 369 else if (Int.IS.RetVTs.size() == 1 && in ComputeFixedEncoding() 370 Int.IS.RetVTs[0] == MVT::isVoid) in ComputeFixedEncoding() 373 switch (Int.IS.RetVTs.size()) { in ComputeFixedEncoding() 385 for (unsigned i = 0, e = Int.IS.RetVTs.size(); i != e; ++i) in ComputeFixedEncoding()
|
D | CodeGenIntrinsics.h | 45 std::vector<MVT::SimpleValueType> RetVTs; member
|
D | CodeGenTarget.cpp | 612 IS.RetVTs.push_back(VT); in CodeGenIntrinsic()
|
D | CodeGenDAGPatterns.cpp | 1661 return CDP.getIntrinsic(Operator).IS.RetVTs.size(); in GetNumNodeResults() 2279 unsigned NumRetVTs = Int->IS.RetVTs.size(); in ApplyTypeConstraints() 2283 MadeChange |= UpdateNodeType(i, Int->IS.RetVTs[i], TP); in ApplyTypeConstraints() 2712 if (Int.IS.RetVTs.empty()) in ParseTreePattern()
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | CodeGenIntrinsics.h | 44 std::vector<MVT::SimpleValueType> RetVTs; member
|
D | CodeGenTarget.cpp | 434 IS.RetVTs.push_back(VT); in CodeGenIntrinsic()
|
D | CodeGenDAGPatterns.cpp | 1011 return CDP.getIntrinsic(Operator).IS.RetVTs.size(); in GetNumNodeResults() 1482 unsigned NumRetVTs = Int->IS.RetVTs.size(); in ApplyTypeConstraints() 1486 MadeChange |= UpdateNodeType(i, Int->IS.RetVTs[i], TP); in ApplyTypeConstraints() 1856 if (Int.IS.RetVTs.empty()) in ParseTreePattern()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTXISelDAGToDAG.cpp | 2341 SDVTList RetVTs = CurDAG->getVTList(MVT::Other, MVT::Glue); in tryStoreParam() local 2343 CurDAG->getMachineNode(Opcode.getValue(), DL, RetVTs, Ops); in tryStoreParam()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXISelDAGToDAG.cpp | 3124 SDVTList RetVTs = CurDAG->getVTList(MVT::Other, MVT::Glue); in tryStoreParam() local 3126 CurDAG->getMachineNode(Opcode, DL, RetVTs, Ops); in tryStoreParam()
|