Searched refs:MachineOperandType (Results 1 – 6 of 6) sorted by relevance
26 typedef MachineOperand::MachineOperandType MachineOperandType; typedef38 MachineOperandType MOTy, unsigned Offset) const;
36 MachineOperandType MOTy, in LowerSymbolOperand()83 MachineOperandType MOTy = MO.getType(); in LowerOperand()
28 typedef MachineOperand::MachineOperandType MachineOperandType; typedef39 MachineOperandType MOTy, unsigned Offset) const;
36 MachineOperandType MOTy, in LowerSymbolOperand()130 MachineOperandType MOTy = MO.getType(); in LowerOperand()
45 enum MachineOperandType : unsigned char { enum68 MachineOperandType OpKind;183 explicit MachineOperand(MachineOperandType K) in MachineOperand()188 MachineOperandType getType() const { return (MachineOperandType)OpKind; } in getType()
34 enum MachineOperandType { enum