Searched refs:SRIdx (Results 1 – 2 of 2) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 964 SDValue getTargetExtractSubreg(int SRIdx, SDLoc DL, EVT VT, 968 SDValue getTargetInsertSubreg(int SRIdx, SDLoc DL, EVT VT,
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 5869 SelectionDAG::getTargetExtractSubreg(int SRIdx, SDLoc DL, EVT VT, in getTargetExtractSubreg() argument 5871 SDValue SRIdxVal = getTargetConstant(SRIdx, MVT::i32); in getTargetExtractSubreg() 5880 SelectionDAG::getTargetInsertSubreg(int SRIdx, SDLoc DL, EVT VT, in getTargetInsertSubreg() argument 5882 SDValue SRIdxVal = getTargetConstant(SRIdx, MVT::i32); in getTargetInsertSubreg()
|