Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DIntrinsicEmitter.cpp397 if (Int.IS.RetVTs.empty()) in ComputeFixedEncoding()
399 else if (Int.IS.RetVTs.size() == 1 && in ComputeFixedEncoding()
400 Int.IS.RetVTs[0] == MVT::isVoid) in ComputeFixedEncoding()
403 switch (Int.IS.RetVTs.size()) { in ComputeFixedEncoding()
412 for (unsigned i = 0, e = Int.IS.RetVTs.size(); i != e; ++i) in ComputeFixedEncoding()
DCodeGenIntrinsics.h45 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/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp3052 SDVTList RetVTs = CurDAG->getVTList(MVT::Other, MVT::Glue); in SelectStoreParam() local
3054 CurDAG->getMachineNode(Opcode, DL, RetVTs, Ops); in SelectStoreParam()