Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h2619 ISD::MemIndexedMode AM, bool IsTrunc, bool IsCompressing,
2623 StoreSDNodeBits.IsTruncating = IsTrunc;
2911 ISD::MemIndexType IndexType, bool IsTrunc)
2914 StoreSDNodeBits.IsTruncating = IsTrunc;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp3187 auto IsTrunc = [this](SDValue N) { in selectLow8BitsVSplat() local
3201 N->getOpcode() == ISD::ZERO_EXTEND || IsTrunc(N)) { in selectLow8BitsVSplat()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp9487 bool IsTrunc) { in getMaskedScatter() argument
9494 dl.getIROrder(), VTs, MemVT, MMO, IndexType, IsTrunc)); in getMaskedScatter()
9504 VTs, MemVT, MMO, IndexType, IsTrunc); in getMaskedScatter()