Home
last modified time | relevance | path

Searched refs:ExtVec (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLoweringHVX.cpp445 SDValue ExtVec; in buildHvxVectorReg() local
446 if (IsBuildFromExtracts(ExtVec, ExtIdx)) { in buildHvxVectorReg()
447 MVT ExtTy = ty(ExtVec); in buildHvxVectorReg()
473 SDValue S = DAG.getVectorShuffle(ExtTy, dl, ExtVec, in buildHvxVectorReg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp18055 SDValue ExtVec = Op.getOperand(0); in combineConcatVectorOfExtracts() local
18059 EVT ExtVT = ExtVec.getValueType(); in combineConcatVectorOfExtracts()
18060 ExtVec = peekThroughBitcasts(ExtVec); in combineConcatVectorOfExtracts()
18063 if (ExtVec.isUndef()) { in combineConcatVectorOfExtracts()
18087 if (SV0.isUndef() || SV0 == ExtVec) { in combineConcatVectorOfExtracts()
18088 SV0 = ExtVec; in combineConcatVectorOfExtracts()
18091 } else if (SV1.isUndef() || SV1 == ExtVec) { in combineConcatVectorOfExtracts()
18092 SV1 = ExtVec; in combineConcatVectorOfExtracts()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp22151 SDValue ExtVec = DAG.getBitcast(MVT::v8i1, newSelect); in LowerSELECT() local
22152 return DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL, VT, ExtVec, in LowerSELECT()