Searched refs:RTys (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelDAGToDAG.cpp | 208 EVT RTys[] = { ValTy, MVT::i32, MVT::Other }; in LoadInstrForLoadIntrinsic() local 212 MachineSDNode *Res = CurDAG->getMachineNode(FLC->second, dl, RTys, in LoadInstrForLoadIntrinsic() 342 EVT RTys[] = { ValTy, MVT::i32, MVT::Other }; in SelectBrevLdIntrinsic() local 347 FLI->second, dl, RTys, in SelectBrevLdIntrinsic() 392 EVT RTys[] = { ValTy, MVT::i32, MVT::Other }; in SelectNewCircIntrinsic() local 405 MachineSDNode *Res = CurDAG->getMachineNode(FLI->second, DL, RTys, Ops); in SelectNewCircIntrinsic() 427 EVT RTys[] = { MVT::i32, MVT::Other }; in SelectNewCircIntrinsic() local 440 MachineSDNode *Res = CurDAG->getMachineNode(FSI->second, DL, RTys, Ops); in SelectNewCircIntrinsic()
|