Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp5196 unsigned NumOutputsPerInput = SrcBitSize/DstBitSize; in ConstantFoldBITCASTofBUILD_VECTOR() local
5198 NumOutputsPerInput*BV->getNumOperands()); in ConstantFoldBITCASTofBUILD_VECTOR()
5203 for (unsigned j = 0; j != NumOutputsPerInput; ++j) in ConstantFoldBITCASTofBUILD_VECTOR()
5211 for (unsigned j = 0; j != NumOutputsPerInput; ++j) { in ConstantFoldBITCASTofBUILD_VECTOR()
5223 std::reverse(Ops.end()-NumOutputsPerInput, Ops.end()); in ConstantFoldBITCASTofBUILD_VECTOR()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp7732 unsigned NumOutputsPerInput = SrcBitSize/DstBitSize; in ConstantFoldBITCASTofBUILD_VECTOR() local
7734 NumOutputsPerInput*BV->getNumOperands()); in ConstantFoldBITCASTofBUILD_VECTOR()
7739 Ops.append(NumOutputsPerInput, DAG.getUNDEF(DstEltVT)); in ConstantFoldBITCASTofBUILD_VECTOR()
7746 for (unsigned j = 0; j != NumOutputsPerInput; ++j) { in ConstantFoldBITCASTofBUILD_VECTOR()
7754 std::reverse(Ops.end()-NumOutputsPerInput, Ops.end()); in ConstantFoldBITCASTofBUILD_VECTOR()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp10082 unsigned NumOutputsPerInput = SrcBitSize/DstBitSize; in ConstantFoldBITCASTofBUILD_VECTOR() local
10084 NumOutputsPerInput*BV->getNumOperands()); in ConstantFoldBITCASTofBUILD_VECTOR()
10089 Ops.append(NumOutputsPerInput, DAG.getUNDEF(DstEltVT)); in ConstantFoldBITCASTofBUILD_VECTOR()
10096 for (unsigned j = 0; j != NumOutputsPerInput; ++j) { in ConstantFoldBITCASTofBUILD_VECTOR()
10104 std::reverse(Ops.end()-NumOutputsPerInput, Ops.end()); in ConstantFoldBITCASTofBUILD_VECTOR()