Searched refs:VL1 (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMParallelDSP.cpp | 251 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/ |
D | SLPVectorizer.cpp | 1939 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/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 2667 Instruction *VL1 = cast<Instruction>(VL[j]); in reorderAltShuffleOperands() local 2669 if (VL1->isCommutative() && isConsecutiveAccess(L, L1, *DL, *SE)) { in reorderAltShuffleOperands() 2682 Instruction *VL1 = cast<Instruction>(VL[j]); in reorderAltShuffleOperands() local 2684 if (VL1->isCommutative() && isConsecutiveAccess(L, L1, *DL, *SE)) { in reorderAltShuffleOperands()
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenSystemOperands.inc | 1794 { "VL1", 1 },
|