Searched refs:MachineOperandType (Results 1 – 10 of 10) sorted by relevance
29 typedef MachineOperand::MachineOperandType MachineOperandType; typedef39 MachineOperandType MOTy, unsigned Offset) const;
32 MachineOperandType MOTy, in LowerSymbolOperand()92 MachineOperandType MOTy = MO.getType(); in LowerOperand()
26 typedef MachineOperand::MachineOperandType MachineOperandType; typedef38 MachineOperandType MOTy, unsigned Offset) const;
36 MachineOperandType MOTy, in LowerSymbolOperand()83 MachineOperandType MOTy = MO.getType(); in LowerOperand()
27 typedef MachineOperand::MachineOperandType MachineOperandType; typedef38 MachineOperandType MOTy, unsigned Offset) const;
37 MachineOperandType MOTy, in LowerSymbolOperand()180 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()
39 enum MachineOperandType { enum156 explicit MachineOperand(MachineOperandType K) : OpKind(K), ParentMI(0) { in MachineOperand()162 MachineOperandType getType() const { return (MachineOperandType)OpKind; } in getType()
34 enum MachineOperandType : unsigned char { enum42 MachineOperandType Kind;
32 enum MachineOperandType { enum