/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | MachineOperand.h | 49 class MachineOperand { 184 MachineOperand *Prev; // Access list for register. See MRI. 185 MachineOperand *Next; 202 explicit MachineOperand(MachineOperandType K) in MachineOperand() function 205 static_assert(alignof(MachineOperand) <= alignof(int64_t), in MachineOperand() 209 static_assert(sizeof(MachineOperand) <= in MachineOperand() 259 static void printTargetFlags(raw_ostream& OS, const MachineOperand &Op); 720 bool isIdenticalTo(const MachineOperand &Other) const; 728 friend hash_code hash_value(const MachineOperand &MO); 773 static MachineOperand CreateImm(int64_t Val) { in CreateImm() [all …]
|
H A D | MachineInstrBuilder.h | 101 MI->addOperand(*MF, MachineOperand::CreateReg(RegNo, 132 MI->addOperand(*MF, MachineOperand::CreateImm(Val)); in addImm() 137 MI->addOperand(*MF, MachineOperand::CreateCImm(Val)); in addCImm() 142 MI->addOperand(*MF, MachineOperand::CreateFPImm(Val)); in addFPImm() 148 MI->addOperand(*MF, MachineOperand::CreateMBB(MBB, TargetFlags)); 153 MI->addOperand(*MF, MachineOperand::CreateFI(Idx)); in addFrameIndex() 160 MI->addOperand(*MF, MachineOperand::CreateCPI(Idx, Offset, TargetFlags)); 166 MI->addOperand(*MF, MachineOperand::CreateTargetIndex(Idx, Offset, 173 MI->addOperand(*MF, MachineOperand::CreateJTI(Idx, TargetFlags)); 180 MI->addOperand(*MF, MachineOperand::CreateGA(GV, Offset, TargetFlags)); [all …]
|
H A D | TileShapeInfo.h | 32 ShapeT(MachineOperand *Row, MachineOperand *Col, 42 MachineOperand *R = Shape.Row; 43 MachineOperand *C = Shape.Col; 57 MachineOperand *getRow() const { return Row; } in getRow() 59 MachineOperand *getCol() const { return Col; } in getCol() 73 for (const MachineOperand &DefMO : MRI->def_operands(Reg)) { in deduceImm() 88 MachineOperand *Row; 89 MachineOperand *Col;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | MachineOperand.cpp | 43 static const MachineFunction *getMFIfAvailable(const MachineOperand &MO) { in getMFIfAvailable() 50 static MachineFunction *getMFIfAvailable(MachineOperand &MO) { in getMFIfAvailable() 52 getMFIfAvailable(const_cast<const MachineOperand &>(MO))); in getMFIfAvailable() 55 void MachineOperand::setReg(Register Reg) { in setReg() 77 void MachineOperand::substVirtReg(Register Reg, unsigned SubIdx, in substVirtReg() 87 void MachineOperand::substPhysReg(MCRegister Reg, const TargetRegisterInfo &TRI) { in substPhysReg() 101 void MachineOperand::setIsDef(bool Val) { in setIsDef() 118 bool MachineOperand::isRenamable() const { in isRenamable() 136 void MachineOperand::setIsRenamable(bool Val) { in setIsRenamable() 145 void MachineOperand::removeRegFromUses() { in removeRegFromUses() [all …]
|
H A D | MachineStableHash.cpp | 62 stable_hash llvm::stableHashValue(const MachineOperand &MO) { in stableHashValue() 64 case MachineOperand::MO_Register: in stableHashValue() 73 case MachineOperand::MO_Immediate: in stableHashValue() 75 case MachineOperand::MO_CImmediate: in stableHashValue() 76 case MachineOperand::MO_FPImmediate: { in stableHashValue() 84 case MachineOperand::MO_MachineBasicBlock: in stableHashValue() 87 case MachineOperand::MO_ConstantPoolIndex: in stableHashValue() 90 case MachineOperand::MO_BlockAddress: in stableHashValue() 93 case MachineOperand::MO_Metadata: in stableHashValue() 96 case MachineOperand::MO_GlobalAddress: in stableHashValue() [all …]
|
H A D | MIRVRegNamerUtils.cpp | 70 auto GetHashableMO = [this](const MachineOperand &MO) -> unsigned { in getInstructionOpcodeHash() 72 case MachineOperand::MO_CImmediate: in getInstructionOpcodeHash() 75 case MachineOperand::MO_FPImmediate: in getInstructionOpcodeHash() 79 case MachineOperand::MO_Register: in getInstructionOpcodeHash() 83 case MachineOperand::MO_Immediate: in getInstructionOpcodeHash() 85 case MachineOperand::MO_TargetIndex: in getInstructionOpcodeHash() 87 case MachineOperand::MO_FrameIndex: in getInstructionOpcodeHash() 88 case MachineOperand::MO_ConstantPoolIndex: in getInstructionOpcodeHash() 89 case MachineOperand::MO_JumpTableIndex: in getInstructionOpcodeHash() 100 case MachineOperand::MO_CFIIndex: in getInstructionOpcodeHash() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInstructionSelector.h | 44 class MachineOperand; variable 90 MachineOperand getSubOperand64(MachineOperand &MO, 150 bool selectGlobalAtomicFadd(MachineInstr &I, MachineOperand &AddrOp, 151 MachineOperand &DataOp) const; 154 std::pair<Register, unsigned> selectVOP3ModsImpl(MachineOperand &Root, 158 selectVCSRC(MachineOperand &Root) const; 161 selectVSRC0(MachineOperand &Root) const; 164 selectVOP3Mods0(MachineOperand &Root) const; 166 selectVOP3BMods0(MachineOperand &Root) const; 168 selectVOP3OMods(MachineOperand &Root) const; [all …]
|
H A D | SIPeepholeSDWA.cpp | 55 Optional<int64_t> foldToImm(const MachineOperand &Op) const; 83 MachineOperand *Target; // Operand that would be used in converted instruction 84 MachineOperand *Replaced; // Operand that would be replace by Target 87 SDWAOperand(MachineOperand *TargetOp, MachineOperand *ReplacedOp) in SDWAOperand() 98 MachineOperand *getTargetOperand() const { return Target; } in getTargetOperand() 99 MachineOperand *getReplacedOperand() const { return Replaced; } in getReplacedOperand() 122 SDWASrcOperand(MachineOperand *TargetOp, MachineOperand *ReplacedOp, in SDWASrcOperand() 137 const MachineOperand *SrcOp) const; 151 SDWADstOperand(MachineOperand *TargetOp, MachineOperand *ReplacedOp, in SDWADstOperand() 168 MachineOperand *Preserve; [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/ |
H A D | ARCMCInstLower.cpp | 29 MCOperand ARCMCInstLower::LowerSymbolOperand(const MachineOperand &MO, in LowerSymbolOperand() 36 case MachineOperand::MO_MachineBasicBlock: in LowerSymbolOperand() 39 case MachineOperand::MO_GlobalAddress: in LowerSymbolOperand() 43 case MachineOperand::MO_BlockAddress: in LowerSymbolOperand() 47 case MachineOperand::MO_ExternalSymbol: in LowerSymbolOperand() 51 case MachineOperand::MO_JumpTableIndex: in LowerSymbolOperand() 54 case MachineOperand::MO_ConstantPoolIndex: in LowerSymbolOperand() 76 MCOperand ARCMCInstLower::LowerOperand(const MachineOperand &MO, in LowerOperand() 83 case MachineOperand::MO_Register: in LowerOperand() 88 case MachineOperand::MO_Immediate: in LowerOperand() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/ |
H A D | XCoreMCInstLower.cpp | 31 MCOperand XCoreMCInstLower::LowerSymbolOperand(const MachineOperand &MO, in LowerSymbolOperand() 38 case MachineOperand::MO_MachineBasicBlock: in LowerSymbolOperand() 41 case MachineOperand::MO_GlobalAddress: in LowerSymbolOperand() 45 case MachineOperand::MO_BlockAddress: in LowerSymbolOperand() 49 case MachineOperand::MO_ExternalSymbol: in LowerSymbolOperand() 53 case MachineOperand::MO_JumpTableIndex: in LowerSymbolOperand() 56 case MachineOperand::MO_ConstantPoolIndex: in LowerSymbolOperand() 77 MCOperand XCoreMCInstLower::LowerOperand(const MachineOperand &MO, in LowerOperand() 83 case MachineOperand::MO_Register: in LowerOperand() 87 case MachineOperand::MO_Immediate: in LowerOperand() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/ |
H A D | SparcMCInstLower.cpp | 30 const MachineOperand &MO, in LowerSymbolOperand() 39 case MachineOperand::MO_MachineBasicBlock: in LowerSymbolOperand() 43 case MachineOperand::MO_GlobalAddress: in LowerSymbolOperand() 47 case MachineOperand::MO_BlockAddress: in LowerSymbolOperand() 51 case MachineOperand::MO_ExternalSymbol: in LowerSymbolOperand() 55 case MachineOperand::MO_ConstantPoolIndex: in LowerSymbolOperand() 68 const MachineOperand &MO, in LowerOperand() 72 case MachineOperand::MO_Register: in LowerOperand() 77 case MachineOperand::MO_Immediate: in LowerOperand() 80 case MachineOperand::MO_MachineBasicBlock: in LowerOperand() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/ |
H A D | LanaiMCInstLower.cpp | 33 LanaiMCInstLower::GetGlobalAddressSymbol(const MachineOperand &MO) const { in GetGlobalAddressSymbol() 38 LanaiMCInstLower::GetBlockAddressSymbol(const MachineOperand &MO) const { in GetBlockAddressSymbol() 43 LanaiMCInstLower::GetExternalSymbolSymbol(const MachineOperand &MO) const { in GetExternalSymbolSymbol() 47 MCSymbol *LanaiMCInstLower::GetJumpTableSymbol(const MachineOperand &MO) const { in GetJumpTableSymbol() 57 LanaiMCInstLower::GetConstantPoolIndexSymbol(const MachineOperand &MO) const { in GetConstantPoolIndexSymbol() 66 MCOperand LanaiMCInstLower::LowerSymbolOperand(const MachineOperand &MO, in LowerSymbolOperand() 97 const MachineOperand &MO = MI->getOperand(I); in Lower() 101 case MachineOperand::MO_Register: in Lower() 107 case MachineOperand::MO_Immediate: in Lower() 110 case MachineOperand::MO_MachineBasicBlock: in Lower() [all …]
|
H A D | LanaiMemAluCombiner.cpp | 170 bool isSameOperand(const MachineOperand &Op1, const MachineOperand &Op2) { in isSameOperand() 175 case MachineOperand::MO_Register: in isSameOperand() 177 case MachineOperand::MO_Immediate: in isSameOperand() 184 bool isZeroOperand(const MachineOperand &Op) { in isZeroOperand() 190 bool InstrUsesReg(const MbbIterator &Instr, const MachineOperand *Reg) { in InstrUsesReg() 241 MachineOperand Dest = MemInstr->getOperand(0); in insertMergedInstruction() 242 MachineOperand Base = MemInstr->getOperand(1); in insertMergedInstruction() 243 MachineOperand MemOffset = MemInstr->getOperand(2); in insertMergedInstruction() 244 MachineOperand AluOffset = AluInstr->getOperand(2); in insertMergedInstruction() 286 const MachineOperand &Base, in isSuitableAluInstr() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/ |
H A D | MSP430MCInstLower.cpp | 31 GetGlobalAddressSymbol(const MachineOperand &MO) const { in GetGlobalAddressSymbol() 41 GetExternalSymbolSymbol(const MachineOperand &MO) const { in GetExternalSymbolSymbol() 51 GetJumpTableSymbol(const MachineOperand &MO) const { in GetJumpTableSymbol() 68 GetConstantPoolIndexSymbol(const MachineOperand &MO) const { in GetConstantPoolIndexSymbol() 85 GetBlockAddressSymbol(const MachineOperand &MO) const { in GetBlockAddressSymbol() 95 LowerSymbolOperand(const MachineOperand &MO, MCSymbol *Sym) const { in LowerSymbolOperand() 119 const MachineOperand &MO = MI->getOperand(i); in Lower() 126 case MachineOperand::MO_Register: in Lower() 131 case MachineOperand::MO_Immediate: in Lower() 134 case MachineOperand::MO_MachineBasicBlock: in Lower() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86AsmPrinter.cpp | 114 void X86AsmPrinter::PrintSymbolOperand(const MachineOperand &MO, in PrintSymbolOperand() 118 case MachineOperand::MO_ConstantPoolIndex: in PrintSymbolOperand() 122 case MachineOperand::MO_GlobalAddress: { in PrintSymbolOperand() 207 const MachineOperand &MO = MI->getOperand(OpNo); in PrintOperand() 211 case MachineOperand::MO_Register: { in PrintOperand() 218 case MachineOperand::MO_Immediate: in PrintOperand() 224 case MachineOperand::MO_ConstantPoolIndex: in PrintOperand() 225 case MachineOperand::MO_GlobalAddress: { in PrintOperand() 237 case MachineOperand::MO_BlockAddress: { in PrintOperand() 250 const MachineOperand &MO = MI->getOperand(OpNo); in PrintModifiedOperand() [all …]
|
H A D | X86OptimizeLEAs.cpp | 67 static inline bool isIdenticalOp(const MachineOperand &MO1, 68 const MachineOperand &MO2); 72 static bool isSimilarDispOp(const MachineOperand &MO1, 73 const MachineOperand &MO2); 83 MemOpKey(const MachineOperand *Base, const MachineOperand *Scale, in MemOpKey() 84 const MachineOperand *Index, const MachineOperand *Segment, in MemOpKey() 85 const MachineOperand *Disp) in MemOpKey() 107 const MachineOperand *Operands[4]; 110 const MachineOperand *Disp; 119 using PtrInfo = DenseMapInfo<const MachineOperand *>; [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/ |
H A D | VEMCInstLower.cpp | 29 const MachineOperand &MO, in LowerSymbolOperand() 43 static MCOperand LowerOperand(const MachineInstr *MI, const MachineOperand &MO, in LowerOperand() 49 case MachineOperand::MO_Register: in LowerOperand() 54 case MachineOperand::MO_BlockAddress: in LowerOperand() 57 case MachineOperand::MO_ConstantPoolIndex: in LowerOperand() 59 case MachineOperand::MO_ExternalSymbol: in LowerOperand() 62 case MachineOperand::MO_GlobalAddress: in LowerOperand() 64 case MachineOperand::MO_Immediate: in LowerOperand() 66 case MachineOperand::MO_JumpTableIndex: in LowerOperand() 68 case MachineOperand::MO_MachineBasicBlock: in LowerOperand() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsMCInstLower.cpp | 35 MCOperand MipsMCInstLower::LowerSymbolOperand(const MachineOperand &MO, in LowerSymbolOperand() 124 case MachineOperand::MO_MachineBasicBlock: in LowerSymbolOperand() 128 case MachineOperand::MO_GlobalAddress: in LowerSymbolOperand() 133 case MachineOperand::MO_BlockAddress: in LowerSymbolOperand() 138 case MachineOperand::MO_ExternalSymbol: in LowerSymbolOperand() 143 case MachineOperand::MO_MCSymbol: in LowerSymbolOperand() 148 case MachineOperand::MO_JumpTableIndex: in LowerSymbolOperand() 152 case MachineOperand::MO_ConstantPoolIndex: in LowerSymbolOperand() 177 MCOperand MipsMCInstLower::LowerOperand(const MachineOperand &MO, in LowerOperand() 183 case MachineOperand::MO_Register: in LowerOperand() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
H A D | M68kMCInstLower.cpp | 39 M68kMCInstLower::GetSymbolFromOperand(const MachineOperand &MO) const { in GetSymbolFromOperand() 73 MCOperand M68kMCInstLower::LowerSymbolOperand(const MachineOperand &MO, in LowerSymbolOperand() 115 const MachineOperand &MO) const { in LowerOperand() 119 case MachineOperand::MO_Register: in LowerOperand() 124 case MachineOperand::MO_Immediate: in LowerOperand() 126 case MachineOperand::MO_MachineBasicBlock: in LowerOperand() 127 case MachineOperand::MO_GlobalAddress: in LowerOperand() 128 case MachineOperand::MO_ExternalSymbol: in LowerOperand() 130 case MachineOperand::MO_MCSymbol: in LowerOperand() 132 case MachineOperand::MO_JumpTableIndex: in LowerOperand() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
H A D | BPFMCInstLower.cpp | 27 BPFMCInstLower::GetGlobalAddressSymbol(const MachineOperand &MO) const { in GetGlobalAddressSymbol() 32 BPFMCInstLower::GetExternalSymbolSymbol(const MachineOperand &MO) const { in GetExternalSymbolSymbol() 36 MCOperand BPFMCInstLower::LowerSymbolOperand(const MachineOperand &MO, in LowerSymbolOperand() 51 const MachineOperand &MO = MI->getOperand(i); in Lower() 58 case MachineOperand::MO_Register: in Lower() 64 case MachineOperand::MO_Immediate: in Lower() 67 case MachineOperand::MO_MachineBasicBlock: in Lower() 71 case MachineOperand::MO_RegisterMask: in Lower() 73 case MachineOperand::MO_ExternalSymbol: in Lower() 76 case MachineOperand::MO_GlobalAddress: in Lower()
|
H A D | BPFAsmPrinter.cpp | 74 const MachineOperand &MO = MI->getOperand(OpNum); in printOperand() 77 case MachineOperand::MO_Register: in printOperand() 81 case MachineOperand::MO_Immediate: in printOperand() 85 case MachineOperand::MO_MachineBasicBlock: in printOperand() 89 case MachineOperand::MO_GlobalAddress: in printOperand() 93 case MachineOperand::MO_BlockAddress: { in printOperand() 99 case MachineOperand::MO_ExternalSymbol: in printOperand() 103 case MachineOperand::MO_JumpTableIndex: in printOperand() 104 case MachineOperand::MO_ConstantPoolIndex: in printOperand() 123 const MachineOperand &BaseMO = MI->getOperand(OpNum); in PrintAsmMemoryOperand() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZMCInstLower.cpp | 36 SystemZMCInstLower::getExpr(const MachineOperand &MO, in getExpr() 41 case MachineOperand::MO_MachineBasicBlock: in getExpr() 46 case MachineOperand::MO_GlobalAddress: in getExpr() 50 case MachineOperand::MO_ExternalSymbol: in getExpr() 54 case MachineOperand::MO_JumpTableIndex: in getExpr() 59 case MachineOperand::MO_ConstantPoolIndex: in getExpr() 63 case MachineOperand::MO_BlockAddress: in getExpr() 79 MCOperand SystemZMCInstLower::lowerOperand(const MachineOperand &MO) const { in lowerOperand() 81 case MachineOperand::MO_Register: in lowerOperand() 84 case MachineOperand::MO_Immediate: in lowerOperand() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/ |
H A D | AVRMCInstLower.cpp | 26 MCOperand AVRMCInstLower::lowerSymbolOperand(const MachineOperand &MO, in lowerSymbolOperand() 65 for (MachineOperand const &MO : MI.operands()) { in lowerInstruction() 72 case MachineOperand::MO_Register: in lowerInstruction() 78 case MachineOperand::MO_Immediate: in lowerInstruction() 81 case MachineOperand::MO_GlobalAddress: in lowerInstruction() 84 case MachineOperand::MO_ExternalSymbol: in lowerInstruction() 88 case MachineOperand::MO_MachineBasicBlock: in lowerInstruction() 92 case MachineOperand::MO_RegisterMask: in lowerInstruction() 94 case MachineOperand::MO_BlockAddress: in lowerInstruction() 98 case MachineOperand::MO_JumpTableIndex: in lowerInstruction() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMMCInstLower.cpp | 38 MCOperand ARMAsmPrinter::GetSymbolRef(const MachineOperand &MO, in GetSymbolRef() 72 bool ARMAsmPrinter::lowerOperand(const MachineOperand &MO, in lowerOperand() 76 case MachineOperand::MO_Register: in lowerOperand() 83 case MachineOperand::MO_Immediate: in lowerOperand() 86 case MachineOperand::MO_MachineBasicBlock: in lowerOperand() 90 case MachineOperand::MO_GlobalAddress: in lowerOperand() 94 case MachineOperand::MO_ExternalSymbol: in lowerOperand() 98 case MachineOperand::MO_JumpTableIndex: in lowerOperand() 101 case MachineOperand::MO_ConstantPoolIndex: in lowerOperand() 106 case MachineOperand::MO_BlockAddress: in lowerOperand() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64MCInstLower.h | 24 class MachineOperand; variable 37 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp) const; 40 MCOperand lowerSymbolOperandDarwin(const MachineOperand &MO, 42 MCOperand lowerSymbolOperandELF(const MachineOperand &MO, 44 MCOperand lowerSymbolOperandCOFF(const MachineOperand &MO, 46 MCOperand LowerSymbolOperand(const MachineOperand &MO, MCSymbol *Sym) const; 48 MCSymbol *GetGlobalAddressSymbol(const MachineOperand &MO) const; 49 MCSymbol *GetExternalSymbolSymbol(const MachineOperand &MO) const;
|