Searched refs:ResTys (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp139 const EVT ResTys[] = {MVT::i64, MVT::i64, MVT::Other}; local
142 ZeroData ? AArch64::STZGloop : AArch64::STGloop, dl, ResTys, Ops);
H A DAArch64ISelDAGToDAG.cpp1288 const EVT ResTys[] = {MVT::Untyped, MVT::Other}; local
1290 SDNode *Ld = CurDAG->getMachineNode(Opc, dl, ResTys, Ops);
1315 const EVT ResTys[] = {MVT::i64, // Type of the write back register local
1318 SDNode *Ld = CurDAG->getMachineNode(Opc, dl, ResTys, Ops);
1361 const EVT ResTys[] = {MVT::i64, // Type of the write back register local
1373 SDNode *St = CurDAG->getMachineNode(Opc, dl, ResTys, Ops);
1428 const EVT ResTys[] = {MVT::Untyped, MVT::Other}; local
1435 SDNode *Ld = CurDAG->getMachineNode(Opc, dl, ResTys, Ops);
1467 const EVT ResTys[] = {MVT::i64, // Type of the write back register local
1479 SDNode *Ld = CurDAG->getMachineNode(Opc, dl, ResTys, Op
1551 const EVT ResTys[] = {MVT::i64, // Type of the write back register local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2056 std::vector<EVT> ResTys; local
2057 ResTys.push_back(ResTy);
2059 ResTys.push_back(MVT::i32);
2060 ResTys.push_back(MVT::Other);
2090 VLd = CurDAG->getMachineNode(Opc, dl, ResTys, Ops);
2120 VLd = CurDAG->getMachineNode(QOpcodes1[OpcodeIndex], dl, ResTys, Ops);
2189 std::vector<EVT> ResTys; local
2191 ResTys.push_back(MVT::i32);
2192 ResTys.push_back(MVT::Other);
2248 SDNode *VSt = CurDAG->getMachineNode(Opc, dl, ResTys, Op
2352 std::vector<EVT> ResTys; local
2742 std::vector<EVT> ResTys; local
4038 std::vector<EVT> ResTys; local
4096 const EVT ResTys[] = {MVT::i32, MVT::Other}; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp1343 SmallVector<EVT, 2> ResTys; local
1347 ResTys.push_back((*I == MVT::i64) ? MVT::Untyped : *I);
1350 SDValue Val = DAG.getNode(Opc, DL, ResTys, Ops);
1351 SDValue Out = (ResTys[0] == MVT::Untyped) ? extractLOHI(Val, DL, DAG) : Val;

Completed in 185 milliseconds