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

/external/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp1101 for (unsigned VIdx = 0, VEnd = Variants.size(); VIdx != VEnd; ++VIdx) {
1102 TransVariant &Variant = Variants[VIdx];
1106 if (ProcIndices[0] && Variants[VIdx].ProcIdx) {
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2030 // Operands of Gather: VSrc, Base, VIdx, VMask, Scale
2034 SDValue VIdx = Node->getOperand(4); local
2046 const SDValue Ops[] = { VSrc, Base, getI8Imm(Scale->getSExtValue()), VIdx,

Completed in 474 milliseconds