Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4499 SDValue IncrementMemoryAddress(SDValue Addr, SDValue Mask, const SDLoc &DL,
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp1785 Ptr = TLI.IncrementMemoryAddress(Ptr, MaskLo, dl, LoMemVT, DAG, in SplitVecRes_MLOAD()
2627 Ptr = TLI.IncrementMemoryAddress(Ptr, MaskLo, DL, LoMemVT, DAG, in SplitVecOp_MSTORE()
H A DTargetLowering.cpp7766 TargetLowering::IncrementMemoryAddress(SDValue Addr, SDValue Mask, in IncrementMemoryAddress() function in TargetLowering