Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
DARCMCInstLower.h28 using MachineOperandType = MachineOperand::MachineOperandType; variable
39 MachineOperandType MOTy, unsigned Offset) const;
DARCMCInstLower.cpp31 MachineOperandType MOTy, in LowerSymbolOperand()
79 MachineOperandType MOTy = MO.getType(); in LowerOperand()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreMCInstLower.h26 typedef MachineOperand::MachineOperandType MachineOperandType; typedef
37 MachineOperandType MOTy, unsigned Offset) const;
DXCoreMCInstLower.cpp33 MachineOperandType MOTy, in LowerSymbolOperand()
80 MachineOperandType MOTy = MO.getType(); in LowerOperand()
/external/llvm/lib/Target/XCore/
DXCoreMCInstLower.h26 typedef MachineOperand::MachineOperandType MachineOperandType; typedef
38 MachineOperandType MOTy, unsigned Offset) const;
DXCoreMCInstLower.cpp36 MachineOperandType MOTy, in LowerSymbolOperand()
83 MachineOperandType MOTy = MO.getType(); in LowerOperand()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsMCInstLower.h29 typedef MachineOperand::MachineOperandType MachineOperandType; typedef
39 MachineOperandType MOTy, unsigned Offset) const;
DMipsMCInstLower.cpp32 MachineOperandType MOTy, in LowerSymbolOperand()
92 MachineOperandType MOTy = MO.getType(); in LowerOperand()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsMCInstLower.h29 using MachineOperandType = MachineOperand::MachineOperandType; variable
43 MachineOperandType MOTy, unsigned Offset) const;
DMipsMCInstLower.cpp37 MachineOperandType MOTy, in LowerSymbolOperand()
180 MachineOperandType MOTy = MO.getType(); in LowerOperand()
/external/llvm/lib/Target/Mips/
DMipsMCInstLower.h27 typedef MachineOperand::MachineOperandType MachineOperandType; typedef
38 MachineOperandType MOTy, unsigned Offset) const;
DMipsMCInstLower.cpp37 MachineOperandType MOTy, in LowerSymbolOperand()
180 MachineOperandType MOTy = MO.getType(); in LowerOperand()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineOperand.h51 enum MachineOperandType : unsigned char { enum
196 explicit MachineOperand(MachineOperandType K) in MachineOperand()
213 MachineOperandType getType() const { return (MachineOperandType)OpKind; } in getType()
927 return MachineOperand(static_cast<MachineOperand::MachineOperandType>(
931 return MachineOperand(static_cast<MachineOperand::MachineOperandType>(
938 if (LHS.getType() == static_cast<MachineOperand::MachineOperandType>(
940 LHS.getType() == static_cast<MachineOperand::MachineOperandType>(
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h46 enum MachineOperandType : unsigned char { enum
69 MachineOperandType OpKind : 8;
184 explicit MachineOperand(MachineOperandType K) in MachineOperand()
189 MachineOperandType getType() const { return (MachineOperandType)OpKind; } in getType()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineOperand.h39 enum MachineOperandType { enum
156 explicit MachineOperand(MachineOperandType K) : OpKind(K), ParentMI(0) { in MachineOperand()
162 MachineOperandType getType() const { return (MachineOperandType)OpKind; } in getType()
/external/llvm/include/llvm/MC/
DMCInst.h34 enum MachineOperandType : unsigned char { enum
42 MachineOperandType Kind;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCInst.h36 enum MachineOperandType : unsigned char { enum
44 MachineOperandType Kind = kInvalid;
/external/capstone/
DMCInst.h39 } MachineOperandType; member
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCInst.h32 enum MachineOperandType { enum
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIFoldOperands.cpp39 MachineOperand::MachineOperandType Kind;