Home
last modified time | relevance | path

Searched refs:AllConst (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp2496 bool AllConst = true; in getBuildVectorConstInts() local
2513 AllConst = false; in getBuildVectorConstInts()
2516 return AllConst; in getBuildVectorConstInts()
2526 bool AllConst = getBuildVectorConstInts(Elem, VecTy, DAG, Consts); in buildVector32() local
2536 if (AllConst && in buildVector32()
2542 if (AllConst) { in buildVector32()
2563 if (AllConst) { in buildVector32()
2617 bool AllConst = getBuildVectorConstInts(Elem, VecTy, DAG, Consts); in buildVector64() local
2627 if (AllConst && in buildVector64()
2650 if (AllConst) { in buildVector64()
[all...]
H A DHexagonISelLoweringHVX.cpp842 bool AllConst = getBuildVectorConstInts(Values, VecTy, DAG, Consts); in buildHvxVectorReg()
843 if (AllConst) { in buildHvxVectorReg() local