Home
last modified time | relevance | path

Searched defs:UseVector (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DAvoidCArraysCheck.cpp62 static constexpr llvm::StringLiteral UseVector = llvm::StringLiteral( in check() local
/external/llvm/include/llvm/Transforms/IPO/
DDeadArgumentElimination.h104 typedef SmallVector<RetOrArg, 5> UseVector; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DDeadArgumentElimination.h118 using UseVector = SmallVector<RetOrArg, 5>; variable
/external/llvm-project/llvm/include/llvm/Transforms/IPO/
DDeadArgumentElimination.h118 using UseVector = SmallVector<RetOrArg, 5>; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantFold.cpp2432 bool UseVector = IsCurrIdxVector || IsPrevIdxVector; in ConstantFoldGetElementPtr() local
/external/llvm-project/llvm/lib/IR/
DConstantFold.cpp2584 bool UseVector = IsCurrIdxVector || IsPrevIdxVector; in ConstantFoldGetElementPtr() local
/external/llvm-project/llvm/lib/Transforms/IPO/
DOpenMPOpt.cpp146 using UseVector = SmallVector<Use *, 16>; typedef
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp11230 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/
DDAGCombiner.cpp15361 bool IsConstantSrc, bool UseVector, bool UseTrunc) { in MergeStoresOfConstantsOrVecElts()
15911 bool UseVector = (LastLegalVectorType > LastLegalType) && !NoVectors; in MergeConsecutiveStores() local
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp16404 bool IsConstantSrc, bool UseVector, bool UseTrunc) { in mergeStoresOfConstantsOrVecElts()
16902 bool UseVector = (LastLegalVectorType > LastLegalType) && AllowVectors; in tryStoreMergeOfConstants() local