/external/llvm-project/llvm/lib/Target/XCore/ |
D | XCoreMCInstLower.h | 24 typedef MachineOperand::MachineOperandType MachineOperandType; typedef 35 MachineOperandType MOTy, unsigned Offset) const;
|
D | XCoreMCInstLower.cpp | 32 MachineOperandType MOTy, in LowerSymbolOperand() 79 MachineOperandType MOTy = MO.getType(); in LowerOperand()
|
/external/llvm-project/llvm/lib/Target/ARC/ |
D | ARCMCInstLower.h | 27 using MachineOperandType = MachineOperand::MachineOperandType; variable 38 MachineOperandType MOTy, unsigned Offset) const;
|
D | ARCMCInstLower.cpp | 30 MachineOperandType MOTy, in LowerSymbolOperand() 78 MachineOperandType MOTy = MO.getType(); in LowerOperand()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
D | ARCMCInstLower.h | 27 using MachineOperandType = MachineOperand::MachineOperandType; variable 38 MachineOperandType MOTy, unsigned Offset) const;
|
D | ARCMCInstLower.cpp | 30 MachineOperandType MOTy, in LowerSymbolOperand() 78 MachineOperandType MOTy = MO.getType(); in LowerOperand()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreMCInstLower.h | 25 typedef MachineOperand::MachineOperandType MachineOperandType; typedef 36 MachineOperandType MOTy, unsigned Offset) const;
|
D | XCoreMCInstLower.cpp | 32 MachineOperandType MOTy, in LowerSymbolOperand() 79 MachineOperandType MOTy = MO.getType(); in LowerOperand()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreMCInstLower.h | 26 typedef MachineOperand::MachineOperandType MachineOperandType; typedef 38 MachineOperandType MOTy, unsigned Offset) const;
|
D | XCoreMCInstLower.cpp | 36 MachineOperandType MOTy, in LowerSymbolOperand() 83 MachineOperandType MOTy = MO.getType(); in LowerOperand()
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MipsMCInstLower.h | 28 using MachineOperandType = MachineOperand::MachineOperandType; variable 42 MachineOperandType MOTy, int64_t Offset) const;
|
D | MipsMCInstLower.cpp | 36 MachineOperandType MOTy, in LowerSymbolOperand() 179 MachineOperandType MOTy = MO.getType(); in LowerOperand()
|
/external/llvm/lib/Target/Mips/ |
D | MipsMCInstLower.h | 27 typedef MachineOperand::MachineOperandType MachineOperandType; typedef 38 MachineOperandType MOTy, unsigned Offset) const;
|
D | MipsMCInstLower.cpp | 37 MachineOperandType MOTy, in LowerSymbolOperand() 180 MachineOperandType MOTy = MO.getType(); in LowerOperand()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsMCInstLower.h | 28 using MachineOperandType = MachineOperand::MachineOperandType; variable 42 MachineOperandType MOTy, int64_t Offset) const;
|
D | MipsMCInstLower.cpp | 36 MachineOperandType MOTy, in LowerSymbolOperand() 179 MachineOperandType MOTy = MO.getType(); in LowerOperand()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineOperand.h | 52 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>(
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | MachineOperand.h | 52 enum MachineOperandType : unsigned char { enum 200 explicit MachineOperand(MachineOperandType K) in MachineOperand() 217 MachineOperandType getType() const { return (MachineOperandType)OpKind; } in getType() 966 return MachineOperand(static_cast<MachineOperand::MachineOperandType>( 970 return MachineOperand(static_cast<MachineOperand::MachineOperandType>( 977 if (LHS.getType() == static_cast<MachineOperand::MachineOperandType>( 979 LHS.getType() == static_cast<MachineOperand::MachineOperandType>(
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineOperand.h | 46 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/llvm/include/llvm/MC/ |
D | MCInst.h | 34 enum MachineOperandType : unsigned char { enum 42 MachineOperandType Kind;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCInst.h | 35 enum MachineOperandType : unsigned char { enum 43 MachineOperandType Kind = kInvalid;
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCInst.h | 35 enum MachineOperandType : unsigned char { enum 43 MachineOperandType Kind = kInvalid;
|
/external/capstone/ |
D | MCInst.h | 36 } MachineOperandType; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIFoldOperands.cpp | 39 MachineOperand::MachineOperandType Kind;
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | SIFoldOperands.cpp | 39 MachineOperand::MachineOperandType Kind;
|