Home
last modified time | relevance | path

Searched refs:AddrOp (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopUnrollAnalyzer.cpp104 Value *AddrOp = I.getPointerOperand(); in visitLoad() local
106 auto AddressIt = SimplifiedAddresses.find(AddrOp); in visitLoad()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86EncodingOptimization.cpp366 unsigned AddrOp = AddrBase + 3; in optimizeMOV() local
375 if (MI.getOperand(AddrOp).isExpr()) { in optimizeMOV()
376 const MCExpr *MCE = MI.getOperand(AddrOp).getExpr(); in optimizeMOV()
386 MCOperand Saved = MI.getOperand(AddrOp); in optimizeMOV()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILoadStoreOptimizer.cpp154 const MachineOperand *AddrOp = AddrReg[i]; in hasMergeableAddress() local
156 if (AddrOp->isImm()) in hasMergeableAddress()
162 if (!AddrOp->isReg()) in hasMergeableAddress()
167 if (AddrOp->getReg().isPhysical() && in hasMergeableAddress()
168 AddrOp->getReg() != AMDGPU::SGPR_NULL) in hasMergeableAddress()
173 if (MRI.hasOneNonDBGUse(AddrOp->getReg())) in hasMergeableAddress()
H A DSIInsertWaitcnts.cpp932 if (const auto *AddrOp = TII->getNamedOperand(Inst, AMDGPU::OpName::addr)) in updateByEvent() local
933 setScoreByOperand(&Inst, TRI, MRI, *AddrOp, EXP_CNT, CurrScore); in updateByEvent()
H A DAMDGPUInstructionSelector.cpp2136 MachineOperand &AddrOp = MI.getOperand(ArgOffset + I); in selectImageIntrinsic() local
2137 if (!AddrOp.isReg()) in selectImageIntrinsic()
2140 Register Addr = AddrOp.getReg(); in selectImageIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp2229 const MachineOperand &AddrOp = MI->getOperand(0); in verifyPreISelGenericInstruction() local
2230 if (!AddrOp.isReg() || !MRI->getType(AddrOp.getReg()).isPointer()) { in verifyPreISelGenericInstruction()
2231 report("addr operand must be a pointer", &AddrOp, 0); in verifyPreISelGenericInstruction()
2264 const MachineOperand &AddrOp = MI->getOperand(1); in verifyPreISelGenericInstruction() local
2265 if (!AddrOp.isReg() || !MRI->getType(AddrOp.getReg()).isPointer()) in verifyPreISelGenericInstruction()
2266 report("addr operand must be a pointer", &AddrOp, 1); in verifyPreISelGenericInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp4638 SDValue AddrOp; in isOffsetMultipleOf() local
4640 AddrOp = N->getOperand(1); in isOffsetMultipleOf()
4642 AddrOp = STN->getOperand(2); in isOffsetMultipleOf()
4648 AddrOp.getOpcode() == ISD::ADD ? AddrOp.getOperand(0) : in isOffsetMultipleOf()
4649 AddrOp)) { in isOffsetMultipleOf()
4659 if (AddrOp.getOpcode() != ISD::ADD) in isOffsetMultipleOf()
4663 if (AddrOp.getOpcode() == ISD::ADD) in isOffsetMultipleOf()
4664 return isIntS16Immediate(AddrOp.getOperand(1), Imm) && !(Imm % Val); in isOffsetMultipleOf()
4667 return AddrOp.getOpcode() == ISD::CopyFromReg; in isOffsetMultipleOf()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp8506 for (const MachineOperand &AddrOp : AddrOps) in unfoldMemoryOperand() local
8507 MIB.add(AddrOp); in unfoldMemoryOperand()
8584 for (const MachineOperand &AddrOp : AddrOps) in unfoldMemoryOperand() local
8585 MIB.add(AddrOp); in unfoldMemoryOperand()