Searched refs:SRIdx (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h918 SDValue getTargetExtractSubreg(int SRIdx, SDLoc DL, EVT VT,
923 SDValue getTargetInsertSubreg(int SRIdx, SDLoc DL, EVT VT,
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp149 SDValue getTargetSubregToReg(int SRIdx, SDLoc DL, EVT VT, EVT VTD,
796 AArch64DAGToDAGISel::getTargetSubregToReg(int SRIdx, SDLoc DL, EVT VT, EVT VTD, argument
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5581 SelectionDAG::getTargetExtractSubreg(int SRIdx, SDLoc DL, EVT VT, argument
5583 SDValue SRIdxVal = getTargetConstant(SRIdx, MVT::i32);
5592 SelectionDAG::getTargetInsertSubreg(int SRIdx, SDLoc DL, EVT VT, argument
5594 SDValue SRIdxVal = getTargetConstant(SRIdx, MVT::i32);

Completed in 116 milliseconds