HomeSort by relevance Sort by last modified time
    Searched refs:subtarget (Results 1 - 10 of 10) sorted by null

  /external/icu/icu4c/source/samples/
Makefile.in 75 subtarget=`echo $@ | sed s/-samples-recursive//`; \
77 echo "$(MAKE)[$(MAKELEVEL)]: Making \`$$subtarget' in \`$$subdir'"; \
80 local_target="$$subtarget-local"; \
82 local_target="$$subtarget"; \
87 $(MAKE) "$$subtarget-local" || exit; \
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
fixup-per-fragment.s 3 @ The relaxations should be applied using the subtarget from the fragment
4 @ containing the fixup and not the per module subtarget.
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/AlignedBundling/
bundle-subtarget-change-error.s 4 # Switching mode will change subtarget, which we can't do within a bundle
16 CHECK: LLVM ERROR: A Bundle can only have one Subtarget.
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPURegisterInfo.h 30 const SPUSubtarget &Subtarget;
37 SPURegisterInfo(const SPUSubtarget &subtarget, const TargetInstrInfo &tii);
SPURegisterInfo.cpp 187 SPURegisterInfo::SPURegisterInfo(const SPUSubtarget &subtarget,
189 SPUGenRegisterInfo(SPU::R0), Subtarget(subtarget), TII(tii)
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/CodeWarrior/
CodeWarrior_suite.py 322 class subtarget(aetools.ComponentItem): class in inherits:aetools.ComponentItem
323 """subtarget - a target that is prerequisite for another target """
326 """link against output - is the output of this subtarget linked into its dependent target? """
330 """target - the target that is dependent on this subtarget """
334 subtargets = subtarget
520 subtarget._superclassnames = ['target']
521 subtarget._privpropdict = {
526 subtarget._privelemdict = {
567 'subtarget' : subtarget,
    [all...]
__init__.py 69 getbaseclasses(subtarget)
136 'SBTG' : subtarget,
  /external/llvm/soong/
tblgen.go 121 return "-gen-subtarget"
  /external/llvm/tools/llvm-dwp/
llvm-dwp.cpp 657 return error("no subtarget info for target " + TripleName, Context);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwp/
llvm-dwp.cpp 682 return error("no subtarget info for target " + TripleName, Context);

Completed in 243 milliseconds