Home
last modified time | relevance | path

Searched defs:OffsetOp (Results 1 – 17 of 17) sorted by relevance

/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiInstPrinter.cpp227 if (OffsetOp.isImm()) { in printMemoryImmediateOffset() argument
241 const MCOperand &OffsetOp = MI->getOperand(OpNo + 1); printMemRiOperand() local
256 const MCOperand &OffsetOp = MI->getOperand(OpNo + 1); printMemRrOperand() local
277 const MCOperand &OffsetOp = MI->getOperand(OpNo + 1); printMemSplsOperand() local
[all...]
/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRInstPrinter.cpp178 const MCOperand &OffsetOp = MI->getOperand(OpNo + 1); printMemri() local
H A DAVRMCCodeEmitter.cpp141 auto OffsetOp = MI.getOperand(OpNo + 1); encodeMemri() local
/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFInstPrinter.cpp73 const MCOperand &OffsetOp = MI->getOperand(OpNo + 1); printMemOperand() local
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegisterInfo.cpp123 Register OffsetOp = MRI.createVirtualRegister(PtrRC); eliminateFrameIndex() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonOptAddrMode.cpp166 const MachineOperand &OffsetOp = MI.getOperand(3); canRemoveAddasl() local
437 MachineOperand OffsetOp = MI->getOperand(getOffsetOpPosition(MI)); processAddUses() local
499 MachineOperand &OffsetOp = UseMI->getOperand(getOffsetOpPosition(UseMI)); updateAddUses() local
H A DHexagonInstrInfo.cpp2050 const MachineOperand &OffsetOp = MI.getOperand(OffsetPos); getIncrementValue() local
3310 const MachineOperand &OffsetOp = MI.getOperand(OffsetPos); getBaseAndOffset() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp899 MachineOperand *OffsetOp = TII->getNamedOperand(MI, AMDGPU::OpName::offset); resolveFrameIndex() local
2287 MachineOperand *OffsetOp = eliminateFrameIndex() local
H A DSIInstrInfo.cpp368 const MachineOperand *BaseOp, *OffsetOp; getMemOperandsWithOffsetWidth() local
/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1523 const MachineOperand &OffsetOp = MI->getOperand(2); verifyPreISelGenericInstruction() local
1545 const MachineOperand &OffsetOp = MI->getOperand(3); verifyPreISelGenericInstruction() local
/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h1771 OffsetOpTy OffsetOp; global() member
1820 m_PtrAdd(const PointerOpTy & PointerOp,const OffsetOpTy & OffsetOp) m_PtrAdd() argument
/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp3757 const MCOperand &OffsetOp = Inst.getOperand(StartOp + 2); expandMem16Inst() local
3884 const MCOperand &OffsetOp = Inst.getOperand(StartOp + 2); expandMem9Inst() local
[all...]
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2326 const MachineOperand &OffsetOp = Pop->getOperand(Pop->getNumOperands() - 1); emitEpilogue() local
H A DAArch64ISelDAGToDAG.cpp1554 ConstantSDNode *OffsetOp = cast<ConstantSDNode>(LD->getOffset()); tryIndexedLoad() local
H A DAArch64ISelLowering.cpp22845 SDValue OffsetOp = Add.getOperand(1); foldIndexIntoBase() local
[all...]
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp8797 InferPointerInfo(const MachinePointerInfo & Info,SelectionDAG & DAG,SDValue Ptr,SDValue OffsetOp) InferPointerInfo() argument
H A DDAGCombiner.cpp8774 auto OffsetOp = dyn_cast<ConstantSDNode>(Op->getOperand(1)); calculateByteProvider() local
[all...]