Searched refs:SRIdx (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAG.h | 1701 SDValue getTargetExtractSubreg(int SRIdx, const SDLoc &DL, EVT VT, 1705 SDValue getTargetInsertSubreg(int SRIdx, const SDLoc &DL, EVT VT,
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 10946 SDValue SelectionDAG::getTargetExtractSubreg(int SRIdx, const SDLoc &DL, EVT VT, in getTargetExtractSubreg() argument 10948 SDValue SRIdxVal = getTargetConstant(SRIdx, DL, MVT::i32); in getTargetExtractSubreg() 10956 SDValue SelectionDAG::getTargetInsertSubreg(int SRIdx, const SDLoc &DL, EVT VT, in getTargetInsertSubreg() argument 10958 SDValue SRIdxVal = getTargetConstant(SRIdx, DL, MVT::i32); in getTargetInsertSubreg()
|