HomeSort by relevance Sort by last modified time
    Searched defs:Others (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 33 Others, CortexA5, CortexA8, CortexA9, CortexA15, CortexR5, Swift
36 /// ARMProcFamily - ARM processor family: Cortex-A8, Cortex-A9, and others.
  /external/llvm/lib/Target/X86/
X86Subtarget.h 53 Others, IntelAtom
56 /// X86ProcFamily - X86 processor family: Intel Atom, and others
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 106 DenseSet<GlobalVariable*> Others;
108 DiscoverDependentGlobals(GV->getOperand(i), Others);
110 for (DenseSet<GlobalVariable*>::iterator I = Others.begin(),
111 E = Others.end(); I != E; ++I)
    [all...]

Completed in 47 milliseconds