HomeSort by: relevance | last modified time | path
    Searched refs:Narrow (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/groff/dist/font/devps/generate/
Makefile 168 `$(AFMNAME) $(afmdir)/Helvetica-Narrow.afm` $(TEXTMAP) $@
172 `$(AFMNAME) $(afmdir)/Helvetica-Narrow-Bold.afm` $(TEXTMAP) $@
176 `$(AFMNAME) $(afmdir)/Helvetica-Narrow-Oblique.afm` $(TEXTMAP) $@
180 `$(AFMNAME) $(afmdir)/Helvetica-Narrow-BoldOblique.afm` $(TEXTMAP) $@
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 1609 bool Narrow = VT.getSizeInBits() == 64;
1614 if (Narrow)
1635 if (Narrow)
1648 bool Narrow = VT.getSizeInBits() == 64;
1653 if (Narrow)
1680 Narrow ? NarrowVector(SuperReg, *CurDAG) : SuperReg);
1688 if (Narrow)
1703 bool Narrow = VT.getSizeInBits() == 64;
1708 if (Narrow)
1732 bool Narrow = VT.getSizeInBits() == 64
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp 5239 assert(cast<LoadSDNode>(Load)->isSimple() && "illegal to narrow");
5750 // Attempt to narrow/widen shuffle mask until it matches the target number of
6053 // narrow vectors.
10000 // Narrow/widen the indices vector to the correct size.
13434 // Using zext to expand a narrow element won't work for non-zero
13610 // and a simple narrow shuffle. Prefer extract+unpack(h/l)ps to vpermps
16481 // narrow shuffle.
16488 // Extract + narrow shuffle is better than the wide alternative.
16507 // Narrow shuffle + insert is better than the wide alternative.
    [all...]

Completed in 46 milliseconds