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

/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp4490 unsigned OutputIdx = 0; local
4622 OS << '$' << OutputIdx++; local
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp8091 /// falls on a different 128-bit lane than \p OutputIdx.
8093 unsigned OutputIdx) {
8095 return InputIdx * EltSize / 128 != OutputIdx * EltSize / 128;
8099 /// \p MaskVals. MaskVals[OutputIdx] = InputIdx specifies that we want to
8100 /// shuffle the element at InputIdx in V1 to OutputIdx in the result. If \p
8113 for (unsigned OutputIdx = 0; OutputIdx < NumElts; ++OutputIdx) {
8114 int InputIdx = MaskVals[OutputIdx];
8121 if (ShuffleCrosses128bitLane(VT, InputIdx, OutputIdx))
[all...]

Completed in 148 milliseconds