Searched defs:UseVector (Results 1 – 10 of 10) sorted by relevance
| /external/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
| D | AvoidCArraysCheck.cpp | 62 static constexpr llvm::StringLiteral UseVector = llvm::StringLiteral( in check() local
|
| /external/llvm/include/llvm/Transforms/IPO/ |
| D | DeadArgumentElimination.h | 104 typedef SmallVector<RetOrArg, 5> UseVector; typedef
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
| D | DeadArgumentElimination.h | 118 using UseVector = SmallVector<RetOrArg, 5>; variable
|
| /external/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| D | DeadArgumentElimination.h | 118 using UseVector = SmallVector<RetOrArg, 5>; variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | ConstantFold.cpp | 2432 bool UseVector = IsCurrIdxVector || IsPrevIdxVector; in ConstantFoldGetElementPtr() local
|
| /external/llvm-project/llvm/lib/IR/ |
| D | ConstantFold.cpp | 2584 bool UseVector = IsCurrIdxVector || IsPrevIdxVector; in ConstantFoldGetElementPtr() local
|
| /external/llvm-project/llvm/lib/Transforms/IPO/ |
| D | OpenMPOpt.cpp | 146 using UseVector = SmallVector<Use *, 16>; typedef
|
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| D | DAGCombiner.cpp | 11230 unsigned NumStores, bool IsConstantSrc, bool UseVector) { in MergeStoresOfConstantsOrVecElts() 11660 bool UseVector = (LastLegalVectorType > LastLegalType) && !NoVectors; in MergeConsecutiveStores() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| D | DAGCombiner.cpp | 15361 bool IsConstantSrc, bool UseVector, bool UseTrunc) { in MergeStoresOfConstantsOrVecElts() 15911 bool UseVector = (LastLegalVectorType > LastLegalType) && !NoVectors; in MergeConsecutiveStores() local
|
| /external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | DAGCombiner.cpp | 16404 bool IsConstantSrc, bool UseVector, bool UseTrunc) { in mergeStoresOfConstantsOrVecElts() 16902 bool UseVector = (LastLegalVectorType > LastLegalType) && AllowVectors; in tryStoreMergeOfConstants() local
|