Searched refs:MachineOperandType (Results 1 – 10 of 10) sorted by relevance
24 typedef MachineOperand::MachineOperandType MachineOperandType; typedef35 MachineOperandType MOTy, unsigned Offset) const;
32 MachineOperandType MOTy, in LowerSymbolOperand()79 MachineOperandType MOTy = MO.getType(); in LowerOperand()
27 using MachineOperandType = MachineOperand::MachineOperandType; variable38 MachineOperandType MOTy, unsigned Offset) const;
30 MachineOperandType MOTy, in LowerSymbolOperand()78 MachineOperandType MOTy = MO.getType(); in LowerOperand()
28 using MachineOperandType = MachineOperand::MachineOperandType; variable42 MachineOperandType MOTy, int64_t Offset) const;
36 MachineOperandType MOTy, in LowerSymbolOperand()179 MachineOperandType MOTy = MO.getType(); in LowerOperand()
32 typedef MachineOperand::MachineOperandType MachineOperandType; typedef
50 enum MachineOperandType : unsigned char { enum207 explicit MachineOperand(MachineOperandType K) in MachineOperand()224 MachineOperandType getType() const { return (MachineOperandType)OpKind; } in getType()1014 return MachineOperand(static_cast<MachineOperand::MachineOperandType>(1018 return MachineOperand(static_cast<MachineOperand::MachineOperandType>(1025 if (LHS.getType() == static_cast<MachineOperand::MachineOperandType>(1027 LHS.getType() == static_cast<MachineOperand::MachineOperandType>(
37 enum MachineOperandType : unsigned char { enum46 MachineOperandType Kind = kInvalid;
33 MachineOperand::MachineOperandType Kind;