HomeSort by relevance Sort by last modified time
    Searched full:scattered (Results 1 - 25 of 141) sorted by null

1 2 3 4 5 6

  /external/llvm/test/tools/dsymutil/ARM/
scattered.c 1 RUN: llvm-dsymutil -y %p/dummy-debug-map.map -oso-prepend-path %p/../Inputs/scattered-reloc/ -f -o - | llvm-dwarfdump -debug-dump=info - | FileCheck %s
3 // See Inputs/scattered-reloc/scattered.s to see how this test
  /external/llvm/include/llvm/CodeGen/
MachORelocation.h 32 bool r_scattered; // 1 = scattered, 0 = non-scattered
48 bool ext, uint8_t type, bool scattered = false,
51 r_extern(ext), r_type(type), r_scattered(scattered), r_value(value) {}
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachORelocation.h 32 bool r_scattered; // 1 = scattered, 0 = non-scattered
48 bool ext, uint8_t type, bool scattered = false,
51 r_extern(ext), r_type(type), r_scattered(scattered), r_value(value) {}
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachORelocation.h 32 bool r_scattered; // 1 = scattered, 0 = non-scattered
48 bool ext, uint8_t type, bool scattered = false,
51 r_extern(ext), r_type(type), r_scattered(scattered), r_value(value) {}
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachORelocation.h 32 bool r_scattered; // 1 = scattered, 0 = non-scattered
48 bool ext, uint8_t type, bool scattered = false,
51 r_extern(ext), r_type(type), r_scattered(scattered), r_value(value) {}
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachORelocation.h 32 bool r_scattered; // 1 = scattered, 0 = non-scattered
48 bool ext, uint8_t type, bool scattered = false,
51 r_extern(ext), r_type(type), r_scattered(scattered), r_value(value) {}
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachORelocation.h 32 bool r_scattered; // 1 = scattered, 0 = non-scattered
48 bool ext, uint8_t type, bool scattered = false,
51 r_extern(ext), r_type(type), r_scattered(scattered), r_value(value) {}
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachORelocation.h 32 bool r_scattered; // 1 = scattered, 0 = non-scattered
48 bool ext, uint8_t type, bool scattered = false,
51 r_extern(ext), r_type(type), r_scattered(scattered), r_value(value) {}
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachORelocation.h 32 bool r_scattered; // 1 = scattered, 0 = non-scattered
48 bool ext, uint8_t type, bool scattered = false,
51 r_extern(ext), r_type(type), r_scattered(scattered), r_value(value) {}
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachORelocation.h 32 bool r_scattered; // 1 = scattered, 0 = non-scattered
48 bool ext, uint8_t type, bool scattered = false,
51 r_extern(ext), r_type(type), r_scattered(scattered), r_value(value) {}
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachORelocation.h 32 bool r_scattered; // 1 = scattered, 0 = non-scattered
48 bool ext, uint8_t type, bool scattered = false,
51 r_extern(ext), r_type(type), r_scattered(scattered), r_value(value) {}
  /external/llvm/test/MC/MachO/
i386-large-relocations.s 18 // Normally scattered relocations are used for sym+offset expressions. When
20 // so the assembler falls back to non-scattered relocations.
darwin-x86_64-diff-reloc-assign.s 8 // address pcrel length extern type scattered symbolnum/value
x86_32-scattered-reloc-fallback.s 22 // scattered relocation to a normal relocation because the offset from the
  /external/llvm/test/MC/X86/
macho-reloc-errors-x86.s 15 // CHECK-ERROR: 5:9: error: Section too large, can't encode r_address (0x100000b) into 24 bits of scattered relocation entry.
  /external/llvm/test/tools/dsymutil/Inputs/scattered-reloc/
1.s 2 # $ cat scattered.c
4 # $ clang -S -arch armv7 -g scattered.c
5 # $ clang -c -o 1.o scattered.s
9 # scattered reloc (I do not think LLVM will generate scattered relocs in
15 .file 1 "scattered.c"
25 .asciz "scattered.c" @ string offset=35
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMachObjectWriter.cpp 187 /// \return false if falling back to using non-scattered relocation,
188 /// otherwise true for normal scattered relocation.
239 // If the offset is too large to fit in a scattered relocation,
247 Buffer + ") into 24 bits of scattered "
275 llvm_unreachable("Invalid PPC scattered relocation type.");
284 // If the offset is more than 24-bits, it won't fit in a scattered
285 // relocation offset field, so we fall back to using a non-scattered
287 // the block and the linker is doing scattered loading on this
311 // scattered relocation entry. Differences always require scattered
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Scalarizer.cpp 29 // Used to store the scattered form of a vector.
32 // Used to map a vector Value to its scattered form. We use std::map
38 // along with a pointer to their scattered forms.
42 // component of a scattered vector or vector pointer.
172 ScatterMap Scattered;
257 assert(Gathered.empty() && Scattered.empty());
270 // Return a scattered form of V that can be accessed by Point. V must be a
274 // Put the scattered form of arguments in the entry block,
278 return Scatterer(BB, BB->begin(), V, &Scattered[V]);
281 // Put the scattered form of an instruction directly after th
    [all...]
  /external/libxml2/
TODO_SCHEMAS 13 + countless others c.f. the TODO scattered in the code
  /external/llvm/test/MC/ARM/
macho-relocs-with-addend.s 5 @ (scattered) still need to have the type set correctly.
  /external/testng/src/test/java/test/configuration/
ConfigurationGroups3SampleTest.java 11 * beforeGroups test: make sure that if before methods are scattered on
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue1635.go 8 // Mac OS X's gcc will generate scattered relocation 2/1 for
  /prebuilts/go/linux-x86/misc/cgo/test/
issue1635.go 8 // Mac OS X's gcc will generate scattered relocation 2/1 for
  /toolchain/binutils/binutils-2.25/include/mach-o/
ChangeLog 53 for non-scattered relocations. Move scattered relocation macros to
  /external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
MachO_i386_DynNoPIC_relocations.s 26 # Test scattered VANILLA relocations.

Completed in 716 milliseconds

1 2 3 4 5 6