Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp767 bool IsPost = AM == ISD::POST_INC; in tryIndexedLoad() local
785 else if (LoadVT == MVT::i8 && IsPost) in tryIndexedLoad()
789 else if (LoadVT == MVT::i16 && IsPost) in tryIndexedLoad()
793 else if (LoadVT == MVT::i32 && IsPost) in tryIndexedLoad()
797 else if (LoadVT == MVT::i64 && IsPost) in tryIndexedLoad()