Home
last modified time | relevance | path

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

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