Searched refs:AddrI (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86SpeculativeLoadHardening.cpp | 1113 auto AddrI = BuildMI(*Pred, InsertPt, DebugLoc(), in tracePredStateThroughIndirectBranches() local 1117 (void)AddrI; in tracePredStateThroughIndirectBranches() 1118 LLVM_DEBUG(dbgs() << " Inserting mov: "; AddrI->dump(); in tracePredStateThroughIndirectBranches() 1121 auto AddrI = BuildMI(*Pred, InsertPt, DebugLoc(), TII->get(X86::LEA64r), in tracePredStateThroughIndirectBranches() local 1129 (void)AddrI; in tracePredStateThroughIndirectBranches() 1130 LLVM_DEBUG(dbgs() << " Inserting lea: "; AddrI->dump(); in tracePredStateThroughIndirectBranches() 1161 auto AddrI = in tracePredStateThroughIndirectBranches() local 1169 (void)AddrI; in tracePredStateThroughIndirectBranches() 1170 LLVM_DEBUG(dbgs() << " Inserting lea: "; AddrI->dump(); dbgs() << "\n"); in tracePredStateThroughIndirectBranches()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfo.h | 163 const MachineInstr &AddrI,
|
H A D | RISCVInstrInfo.cpp | 2550 const MachineInstr &AddrI, in canFoldIntoAddrMode() 2578 if (AddrI.getOpcode() != RISCV::ADDI || !AddrI.getOperand(1).isReg() || in canFoldIntoAddrMode() 2579 !AddrI.getOperand(2).isImm()) in canFoldIntoAddrMode() 2583 int64_t Disp = AddrI.getOperand(2).getImm(); in canFoldIntoAddrMode() 2591 AM.BaseReg = AddrI.getOperand(1).getReg(); 2543 canFoldIntoAddrMode(const MachineInstr & MemI,Register Reg,const MachineInstr & AddrI,ExtAddrMode & AM) const canFoldIntoAddrMode() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrInfo.cpp | 2739 const MachineInstr &AddrI, in canFoldIntoAddrMode() argument 2865 switch (AddrI.getOpcode()) { in canFoldIntoAddrMode() 2874 if (AddrI.getOperand(2).getImm() != 0 || in canFoldIntoAddrMode() 2875 AddrI.getOperand(3).getImm() != 31) in canFoldIntoAddrMode() 2881 AM.ScaledReg = AddrI.getOperand(1).getReg(); in canFoldIntoAddrMode() 2894 if (AddrI.getOperand(1).getImm() != 0 || in canFoldIntoAddrMode() 2895 AddrI.getOperand(3).getImm() != AArch64::sub_32) in canFoldIntoAddrMode() 2898 const MachineRegisterInfo &MRI = AddrI.getMF()->getRegInfo(); in canFoldIntoAddrMode() 2899 Register OffsetReg = AddrI.getOperand(2).getReg(); in canFoldIntoAddrMode() 2955 AM.BaseReg = AddrI.getOperand(1).getReg(); in canFoldIntoAddrMode() [all …]
|
H A D | AArch64InstrInfo.h | 293 const MachineInstr &AddrI,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetInstrInfo.h | 1516 const MachineInstr &AddrI, in canFoldIntoAddrMode() argument
|