Home
last modified time | relevance | path

Searched refs:MachineOperandType (Results 1 – 6 of 6) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreMCInstLower.h26 typedef MachineOperand::MachineOperandType MachineOperandType; typedef
38 MachineOperandType MOTy, unsigned Offset) const;
H A DXCoreMCInstLower.cpp36 MachineOperandType MOTy, in LowerSymbolOperand()
83 MachineOperandType MOTy = MO.getType(); in LowerOperand()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMipsMCInstLower.h28 typedef MachineOperand::MachineOperandType MachineOperandType; typedef
39 MachineOperandType MOTy, unsigned Offset) const;
H A DMipsMCInstLower.cpp36 MachineOperandType MOTy, in LowerSymbolOperand()
130 MachineOperandType MOTy = MO.getType(); in LowerOperand()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineOperand.h45 enum MachineOperandType : unsigned char { enum
68 MachineOperandType OpKind;
183 explicit MachineOperand(MachineOperandType K) in MachineOperand()
188 MachineOperandType getType() const { return (MachineOperandType)OpKind; } in getType()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCInst.h34 enum MachineOperandType : unsigned char { enum
42 MachineOperandType Kind;