/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64StorePairSuppress.cpp | 164 bool OffsetIsScalable; in runOnMachineFunction() local 165 if (TII->getMemOperandWithOffset(MI, BaseOp, Offset, OffsetIsScalable, in runOnMachineFunction()
|
H A D | AArch64InstrInfo.h | 301 int64_t &Offset, bool &OffsetIsScalable, LocationSize &Width, 310 int64_t &Offset, bool &OffsetIsScalable,
|
H A D | AArch64InstrInfo.cpp | 2701 int64_t &Offset, bool &OffsetIsScalable, LocationSize &Width, in getMemOperandsWithOffsetWidth() argument 2708 if (!getMemOperandWithOffsetWidth(LdSt, BaseOp, Offset, OffsetIsScalable, in getMemOperandsWithOffsetWidth() 2723 bool OffsetIsScalable; in getAddrModeFromMemoryOp() local 2724 if (!getMemOperandWithOffset(MemI, Base, Offset, OffsetIsScalable, TRI)) in getAddrModeFromMemoryOp() 3492 bool &OffsetIsScalable, TypeSize &Width, in getMemOperandWithOffsetWidth() argument 3530 OffsetIsScalable = Scale.isScalable(); in getMemOperandWithOffsetWidth() 8467 bool OffsetIsScalable; in getOutliningCandidateInfo() local 8471 if (!getMemOperandWithOffset(MI, Base, Offset, OffsetIsScalable, &TRI) || in getOutliningCandidateInfo() 8476 if (OffsetIsScalable) in getOutliningCandidateInfo() 9015 bool OffsetIsScalable; in fixupPostOutline() local [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiInstrInfo.h | 73 bool &OffsetIsScalable, LocationSize &Width,
|
H A D | LanaiInstrInfo.cpp | 797 int64_t &Offset, bool &OffsetIsScalable, LocationSize &Width, in getMemOperandsWithOffsetWidth() argument 812 OffsetIsScalable = false; in getMemOperandsWithOffsetWidth()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetInstrInfo.cpp | 1426 bool &OffsetIsScalable, const TargetRegisterInfo *TRI) const { in getMemOperandWithOffset() argument 1429 if (!getMemOperandsWithOffsetWidth(MI, BaseOps, Offset, OffsetIsScalable, in getMemOperandWithOffset() 1554 bool OffsetIsScalable; in describeLoadedValue() local 1594 if (!TII->getMemOperandWithOffset(MI, BaseOp, Offset, OffsetIsScalable, in describeLoadedValue() 1599 if (OffsetIsScalable) in describeLoadedValue()
|
H A D | MachineScheduler.cpp | 1741 bool OffsetIsScalable; member 1744 int64_t Offset, bool OffsetIsScalable, LocationSize Width) in MemOpInfo() 1746 Width(Width), OffsetIsScalable(OffsetIsScalable) {} in MemOpInfo() 1886 MemOpa.OffsetIsScalable, MemOpb.BaseOps, in clusterNeighboringMemOps() 1887 MemOpb.Offset, MemOpb.OffsetIsScalable, in clusterNeighboringMemOps() 1951 bool OffsetIsScalable; in collectMemOpRecords() local 1954 OffsetIsScalable, Width, TRI)) { in collectMemOpRecords() 1956 MemOpInfo(&SU, BaseOps, Offset, OffsetIsScalable, Width)); in collectMemOpRecords() 1959 << Offset << ", OffsetIsScalable: " << OffsetIsScalable in collectMemOpRecords()
|
H A D | MachineSink.cpp | 1361 bool OffsetIsScalable; in SinkingPreventsImplicitNullCheck() local 1362 if (!TII->getMemOperandWithOffset(MI, BaseOp, Offset, OffsetIsScalable, TRI)) in SinkingPreventsImplicitNullCheck()
|
H A D | ModuloSchedule.cpp | 931 bool OffsetIsScalable; in computeDelta() local 932 if (!TII->getMemOperandWithOffset(MI, BaseOp, Offset, OffsetIsScalable, TRI)) in computeDelta() 936 if (OffsetIsScalable) in computeDelta()
|
H A D | MachinePipeliner.cpp | 2572 bool OffsetIsScalable; in computeDelta() local 2573 if (!TII->getMemOperandWithOffset(MI, BaseOp, Offset, OffsetIsScalable, TRI)) in computeDelta() 2577 if (OffsetIsScalable) in computeDelta()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfo.h | 171 int64_t &Offset, bool &OffsetIsScalable, LocationSize &Width,
|
H A D | RISCVInstrInfo.cpp | 2619 int64_t &Offset, bool &OffsetIsScalable, LocationSize &Width, in getMemOperandsWithOffsetWidth() 2648 OffsetIsScalable = false; 2612 getMemOperandsWithOffsetWidth(const MachineInstr & LdSt,SmallVectorImpl<const MachineOperand * > & BaseOps,int64_t & Offset,bool & OffsetIsScalable,LocationSize & Width,const TargetRegisterInfo * TRI) const getMemOperandsWithOffsetWidth() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonInstrInfo.h | 211 bool &OffsetIsScalable, LocationSize &Width,
|
H A D | HexagonInstrInfo.cpp | 3074 int64_t &Offset, bool &OffsetIsScalable, LocationSize &Width, in getMemOperandsWithOffsetWidth() argument 3076 OffsetIsScalable = false; in getMemOperandsWithOffsetWidth()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetInstrInfo.h | 1471 bool &OffsetIsScalable, 1485 int64_t &Offset, bool &OffsetIsScalable, LocationSize &Width, in getMemOperandsWithOffsetWidth() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.h | 400 bool &OffsetIsScalable, LocationSize &Width,
|
H A D | X86InstrInfo.cpp | 4616 int64_t &Offset, bool &OffsetIsScalable, LocationSize &Width, in getMemOperandsWithOffsetWidth() argument 4648 OffsetIsScalable = false; in getMemOperandsWithOffsetWidth()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.h | 570 bool &OffsetIsScalable, LocationSize &Width,
|
H A D | PPCInstrInfo.cpp | 2839 int64_t &Offset, bool &OffsetIsScalable, LocationSize &Width, in getMemOperandsWithOffsetWidth() argument 2842 OffsetIsScalable = false; in getMemOperandsWithOffsetWidth()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIMachineScheduler.cpp | 1912 bool OffsetIsScalable; in schedule() local 1914 OffsetIsScalable, TRI)) in schedule()
|
H A D | SIInstrInfo.h | 243 bool &OffsetIsScalable, LocationSize &Width,
|
H A D | SIInstrInfo.cpp | 358 int64_t &Offset, bool &OffsetIsScalable, LocationSize &Width, in getMemOperandsWithOffsetWidth() argument 364 OffsetIsScalable = false; in getMemOperandsWithOffsetWidth()
|