Searched refs:MachineOperandType (Results 1 – 13 of 13) sorted by relevance
24 typedef MachineOperand::MachineOperandType MachineOperandType; typedef35 MachineOperandType MOTy, unsigned Offset) const;
32 MachineOperandType MOTy, in LowerSymbolOperand()77 MachineOperandType MOTy = MO.getType(); in LowerOperand()
27 using MachineOperandType = MachineOperand::MachineOperandType; variable38 MachineOperandType MOTy, unsigned Offset) const;
30 MachineOperandType MOTy, in LowerSymbolOperand()77 MachineOperandType MOTy = MO.getType(); in LowerOperand()
28 using MachineOperandType = MachineOperand::MachineOperandType; variable42 MachineOperandType MOTy, int64_t Offset) const;
36 MachineOperandType MOTy, in LowerSymbolOperand()187 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()1026 return MachineOperand(static_cast<MachineOperand::MachineOperandType>(1030 return MachineOperand(static_cast<MachineOperand::MachineOperandType>(1037 if (LHS.getType() == static_cast<MachineOperand::MachineOperandType>(1039 LHS.getType() == static_cast<MachineOperand::MachineOperandType>(
41 enum MachineOperandType : unsigned char { enum50 MachineOperandType Kind = kInvalid;
60 MachineOperand::MachineOperandType MOTy,
230 MachineOperand::MachineOperandType MOTy, in LowerSymbolOperand()275 MachineOperand::MachineOperandType MOTy = MO.getType(); in lowerOperand()
47 MachineOperand::MachineOperandType Kind;
1017 MachineOperand::MachineOperandType::MO_IntrinsicID) in selectExtInst()