Searched refs:OpcodeVT (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 1026 EVT OpcodeVT = MVT::i64; in tryRISBGZero() local 1037 OpcodeVT = MVT::i32; in tryRISBGZero() 1042 getUNDEF(DL, OpcodeVT), in tryRISBGZero() 1043 convertTo(DL, OpcodeVT, RISBG.Input), in tryRISBGZero() 1049 DL, VT, SDValue(CurDAG->getMachineNode(Opcode, DL, OpcodeVT, Ops), 0)); in tryRISBGZero()
|