Searched refs:IgnoreList (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Process.cpp | 38 ArrayRef<std::string> IgnoreList) { in FindInEnvPath() argument 53 if (any_of(IgnoreList, [&](StringRef S) { return fs::equivalent(S, Dir); })) in FindInEnvPath()
|
/external/llvm-project/llvm/lib/Support/ |
D | Process.cpp | 40 ArrayRef<std::string> IgnoreList, in FindInEnvPath() argument 56 if (any_of(IgnoreList, [&](StringRef S) { return fs::equivalent(S, Dir); })) in FindInEnvPath()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Process.h | 105 ArrayRef<std::string> IgnoreList);
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | Process.h | 111 ArrayRef<std::string> IgnoreList,
|
/external/python/cpython2/Demo/pdist/ |
D | cvslib.py | 193 IgnoreList = ['.*', '@*', ',*', '*~', '*.o', '*.a', '*.so', '*.pyc'] variable in CVS 293 for pat in self.IgnoreList:
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 6733 SmallVector<Value *, 16> IgnoreList; in tryToReduce() local 6735 IgnoreList.append(V.begin(), V.end()); in tryToReduce() 6738 V.buildTree(VL, ExternallyUsedValues, IgnoreList); in tryToReduce() 6746 V.buildTree(ReorderedOps, ExternallyUsedValues, IgnoreList); in tryToReduce() 6844 V.eraseInstructions(IgnoreList); in tryToReduce()
|
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 7017 SmallVector<Value *, 16> IgnoreList; in tryToReduce() local 7019 IgnoreList.append(RdxOp.begin(), RdxOp.end()); in tryToReduce() 7054 V.buildTree(VL, ExternallyUsedValues, IgnoreList); in tryToReduce() 7064 V.buildTree(ReorderedOps, ExternallyUsedValues, IgnoreList); in tryToReduce() 7159 V.eraseInstructions(IgnoreList); in tryToReduce()
|