Searched refs:subtarget (Results 1 – 25 of 246) sorted by relevance
12345678910
/external/icu/icu4c/source/samples/ |
D | 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/python/cpython2/Lib/plat-mac/lib-scriptpackages/CodeWarrior/ |
D | CodeWarrior_suite.py | 322 class subtarget(aetools.ComponentItem): class 334 subtargets = subtarget 520 subtarget._superclassnames = ['target'] 521 subtarget._privpropdict = { 526 subtarget._privelemdict = { 567 'subtarget' : subtarget, 639 'SBTG' : subtarget,
|
D | __init__.py | 69 getbaseclasses(subtarget) 136 'SBTG' : subtarget,
|
/external/llvm-project/llvm/test/MC/ARM/ |
D | 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/llvm/include/llvm/Target/ |
D | TargetSchedule.td | 27 // each subtarget, define WriteRes and ReadAdvance to associate 31 // subtarget, define ItinRW entries to map ItineraryClass to 33 // be subtarget specific and can be directly associated with resources 36 // C. In the subtarget, map SchedReadWrite types to specific 39 // subtarget can directly associate resources with SchedReadWrite 42 // D. In either the target or subtarget, define SchedWriteVariant or 95 // and may actually be generated for that subtarget must clear this 264 // defined by the subtarget, and maps the SchedWrite to processor 268 // be used instead to define subtarget specific SchedWrites and map 270 // itinerary classes to the subtarget's SchedWrites. [all …]
|
/external/pigweed/pw_build/ |
D | python.gni | 21 # Python packages provide the following targets as $target_name.$subtarget. 42 foreach(subtarget, pw_python_package_subtargets) { 43 group(subtarget) { 44 public_deps = [ ":${invoker.target_name}.$subtarget" ] 448 # ".subtarget". Instead, we replace the opening parenthesis of the 487 # setup.py changes. However, targets that depend on the .install subtarget 581 foreach(subtarget, pw_python_package_subtargets - [ "tests" ]) { 582 group("$target_name.$subtarget") { 583 deps = [ ":${invoker.target_name}.$subtarget($default_toolchain)" ] 650 foreach(subtarget, pw_python_package_subtargets) { [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZ.td | 16 // SystemZ subtarget features 22 // SystemZ subtarget scheduling models
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZ.td | 16 // SystemZ subtarget features 22 // SystemZ subtarget scheduling models
|
/external/llvm-project/llvm/lib/Target/Sparc/ |
D | LeonFeatures.td | 17 //support to casa instruction; for leon3 subtarget only 31 //support to casa instruction; for leon3 subtarget only
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | LeonFeatures.td | 17 //support to casa instruction; for leon3 subtarget only 31 //support to casa instruction; for leon3 subtarget only
|
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
D | BUILD.gn | 29 args = [ "-gen-subtarget" ] 59 args = [ "-gen-subtarget" ]
|
/external/llvm-project/llvm/include/llvm/Target/ |
D | TargetSchedule.td | 26 // each subtarget, define WriteRes and ReadAdvance to associate 30 // subtarget, define ItinRW entries to map ItineraryClass to 32 // be subtarget specific and can be directly associated with resources 35 // C. In the subtarget, map SchedReadWrite types to specific 38 // subtarget can directly associate resources with SchedReadWrite 41 // D. In either the target or subtarget, define SchedWriteVariant or 94 // and may actually be generated for that subtarget must clear this 271 // defined by the subtarget, and maps the SchedWrite to processor 275 // be used instead to define subtarget specific SchedWrites and map 277 // itinerary classes to the subtarget's SchedWrites. [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetSchedule.td | 26 // each subtarget, define WriteRes and ReadAdvance to associate 30 // subtarget, define ItinRW entries to map ItineraryClass to 32 // be subtarget specific and can be directly associated with resources 35 // C. In the subtarget, map SchedReadWrite types to specific 38 // subtarget can directly associate resources with SchedReadWrite 41 // D. In either the target or subtarget, define SchedWriteVariant or 94 // and may actually be generated for that subtarget must clear this 271 // defined by the subtarget, and maps the SchedWrite to processor 275 // be used instead to define subtarget specific SchedWrites and map 277 // itinerary classes to the subtarget's SchedWrites. [all …]
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | divmod-hwdiv.ll | 1 ; The hwdiv subtarget feature should only influence thumb, not arm. 7 ; The hwdiv-arm subtarget feature should only influence arm, not thumb.
|
/external/llvm-project/llvm/test/MC/Disassembler/AMDGPU/ |
D | si-support.txt | 3 # CHECK: LLVM ERROR: Disassembly not yet supported for subtarget
|
/external/llvm-project/llvm/test/MC/X86/AlignedBundling/ |
D | bundle-subtarget-change-error.s | 4 # Switching mode will change subtarget, which we can't do within a bundle
|
/external/llvm/lib/Target/AVR/ |
D | CMakeLists.txt | 6 tablegen(LLVM AVRGenSubtargetInfo.inc -gen-subtarget)
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | read-register-invalid-subtarget.ll | 3 ; CHECK: invalid register "flat_scratch_lo" for subtarget.
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | read-register-invalid-subtarget.ll | 3 ; CHECK: invalid register "flat_scratch_lo" for subtarget.
|
/external/llvm-project/llvm/test/TableGen/ |
D | SchedModelError.td | 1 // RUN: not llvm-tblgen -gen-subtarget -I %p/../../include %s 2>&1 | FileCheck %s -DFILE=%s
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | CMakeLists.txt | 14 tablegen(LLVM AMDGPUGenSubtargetInfo.inc -gen-subtarget) 27 tablegen(LLVM R600GenSubtargetInfo.inc -gen-subtarget)
|
/external/llvm/docs/CommandGuide/ |
D | tblgen.rst | 108 .. option:: -gen-subtarget 110 Generate subtarget enumerations.
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | EXPInstructions.td | 35 class EXP_Real<bit done, string pseudo, int subtarget> 38 SIMCInstr <pseudo, subtarget> {
|
/external/llvm/lib/Target/Sparc/ |
D | LeonFeatures.td | 18 // support to casa instruction; for leon3 subtarget only 27 // support to casa instruction; for leon3 subtarget only
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/ |
D | CMakeLists.txt | 7 tablegen(LLVM VEGenSubtargetInfo.inc -gen-subtarget)
|
12345678910