Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreMCInstLower.h24 typedef MachineOperand::MachineOperandType MachineOperandType; typedef
35 MachineOperandType MOTy, unsigned Offset) const;
H A DXCoreMCInstLower.cpp32 MachineOperandType MOTy, in LowerSymbolOperand()
79 MachineOperandType MOTy = MO.getType(); in LowerOperand()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARC/
H A DARCMCInstLower.h27 using MachineOperandType = MachineOperand::MachineOperandType; variable
38 MachineOperandType MOTy, unsigned Offset) const;
H A DARCMCInstLower.cpp30 MachineOperandType MOTy, in LowerSymbolOperand()
78 MachineOperandType MOTy = MO.getType(); in LowerOperand()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsMCInstLower.h28 using MachineOperandType = MachineOperand::MachineOperandType; variable
42 MachineOperandType MOTy, int64_t Offset) const;
H A DMipsMCInstLower.cpp36 MachineOperandType MOTy, in LowerSymbolOperand()
179 MachineOperandType MOTy = MO.getType(); in LowerOperand()
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kMCInstLower.h32 typedef MachineOperand::MachineOperandType MachineOperandType; typedef
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineOperand.h50 enum MachineOperandType : unsigned char { enum
207 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>(
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCInst.h37 enum MachineOperandType : unsigned char { enum
46 MachineOperandType Kind = kInvalid;
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp33 MachineOperand::MachineOperandType Kind;