Home
last modified time | relevance | path

Searched refs:NumOpElts (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp12966 int NumOpElts = OpVT.getVectorNumElements(); in combineConcatVectorOfExtracts() local
12978 Mask.append((unsigned)NumOpElts, -1); in combineConcatVectorOfExtracts()
12998 Mask.append((unsigned)NumOpElts, -1); in combineConcatVectorOfExtracts()
13023 for (int i = 0; i != NumOpElts; ++i) in combineConcatVectorOfExtracts()
13027 for (int i = 0; i != NumOpElts; ++i) in combineConcatVectorOfExtracts()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp16075 int NumOpElts = OpVT.getVectorNumElements(); in combineConcatVectorOfExtracts() local
16086 Mask.append((unsigned)NumOpElts, -1); in combineConcatVectorOfExtracts()
16105 Mask.append((unsigned)NumOpElts, -1); in combineConcatVectorOfExtracts()
16130 for (int i = 0; i != NumOpElts; ++i) in combineConcatVectorOfExtracts()
16134 for (int i = 0; i != NumOpElts; ++i) in combineConcatVectorOfExtracts()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp7207 unsigned NumOpElts = in lowerInterleavedStore() local
7211 Type *IntVecTy = VectorType::get(IntTy, NumOpElts); in lowerInterleavedStore()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp8263 unsigned NumOpElts = Op0->getType()->getVectorNumElements(); in lowerInterleavedStore() local
8266 Type *IntVecTy = VectorType::get(IntTy, NumOpElts); in lowerInterleavedStore()