Home
last modified time | relevance | path

Searched defs:BaseOps (Results 1 – 13 of 13) sorted by relevance

/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertHardClauses.cpp174 SmallVector<const MachineOperand *, 4> BaseOps; member
212 SmallVector<const MachineOperand *, 4> BaseOps; in runOnMachineFunction() local
H A DSIInstrInfo.cpp360 getMemOperandsWithOffsetWidth(const MachineInstr & LdSt,SmallVectorImpl<const MachineOperand * > & BaseOps,int64_t & Offset,bool & OffsetIsScalable,LocationSize & Width,const TargetRegisterInfo * TRI) const getMemOperandsWithOffsetWidth() argument
[all...]
/llvm-project/llvm/unittests/Target/RISCV/
H A DRISCVInstrInfoTest.cpp166 SmallVector<const MachineOperand *> BaseOps; in TEST_P() local
[all...]
/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp796 const MachineInstr &LdSt, SmallVectorImpl<const MachineOperand *> &BaseOps, in getMemOperandsWithOffsetWidth() argument
/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1738 SmallVector<const MachineOperand *, 4> BaseOps; global() member
1949 SmallVector<const MachineOperand *, 4> BaseOps; collectMemOpRecords() local
[all...]
H A DTargetInstrInfo.cpp1427 SmallVector<const MachineOperand *, 4> BaseOps; getMemOperandWithOffset() local
/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1484 getMemOperandsWithOffsetWidth(const MachineInstr & MI,SmallVectorImpl<const MachineOperand * > & BaseOps,int64_t & Offset,bool & OffsetIsScalable,LocationSize & Width,const TargetRegisterInfo * TRI) getMemOperandsWithOffsetWidth() argument
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp2608 getMemOperandsWithOffsetWidth(const MachineInstr & LdSt,SmallVectorImpl<const MachineOperand * > & BaseOps,int64_t & Offset,bool & OffsetIsScalable,LocationSize & Width,const TargetRegisterInfo * TRI) const getMemOperandsWithOffsetWidth() argument
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp3073 getMemOperandsWithOffsetWidth(const MachineInstr & LdSt,SmallVectorImpl<const MachineOperand * > & BaseOps,int64_t & Offset,bool & OffsetIsScalable,LocationSize & Width,const TargetRegisterInfo * TRI) const getMemOperandsWithOffsetWidth() argument
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp2838 getMemOperandsWithOffsetWidth(const MachineInstr & LdSt,SmallVectorImpl<const MachineOperand * > & BaseOps,int64_t & Offset,bool & OffsetIsScalable,LocationSize & Width,const TargetRegisterInfo * TRI) const getMemOperandsWithOffsetWidth() argument
/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp4615 getMemOperandsWithOffsetWidth(const MachineInstr & MemOp,SmallVectorImpl<const MachineOperand * > & BaseOps,int64_t & Offset,bool & OffsetIsScalable,LocationSize & Width,const TargetRegisterInfo * TRI) const getMemOperandsWithOffsetWidth() argument
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp2700 getMemOperandsWithOffsetWidth(const MachineInstr & LdSt,SmallVectorImpl<const MachineOperand * > & BaseOps,int64_t & Offset,bool & OffsetIsScalable,LocationSize & Width,const TargetRegisterInfo * TRI) const getMemOperandsWithOffsetWidth() argument
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3699 SmallVector<SDValue, 1> BaseOps(1, Cond); visitSelect() local