Searched defs:DstOp (Results 1 – 8 of 8) sorted by relevance
68 DstOp(unsigned R) : Reg(R), Ty(DstType::Ty_Reg) {} in DstOp() function69 DstOp(Register R) : Reg(R), Ty(DstType::Ty_Reg) {} in DstOp() function70 DstOp(const MachineOperand &Op) : Reg(Op.getReg()), Ty(DstType::Ty_Reg) {} in DstOp() function71 DstOp(const LLT &T) : LLTTy(T), Ty(DstType::Ty_LLT) {} in DstOp() function72 DstOp(const TargetRegisterClass *TRC) : RC(TRC), Ty(DstType::Ty_RC) {} in DstOp() function
121 const MachineOperand &DstOp = MI->getOperand(0); in INITIALIZE_PASS_DEPENDENCY() local138 const MachineOperand &DstOp = MI->getOperand(0); in INITIALIZE_PASS_DEPENDENCY() local
70 uint16_t DstOp; member
1771 const MachineOperand &DstOp = MI->getOperand(0); in getShuffleComment() local2437 const MachineOperand &DstOp = MI->getOperand(0); in EmitInstruction() local2518 const MachineOperand &DstOp = MI->getOperand(0); in EmitInstruction() local2628 const MachineOperand &DstOp = MI->getOperand(0); in EmitInstruction() local
100 MachineOperand &DstOp = MI.getOperand(DstIdx); in runOnMachineFunction() local
1441 const MachineOperand &DstOp = MI->getOperand(0); in verifyPreISelGenericInstruction() local1528 const MachineOperand &DstOp = MI->getOperand(0); in visitMachineInstrBefore() local
1694 const MachineOperand &DstOp = Copy->getOperand(0); in constrainLocalCopy() local
1231 MDNode *DstOp; in linkModuleFlagsMetadata() local