Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMParallelDSP.cpp251 const ValueList &VL1) { in AreSymmetrical() argument
252 if (VL0.size() != VL1.size()) { in AreSymmetrical()
254 << VL0.size() << " != " << VL1.size() << "\n"); in AreSymmetrical()
263 const Value *V1 = VL1[i]; in AreSymmetrical()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1939 Instruction *VL1 = cast<Instruction>(VL[j]); in reorderAltShuffleOperands() local
1941 if (VL1->isCommutative() && isConsecutiveAccess(L, L1, *DL, *SE)) { in reorderAltShuffleOperands()
1954 Instruction *VL1 = cast<Instruction>(VL[j]); in reorderAltShuffleOperands() local
1956 if (VL1->isCommutative() && isConsecutiveAccess(L, L1, *DL, *SE)) { in reorderAltShuffleOperands()
2553 Instruction *VL1 = cast<Instruction>(E->Scalars[1]); in vectorizeTree() local
2554 BinaryOperator *BinOp1 = cast<BinaryOperator>(VL1); in vectorizeTree()
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/
DAArch64GenSystemOperands.inc1794 { "VL1", 1 },