Searched refs:SRIdx (Results 1 – 6 of 6) 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-7.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 1230 SDValue getTargetExtractSubreg(int SRIdx, const SDLoc &DL, EVT VT, 1234 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 7362 SDValue SelectionDAG::getTargetExtractSubreg(int SRIdx, const SDLoc &DL, EVT VT, in getTargetExtractSubreg() argument 7364 SDValue SRIdxVal = getTargetConstant(SRIdx, DL, MVT::i32); in getTargetExtractSubreg() 7372 SDValue SelectionDAG::getTargetInsertSubreg(int SRIdx, const SDLoc &DL, EVT VT, in getTargetInsertSubreg() argument 7374 SDValue SRIdxVal = getTargetConstant(SRIdx, DL, MVT::i32); in getTargetInsertSubreg()
|