Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp769 bool IsPost = AM == ISD::POST_INC; in tryIndexedLoad() local
787 else if (LoadVT == MVT::i8 && IsPost) in tryIndexedLoad()
791 else if (LoadVT == MVT::i16 && IsPost) in tryIndexedLoad()
795 else if (LoadVT == MVT::i32 && IsPost) in tryIndexedLoad()
799 else if (LoadVT == MVT::i64 && IsPost) in tryIndexedLoad()