Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/IPO/
H A DDeadArgumentElimination.h119 using UseVector = SmallVector<RetOrArg, 5>; variable
/freebsd-12.1/contrib/llvm/lib/IR/
H A DConstantFold.cpp2311 bool UseVector = IsCurrIdxVector || IsPrevIdxVector; in ConstantFoldGetElementPtr() local
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14186 bool IsConstantSrc, bool UseVector, bool UseTrunc) { in MergeStoresOfConstantsOrVecElts()
14693 bool UseVector = (LastLegalVectorType > LastLegalType) && !NoVectors; in MergeConsecutiveStores() local