Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreMCInstLower.h25 typedef MachineOperand::MachineOperandType MachineOperandType; typedef
36 MachineOperandType MOTy, unsigned Offset) const;
DXCoreMCInstLower.cpp32 MachineOperandType MOTy, in LowerSymbolOperand()
79 MachineOperandType MOTy = MO.getType(); in LowerOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineOperand.h52 enum MachineOperandType : unsigned char { enum
200 explicit MachineOperand(MachineOperandType K) in MachineOperand()
217 MachineOperandType getType() const { return (MachineOperandType)OpKind; } in getType()
956 return MachineOperand(static_cast<MachineOperand::MachineOperandType>(
960 return MachineOperand(static_cast<MachineOperand::MachineOperandType>(
967 if (LHS.getType() == static_cast<MachineOperand::MachineOperandType>(
969 LHS.getType() == static_cast<MachineOperand::MachineOperandType>(
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInst.h35 enum MachineOperandType : unsigned char { enum
43 MachineOperandType Kind = kInvalid;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIFoldOperands.cpp39 MachineOperand::MachineOperandType Kind;