Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp2518 bool AllConst = true; in getBuildVectorConstInts() local
2535 AllConst = false; in getBuildVectorConstInts()
2538 return AllConst; in getBuildVectorConstInts()
2548 bool AllConst = getBuildVectorConstInts(Elem, VecTy, DAG, Consts); in buildVector32() local
2558 if (AllConst && in buildVector32()
2564 if (AllConst) { in buildVector32()
2585 if (AllConst) { in buildVector32()
2639 bool AllConst = getBuildVectorConstInts(Elem, VecTy, DAG, Consts); in buildVector64() local
2649 if (AllConst && in buildVector64()
2672 if (AllConst) { in buildVector64()
H A DHexagonISelLoweringHVX.cpp852 bool AllConst = getBuildVectorConstInts(Values, VecTy, DAG, Consts); in buildHvxVectorReg() local
853 if (AllConst) { in buildHvxVectorReg()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp454 bool AllConst = true; in SelectBuildVector() local
459 AllConst = false; in SelectBuildVector()
469 if (AllConst) { in SelectBuildVector()