Home
last modified time | relevance | path

Searched refs:IsPre (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp1470 bool IsPre = AM == ISD::PRE_INC || AM == ISD::PRE_DEC; in tryIndexedLoad() local
1480 Opcode = IsPre ? AArch64::LDRXpre : AArch64::LDRXpost; in tryIndexedLoad()
1483 Opcode = IsPre ? AArch64::LDRWpre : AArch64::LDRWpost; in tryIndexedLoad()
1485 Opcode = IsPre ? AArch64::LDRSWpre : AArch64::LDRSWpost; in tryIndexedLoad()
1487 Opcode = IsPre ? AArch64::LDRWpre : AArch64::LDRWpost; in tryIndexedLoad()
1500 Opcode = IsPre ? AArch64::LDRHHpre : AArch64::LDRHHpost; in tryIndexedLoad()
1520 Opcode = IsPre ? AArch64::LDRHpre : AArch64::LDRHpost; in tryIndexedLoad()
1522 Opcode = IsPre ? AArch64::LDRHpre : AArch64::LDRHpost; in tryIndexedLoad()
1524 Opcode = IsPre ? AArch64::LDRSpre : AArch64::LDRSpost; in tryIndexedLoad()
1526 Opcode = IsPre ? AArch64::LDRDpre : AArch64::LDRDpost; in tryIndexedLoad()
[all …]
H A DAArch64ISelLowering.h1267 bool IsPre, MachineRegisterInfo &MRI) const override;
H A DAArch64ISelLowering.cpp24224 Register Offset, bool IsPre, in isIndexingLegal() argument
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h61 bool IsPre; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp768 bool IsPre = AM == ISD::PRE_INC; in tryIndexedLoad() local
785 if (LoadVT == MVT::i8 && IsPre) in tryIndexedLoad()
789 else if (LoadVT == MVT::i16 && IsPre) in tryIndexedLoad()
793 else if (LoadVT == MVT::i32 && IsPre) in tryIndexedLoad()
797 else if (LoadVT == MVT::i64 && IsPre) in tryIndexedLoad()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp5621 bool IsPre = ExtLd.isPre(); in selectIndexedExtLoad() local
5634 Opc = IsPre ? AArch64::LDRSBXpre : AArch64::LDRSBXpost; in selectIndexedExtLoad()
5636 Opc = IsPre ? AArch64::LDRSBWpre : AArch64::LDRSBWpost; in selectIndexedExtLoad()
5639 Opc = IsPre ? AArch64::LDRBBpre : AArch64::LDRBBpost; in selectIndexedExtLoad()
5646 Opc = IsPre ? AArch64::LDRSHXpre : AArch64::LDRSHXpost; in selectIndexedExtLoad()
5648 Opc = IsPre ? AArch64::LDRSHWpre : AArch64::LDRSHWpost; in selectIndexedExtLoad()
5651 Opc = IsPre ? AArch64::LDRHHpre : AArch64::LDRHHpost; in selectIndexedExtLoad()
5657 Opc = IsPre ? AArch64::LDRSWpre : AArch64::LDRSWpost; in selectIndexedExtLoad()
5660 Opc = IsPre ? AArch64::LDRWpre : AArch64::LDRWpost; in selectIndexedExtLoad()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1269 MatchInfo.IsPre = findPreIndexCandidate(LdSt, MatchInfo.Addr, MatchInfo.Base, in matchCombineIndexedLoadStore()
1271 if (!MatchInfo.IsPre && in matchCombineIndexedLoadStore()
1307 MIB.addImm(MatchInfo.IsPre); in applyCombineIndexedLoadStore()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3720 bool IsPre, MachineRegisterInfo &MRI) const { in isIndexingLegal() argument