Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiInstPrinter.cpp227 const MCOperand &OffsetOp, in printMemoryImmediateOffset()
241 const MCOperand &OffsetOp = MI->getOperand(OpNo + 1); in printMemRiOperand() local
256 const MCOperand &OffsetOp = MI->getOperand(OpNo + 1); in printMemRrOperand() local
277 const MCOperand &OffsetOp = MI->getOperand(OpNo + 1); in printMemSplsOperand() local
/freebsd-src/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.cpp141 auto OffsetOp = MI.getOperand(OpNo + 1); in encodeMemri() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFInstPrinter.cpp73 const MCOperand &OffsetOp = MI->getOperand(OpNo + 1); in printMemOperand() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegisterInfo.cpp123 Register OffsetOp = MRI.createVirtualRegister(PtrRC); in eliminateFrameIndex() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonOptAddrMode.cpp164 const MachineOperand &OffsetOp = MI.getOperand(3); canRemoveAddasl() local
435 MachineOperand OffsetOp = MI->getOperand(getOffsetOpPosition(MI)); processAddUses() local
497 MachineOperand &OffsetOp = UseMI->getOperand(getOffsetOpPosition(UseMI)); updateAddUses() local
H A DHexagonInstrInfo.cpp2049 const MachineOperand &OffsetOp = MI.getOperand(OffsetPos); getIncrementValue() local
3281 const MachineOperand &OffsetOp = MI.getOperand(OffsetPos); getBaseAndOffset() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1503 const MachineOperand &OffsetOp = MI->getOperand(2); verifyPreISelGenericInstruction() local
1525 const MachineOperand &OffsetOp = MI->getOperand(3); verifyPreISelGenericInstruction() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp890 MachineOperand *OffsetOp = TII->getNamedOperand(MI, AMDGPU::OpName::offset); resolveFrameIndex() local
2279 MachineOperand *OffsetOp = eliminateFrameIndex() local
H A DSIInstrInfo.cpp370 OffsetOp = getNamedOperand(LdSt, AMDGPU::OpName::offset); in getMemOperandsWithOffsetWidth() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp3757 const MCOperand &OffsetOp = Inst.getOperand(StartOp + 2); in expandMem16Inst() local
3884 const MCOperand &OffsetOp = Inst.getOperand(StartOp + 2); in expandMem9Inst() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2248 const MachineOperand &OffsetOp = Pop->getOperand(Pop->getNumOperands() - 1); emitEpilogue() local
H A DAArch64ISelDAGToDAG.cpp1533 ConstantSDNode *OffsetOp = cast<ConstantSDNode>(LD->getOffset()); tryIndexedLoad() local
H A DAArch64ISelLowering.cpp21625 SDValue OffsetOp = Add.getOperand(1); foldIndexIntoBase() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp8467 InferPointerInfo(const MachinePointerInfo & Info,SelectionDAG & DAG,SDValue Ptr,SDValue OffsetOp) InferPointerInfo() argument
H A DDAGCombiner.cpp8758 auto OffsetOp = dyn_cast<ConstantSDNode>(Op->getOperand(1)); calculateByteProvider() local
[all...]