Searched refs:SRIdx (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | SelectionDAG.h | 794 SDValue getTargetExtractSubreg(int SRIdx, DebugLoc DL, EVT VT, 799 SDValue getTargetInsertSubreg(int SRIdx, DebugLoc DL, EVT VT,
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 1087 SDValue getTargetExtractSubreg(int SRIdx, const SDLoc &DL, EVT VT, 1091 SDValue getTargetInsertSubreg(int SRIdx, const SDLoc &DL, EVT VT,
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 5162 SelectionDAG::getTargetExtractSubreg(int SRIdx, DebugLoc DL, EVT VT, in getTargetExtractSubreg() argument 5164 SDValue SRIdxVal = getTargetConstant(SRIdx, MVT::i32); in getTargetExtractSubreg() 5173 SelectionDAG::getTargetInsertSubreg(int SRIdx, DebugLoc DL, EVT VT, in getTargetInsertSubreg() argument 5175 SDValue SRIdxVal = getTargetConstant(SRIdx, MVT::i32); in getTargetInsertSubreg()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 6175 SDValue SelectionDAG::getTargetExtractSubreg(int SRIdx, const SDLoc &DL, EVT VT, in getTargetExtractSubreg() argument 6177 SDValue SRIdxVal = getTargetConstant(SRIdx, DL, MVT::i32); in getTargetExtractSubreg() 6185 SDValue SelectionDAG::getTargetInsertSubreg(int SRIdx, const SDLoc &DL, EVT VT, in getTargetInsertSubreg() argument 6187 SDValue SRIdxVal = getTargetConstant(SRIdx, DL, MVT::i32); in getTargetInsertSubreg()
|