reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
576 Info.opc = ISD::INTRINSIC_W_CHAIN; 577 Info.memVT = MVT::i32; 578 Info.ptrVal = I.getArgOperand(0); 579 Info.offset = 0; 580 Info.align = Align(4); 587 Info.flags = MachineMemOperand::MOVolatile | MachineMemOperand::MOLoad; 590 Info.opc = ISD::INTRINSIC_W_CHAIN; 591 Info.memVT = MVT::i32; 592 Info.ptrVal = I.getArgOperand(0); 593 Info.offset = 0; 594 Info.align = Align(4); 595 Info.flags = MachineMemOperand::MOVolatile | MachineMemOperand::MOLoad; 598 Info.opc = ISD::INTRINSIC_W_CHAIN; 599 Info.memVT = MVT::i64; 600 Info.ptrVal = I.getArgOperand(0); 601 Info.offset = 0; 602 Info.align = Align(8); 603 Info.flags = MachineMemOperand::MOVolatile | MachineMemOperand::MOLoad;