Searched refs:MachineOperandType (Results 1 – 12 of 12) 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;
35 MachineOperandType MOTy, in LowerSymbolOperand() 178 MachineOperandType MOTy = MO.getType(); in LowerOperand()
32 typedef MachineOperand::MachineOperandType MachineOperandType; typedef
50 enum MachineOperandType : unsigned char { enum 207 explicit MachineOperand(MachineOperandType K) in MachineOperand() 222 /// getType - Returns the MachineOperandType for this operand.224 MachineOperandType getType() const { return (MachineOperandType)OpKind; } in getType() 1021 return MachineOperand(static_cast<MachineOperand::MachineOperandType>(1025 return MachineOperand(static_cast<MachineOperand::MachineOperandType>(1032 if (LHS.getType() == static_cast<MachineOperand::MachineOperandType>(1034 LHS.getType() == static_cast<MachineOperand::MachineOperandType>(
37 enum MachineOperandType : unsigned char { enum46 MachineOperandType Kind = kInvalid;
50 MachineOperand::MachineOperandType MOTy,
172 MachineOperand::MachineOperandType MOTy, in LowerSymbolOperand()222 MachineOperand::MachineOperandType MOTy = MO.getType(); in lowerOperand()
33 MachineOperand::MachineOperandType Kind;