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;
37 MachineOperandType MOTy, in LowerSymbolOperand()136 MachineOperandType MOTy = MO.getType(); in LowerOperand()
46 enum MachineOperandType : unsigned char { enum69 MachineOperandType OpKind : 8;184 explicit MachineOperand(MachineOperandType K) in MachineOperand()189 MachineOperandType getType() const { return (MachineOperandType)OpKind; } in getType()
34 enum MachineOperandType : unsigned char { enum42 MachineOperandType Kind;