Searched defs:UseVector (Results 1 – 9 of 9) sorted by relevance
| /external/llvm/include/llvm/Transforms/IPO/ |
| D | DeadArgumentElimination.h | 104 typedef SmallVector<RetOrArg, 5> UseVector; typedef
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/IPO/ |
| D | DeadArgumentElimination.h | 117 using UseVector = SmallVector<RetOrArg, 5>; variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
| D | DeadArgumentElimination.h | 118 using UseVector = SmallVector<RetOrArg, 5>; variable
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
| D | ConstantFold.cpp | 2218 bool UseVector = IsCurrIdxVector || IsPrevIdxVector; in ConstantFoldGetElementPtr() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | ConstantFold.cpp | 2432 bool UseVector = IsCurrIdxVector || IsPrevIdxVector; in ConstantFoldGetElementPtr() local
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
| D | OpenMPOpt.cpp | 249 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/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
| D | DAGCombiner.cpp | 18534 bool IsConstantSrc, bool UseVector, bool UseTrunc) { in mergeStoresOfConstantsOrVecElts() 19065 bool UseVector = (LastLegalVectorType > LastLegalType) && AllowVectors; in tryStoreMergeOfConstants() local
|