Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiInstPrinter.cpp223 const MCOperand &OffsetOp, in printMemoryImmediateOffset()
236 const MCOperand &OffsetOp = MI->getOperand(OpNo + 1); in printMemRiOperand() local
250 const MCOperand &OffsetOp = MI->getOperand(OpNo + 1); in printMemRrOperand() local
270 const MCOperand &OffsetOp = MI->getOperand(OpNo + 1); in printMemSplsOperand() local
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFInstPrinter.cpp51 const MCOperand &OffsetOp = MI->getOperand(OpNo + 1); in printMemOperand() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRInstPrinter.cpp178 const MCOperand &OffsetOp = MI->getOperand(OpNo + 1); in printMemri() local
H A DAVRMCCodeEmitter.cpp145 auto OffsetOp = MI.getOperand(OpNo + 1); in encodeMemri() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegisterInfo.cpp121 Register OffsetOp = MRI.createVirtualRegister(PtrRC); in eliminateFrameIndex() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonOptAddrMode.cpp171 const MachineOperand &OffsetOp = MI.getOperand(3); in canRemoveAddasl() local
719 MachineOperand OffsetOp = MI->getOperand(getOffsetOpPosition(MI)); in processAddUses() local
781 MachineOperand &OffsetOp = UseMI->getOperand(getOffsetOpPosition(UseMI)); in updateAddUses() local
H A DHexagonInstrInfo.cpp2053 const MachineOperand &OffsetOp = MI.getOperand(OffsetPos); in getIncrementValue() local
3314 const MachineOperand &OffsetOp = MI.getOperand(OffsetPos); in getBaseAndOffset() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp1112 MachineOperand *OffsetOp = TII->getNamedOperand(MI, AMDGPU::OpName::offset); in resolveFrameIndex() local
2925 MachineOperand *OffsetOp = in eliminateFrameIndex() local
H A DSIInstrInfo.cpp371 const MachineOperand *BaseOp, *OffsetOp; in getMemOperandsWithOffsetWidth() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1646 const MachineOperand &OffsetOp = MI->getOperand(2); in verifyPreISelGenericInstruction() local
1668 const MachineOperand &OffsetOp = MI->getOperand(3); in verifyPreISelGenericInstruction() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h1944 OffsetOpTy OffsetOp; member
1993 m_PtrAdd(const PointerOpTy &PointerOp, const OffsetOpTy &OffsetOp) { in m_PtrAdd()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp3699 const MCOperand &OffsetOp = Inst.getOperand(StartOp + 2); in expandMem16Inst() local
3827 const MCOperand &OffsetOp = Inst.getOperand(StartOp + 2); in expandMem9Inst() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2563 const MachineOperand &OffsetOp = Pop->getOperand(Pop->getNumOperands() - 1); in emitEpilogue() local
H A DAArch64ISelDAGToDAG.cpp1594 ConstantSDNode *OffsetOp = cast<ConstantSDNode>(LD->getOffset()); in tryIndexedLoad() local
H A DAArch64ISelLowering.cpp24213 SDValue OffsetOp = Add.getOperand(1); in foldIndexIntoBase() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5850 using OffsetOp = std::pair<Instruction::BinaryOps, Value *>; typedef
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp9444 SDValue OffsetOp) { in InferPointerInfo()
H A DDAGCombiner.cpp9214 auto OffsetOp = dyn_cast<ConstantSDNode>(Op->getOperand(1)); in calculateByteProvider() local