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
51 enum MachineOperandType : unsigned char { enum202 explicit MachineOperand(MachineOperandType K) in MachineOperand()219 MachineOperandType getType() const { return (MachineOperandType)OpKind; } in getType()968 return MachineOperand(static_cast<MachineOperand::MachineOperandType>(972 return MachineOperand(static_cast<MachineOperand::MachineOperandType>(979 if (LHS.getType() == static_cast<MachineOperand::MachineOperandType>(981 LHS.getType() == static_cast<MachineOperand::MachineOperandType>(
37 enum MachineOperandType : unsigned char { enum46 MachineOperandType Kind = kInvalid;
32 MachineOperand::MachineOperandType Kind;