Searched refs:getVectorNumElements (Results 1 – 20 of 20) sorted by relevance
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/ |
D | ValueTypes.h | 326 unsigned getVectorNumElements() const { in getVectorNumElements() function 335 return isSimple() ? V.getVectorNumElements() in getVectorNumElements()
|
D | SelectionDAGNodes.h | 1592 return ArrayRef(Mask, VT.getVectorNumElements()); 1596 assert(Idx < getValueType(0).getVectorNumElements() && "Idx out of range!"); 1605 for (unsigned i = 0, e = VT.getVectorNumElements(); i != e; ++i)
|
D | BasicTTIImpl.h | 2467 LT.second.isVector() ? LT.second.getVectorNumElements() : 1; in getTreeReductionCost() 2557 LT.second.isVector() ? LT.second.getVectorNumElements() : 1; in getMinMaxReductionCost()
|
D | SelectionDAG.h | 856 SmallVector<SDValue, 16> Ops(VT.getVectorNumElements(), Op);
|
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/ |
D | ValueTypes.h | 319 unsigned getVectorNumElements() const { in getVectorNumElements() function 328 return isSimple() ? V.getVectorNumElements() in getVectorNumElements()
|
D | MachineValueType.h | 290 unsigned getVectorNumElements() const { in getVectorNumElements() function
|
D | SelectionDAGNodes.h | 1558 return ArrayRef(Mask, VT.getVectorNumElements()); 1562 assert(Idx < getValueType(0).getVectorNumElements() && "Idx out of range!"); 1571 for (unsigned i = 0, e = VT.getVectorNumElements(); i != e; ++i)
|
D | BasicTTIImpl.h | 2401 LT.second.isVector() ? LT.second.getVectorNumElements() : 1; in getTreeReductionCost() 2491 LT.second.isVector() ? LT.second.getVectorNumElements() : 1; in getMinMaxReductionCost()
|
D | SelectionDAG.h | 854 SmallVector<SDValue, 16> Ops(VT.getVectorNumElements(), Op);
|
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/CodeGen/ |
D | ValueTypes.h | 327 unsigned getVectorNumElements() const { in getVectorNumElements() function 336 return isSimple() ? V.getVectorNumElements() in getVectorNumElements()
|
D | SelectionDAGNodes.h | 1623 return ArrayRef(Mask, VT.getVectorNumElements()); 1627 assert(Idx < getValueType(0).getVectorNumElements() && "Idx out of range!"); 1636 for (unsigned i = 0, e = VT.getVectorNumElements(); i != e; ++i)
|
D | BasicTTIImpl.h | 2561 LT.second.isVector() ? LT.second.getVectorNumElements() : 1; in getTreeReductionCost() 2651 LT.second.isVector() ? LT.second.getVectorNumElements() : 1; in getMinMaxReductionCost()
|
D | SelectionDAG.h | 870 SmallVector<SDValue, 16> Ops(VT.getVectorNumElements(), Op);
|
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/ |
D | ValueTypes.h | 326 unsigned getVectorNumElements() const { in getVectorNumElements() function 335 return isSimple() ? V.getVectorNumElements() in getVectorNumElements()
|
D | SelectionDAGNodes.h | 1571 return ArrayRef(Mask, VT.getVectorNumElements()); 1575 assert(Idx < getValueType(0).getVectorNumElements() && "Idx out of range!"); 1584 for (unsigned i = 0, e = VT.getVectorNumElements(); i != e; ++i)
|
D | BasicTTIImpl.h | 2411 LT.second.isVector() ? LT.second.getVectorNumElements() : 1; in getTreeReductionCost() 2501 LT.second.isVector() ? LT.second.getVectorNumElements() : 1; in getMinMaxReductionCost()
|
D | SelectionDAG.h | 856 SmallVector<SDValue, 16> Ops(VT.getVectorNumElements(), Op);
|
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGenTypes/ |
D | MachineValueType.h | 290 unsigned getVectorNumElements() const { in getVectorNumElements() function
|
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGenTypes/ |
D | MachineValueType.h | 290 unsigned getVectorNumElements() const { in getVectorNumElements() function
|
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/CodeGenTypes/ |
D | MachineValueType.h | 284 unsigned getVectorNumElements() const { in getVectorNumElements() function
|