Home
last modified time | relevance | path

Searched refs:allConstant (Results 1 – 5 of 5) sorted by relevance

/external/deqp-deps/glslang/glslang/MachineIndependent/
DConstant.cpp1337 bool allConstant = true; in areAllChildConst() local
1350 return allConstant; in areAllChildConst()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DConstant.cpp1336 bool allConstant = true; in areAllChildConst() local
1349 return allConstant; in areAllChildConst()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp132 static bool allConstant(ArrayRef<Value *> VL) { in allConstant() function
970 bool SameTy = allConstant(VL) || getSameType(VL); (void)SameTy; in buildTree_rec()
1005 if (allConstant(VL) || isSplat(VL) || !getSameBlock(VL) || !Opcode) { in buildTree_rec()
1543 if (allConstant(VL)) in getEntryCost()
1766 (allConstant(VectorizableTree[1].Scalars) || in isFullyVectorizableTinyTree()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp219 static bool allConstant(ArrayRef<Value *> VL) { in allConstant() function
2426 assert((allConstant(VL) || allSameType(VL)) && "Invalid types!"); in buildTree_rec()
2450 if (allConstant(VL) || isSplat(VL) || !allSameBlock(VL) || !S.getOpcode()) { in buildTree_rec()
3240 if (allConstant(VL)) in getEntryCost()
3602 (allConstant(VectorizableTree[1]->Scalars) || in isFullyVectorizableTinyTree()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp216 static bool allConstant(ArrayRef<Value *> VL) { in allConstant() function
2582 assert((allConstant(VL) || allSameType(VL)) && "Invalid types!"); in buildTree_rec()
2606 if (allConstant(VL) || isSplat(VL) || !allSameBlock(VL) || !S.getOpcode()) { in buildTree_rec()
3441 if (allConstant(VL)) in getEntryCost()
3848 (allConstant(VectorizableTree[1]->Scalars) || in isFullyVectorizableTinyTree()