Home
last modified time | relevance | path

Searched refs:RetVTs (Results 1 – 11 of 11) sorted by relevance

/external/llvm/utils/TableGen/
DIntrinsicEmitter.cpp339 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()
DCodeGenIntrinsics.h44 std::vector<MVT::SimpleValueType> RetVTs; member
DCodeGenTarget.cpp527 IS.RetVTs.push_back(VT); in CodeGenIntrinsic()
DCodeGenDAGPatterns.cpp1220 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/llvm-project/llvm/utils/TableGen/
DIntrinsicEmitter.cpp452 for (unsigned i = 0, e = Int.IS.RetVTs.size(); i != e; ++i) in ComputeFixedEncoding()
460 if (Int.IS.RetVTs.empty()) in ComputeFixedEncoding()
462 else if (Int.IS.RetVTs.size() == 1 && in ComputeFixedEncoding()
463 Int.IS.RetVTs[0] == MVT::isVoid) in ComputeFixedEncoding()
466 switch (Int.IS.RetVTs.size()) { in ComputeFixedEncoding()
479 for (unsigned i = 0, e = Int.IS.RetVTs.size(); i != e; ++i) in ComputeFixedEncoding()
DCodeGenIntrinsics.h44 std::vector<MVT::SimpleValueType> RetVTs; member
DCodeGenTarget.cpp755 IS.RetVTs.push_back(VT); in CodeGenIntrinsic()
DCodeGenDAGPatterns.cpp1781 return CDP.getIntrinsic(Operator).IS.RetVTs.size(); in GetNumNodeResults()
2418 unsigned NumRetVTs = Int->IS.RetVTs.size(); in ApplyTypeConstraints()
2422 MadeChange |= UpdateNodeType(i, Int->IS.RetVTs[i], TP); in ApplyTypeConstraints()
2870 if (Int.IS.RetVTs.empty()) in ParseTreePattern()
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp2335 SDVTList RetVTs = CurDAG->getVTList(MVT::Other, MVT::Glue); in tryStoreParam() local
2337 CurDAG->getMachineNode(Opcode.getValue(), DL, RetVTs, Ops); in tryStoreParam()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp2336 SDVTList RetVTs = CurDAG->getVTList(MVT::Other, MVT::Glue); in tryStoreParam() local
2338 CurDAG->getMachineNode(Opcode.getValue(), DL, RetVTs, Ops); in tryStoreParam()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp3124 SDVTList RetVTs = CurDAG->getVTList(MVT::Other, MVT::Glue); in tryStoreParam() local
3126 CurDAG->getMachineNode(Opcode, DL, RetVTs, Ops); in tryStoreParam()