Home
last modified time | relevance | path

Searched refs:AddrI (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SpeculativeLoadHardening.cpp1113 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-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h149 const MachineInstr &AddrI,
H A DRISCVInstrInfo.cpp2136 const MachineInstr &AddrI, in canFoldIntoAddrMode() argument
2164 if (AddrI.getOpcode() != RISCV::ADDI || !AddrI.getOperand(1).isReg() || in canFoldIntoAddrMode()
2165 !AddrI.getOperand(2).isImm()) in canFoldIntoAddrMode()
2169 int64_t Disp = AddrI.getOperand(2).getImm(); in canFoldIntoAddrMode()
2177 AM.BaseReg = AddrI.getOperand(1).getReg(); in canFoldIntoAddrMode()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp2843 switch (AddrI.getOpcode()) { in canFoldIntoAddrMode()
2852 if (AddrI.getOperand(2).getImm() != 0 || in canFoldIntoAddrMode()
2853 AddrI.getOperand(3).getImm() != 31) in canFoldIntoAddrMode()
2859 AM.ScaledReg = AddrI.getOperand(1).getReg(); in canFoldIntoAddrMode()
2872 if (AddrI.getOperand(1).getImm() != 0 || in canFoldIntoAddrMode()
2933 AM.BaseReg = AddrI.getOperand(1).getReg(); in canFoldIntoAddrMode()
2948 AM.BaseReg = AddrI.getOperand(1).getReg(); in canFoldIntoAddrMode()
2949 AM.ScaledReg = AddrI.getOperand(2).getReg(); in canFoldIntoAddrMode()
2964 switch (AddrI.getOpcode()) { in canFoldIntoAddrMode()
2973 Disp = AddrI.getOperand(2).getImm() << AddrI.getOperand(3).getImm(); in canFoldIntoAddrMode()
[all …]
H A DAArch64InstrInfo.h150 const MachineInstr &AddrI,
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1480 const MachineInstr &AddrI, in canFoldIntoAddrMode() argument