Searched defs:IndexReg (Results 1 - 19 of 19) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFixupVectorISel.cpp176 unsigned IndexReg = 0; local
85 findSRegBaseAndIndex(MachineOperand *Op, unsigned &BaseReg, unsigned &IndexReg, MachineRegisterInfo &MRI, const SIRegisterInfo *TRI) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ATTInstPrinter.cpp389 const MCOperand &IndexReg = MI->getOperand(Op + X86::AddrIndexReg); local
H A DX86IntelInstPrinter.cpp348 const MCOperand &IndexReg = MI->getOperand(Op+X86::AddrIndexReg); local
H A DX86MCCodeEmitter.cpp377 const MCOperand &IndexReg = MI.getOperand(Op + X86::AddrIndexReg); local
[all...]
H A DX86MCTargetDesc.cpp532 const MCOperand &IndexReg = Inst.getOperand(MemOpStart + X86::AddrIndexReg); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InsertPrefetch.cpp83 Register IndexReg = MI.getOperand(Op + X86::AddrIndexReg).getReg(); local
H A DX86AsmPrinter.cpp286 const MachineOperand &IndexReg = MI->getOperand(OpNo + X86::AddrIndexReg); local
352 const MachineOperand &IndexReg = MI->getOperand(OpNo + X86::AddrIndexReg); local
H A DX86InstrBuilder.h54 unsigned IndexReg; member in struct:llvm::X86AddressMode
H A DX86FixupLEAs.cpp369 Register IndexReg = Index.getReg(); local
549 Register IndexReg = Index.getReg(); local
[all...]
H A DX86SpeculativeLoadHardening.cpp1719 unsigned BaseReg = 0, IndexReg = 0; local
H A DX86MCInstLower.cpp1062 unsigned Opc, BaseReg, ScaleVal, IndexReg, Displacement, SegmentReg; local
H A DX86FastISel.cpp904 unsigned IndexReg = AM.IndexReg; local
3961 unsigned IndexReg = constrainOperandRegClass(Result->getDesc(), local
[all...]
H A DX86ISelDAGToDAG.cpp66 SDValue IndexReg; member in struct:__anon5459::X86ISelAddressMode
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h68 StringRef IndexReg; member in struct:llvm::IntelExpr
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h63 unsigned IndexReg; member in struct:llvm::final::MemOp
649 CreateMem(unsigned ModeSize, unsigned SegReg, const MCExpr *Disp, unsigned BaseReg, unsigned IndexReg, unsigned Scale, SMLoc StartLoc, SMLoc EndLoc, unsigned Size = 0, StringRef SymName = StringRef(), void *OpDecl = nullptr, unsigned FrontendSize = 0) argument
[all...]
H A DX86AsmParser.cpp345 unsigned BaseReg, IndexReg, TmpReg, Scale; member in class:__anon5411::X86AsmParser::IntelExprStateMachine
1043 CheckBaseRegAndIndexRegAndScale(unsigned BaseReg, unsigned IndexReg, unsigned Scale, bool Is64BitMode, StringRef &ErrMsg) argument
1408 CreateMemForInlineAsm( unsigned SegReg, const MCExpr *Disp, unsigned BaseReg, unsigned IndexReg, unsigned Scale, SMLoc Start, SMLoc End, unsigned Size, StringRef Identifier, const InlineAsmIdentifierInfo &Info) argument
1971 unsigned IndexReg = SM.getIndexReg(); local
2294 unsigned BaseReg = 0, IndexReg = 0, Scale = 1; local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp262 buildBrJT(Register TablePtr, unsigned JTI, Register IndexReg) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp510 unsigned IndexReg = 0; local
659 unsigned IndexReg = 0; local
424 PPCSimplifyAddress(Address &Addr, bool &UseOffset, unsigned &IndexReg) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp845 bool IndexReg; member in struct:AddressingMode
6949 Register IndexReg = MI.getOperand(3).getReg(); local

Completed in 381 milliseconds