Searched refs:RTys (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelDAGToDAG.cpp | 213 EVT RTys[] = { ValTy, MVT::i32, MVT::Other }; in LoadInstrForLoadIntrinsic() local 218 MachineSDNode *Res = CurDAG->getMachineNode(FLC->second, dl, RTys, in LoadInstrForLoadIntrinsic() 348 EVT RTys[] = { ValTy, MVT::i32, MVT::Other }; in SelectBrevLdIntrinsic() local 353 FLI->second, dl, RTys, in SelectBrevLdIntrinsic() 398 EVT RTys[] = { ValTy, MVT::i32, MVT::Other }; in SelectNewCircIntrinsic() local 411 MachineSDNode *Res = CurDAG->getMachineNode(FLI->second, DL, RTys, Ops); in SelectNewCircIntrinsic() 433 EVT RTys[] = { MVT::i32, MVT::Other }; in SelectNewCircIntrinsic() local 446 MachineSDNode *Res = CurDAG->getMachineNode(FSI->second, DL, RTys, Ops); in SelectNewCircIntrinsic()
|