Searched refs:InsIdx (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2087 unsigned InsIdx = 0;
2090 for (unsigned i = 0, e = theArgs.size(); i != e; ++i, ++idx, ++InsIdx) {
2114 InVals.push_back(DAG.getNode(ISD::UNDEF, dl, Ins[InsIdx].VT));
2115 ++InsIdx;
2118 --InsIdx;
2125 InVals.push_back(DAG.getNode(ISD::UNDEF, dl, Ins[InsIdx].VT));
2126 ++InsIdx;
2129 --InsIdx;
2132 InVals.push_back(DAG.getNode(ISD::UNDEF, dl, Ins[InsIdx].VT));
2170 if (Ins[InsIdx]
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp13030 ConstantSDNode *InsIdx = dyn_cast<ConstantSDNode>(V->getOperand(2)); local
13032 if (InsIdx && ExtIdx &&
13033 InsIdx->getValueType(0).getSizeInBits() <= 64 &&
13036 // (extract_subvec (insert_subvec V1, V2, InsIdx), ExtIdx)
13040 if (InsIdx->getZExtValue() * SmallVT.getScalarType().getSizeInBits() ==
13610 APInt InsIdx = cast<ConstantSDNode>(N2)->getAPIntValue(); local
13615 if (InsIdx == 0)
13621 if (InsIdx == VT.getVectorNumElements()/2)

Completed in 168 milliseconds