HomeSort by relevance Sort by last modified time
    Searched refs:Arch (Results 276 - 300 of 397) sorted by null

<<111213141516

  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
deadcode.go 295 for _, sig := range decodeIfaceMethods(d.ctxt.Arch, s) {
339 methodsigs := decodetypeMethods(d.ctxt.Arch, s)
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
TargetRegistry.h 99 typedef bool (*ArchMatchFnTy)(Triple::ArchType Arch);
645 /// @param ArchMatchFn - The arch match checking function for this target.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
TargetRegistry.h 99 typedef bool (*ArchMatchFnTy)(Triple::ArchType Arch);
645 /// @param ArchMatchFn - The arch match checking function for this target.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
TargetRegistry.h 99 typedef bool (*ArchMatchFnTy)(Triple::ArchType Arch);
645 /// @param ArchMatchFn - The arch match checking function for this target.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
TargetRegistry.h 99 typedef bool (*ArchMatchFnTy)(Triple::ArchType Arch);
645 /// @param ArchMatchFn - The arch match checking function for this target.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
TargetRegistry.h 99 typedef bool (*ArchMatchFnTy)(Triple::ArchType Arch);
645 /// @param ArchMatchFn - The arch match checking function for this target.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
TargetRegistry.h 99 typedef bool (*ArchMatchFnTy)(Triple::ArchType Arch);
645 /// @param ArchMatchFn - The arch match checking function for this target.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
TargetRegistry.h 99 typedef bool (*ArchMatchFnTy)(Triple::ArchType Arch);
645 /// @param ArchMatchFn - The arch match checking function for this target.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
TargetRegistry.h 99 typedef bool (*ArchMatchFnTy)(Triple::ArchType Arch);
645 /// @param ArchMatchFn - The arch match checking function for this target.
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
BuildReport.py 299 LibDepexList = Lib.DepexExpression[M.Arch, M.ModuleType]
381 self.ModuleDepex = " ".join(M.Module.DepexExpression[M.Arch, M.ModuleType])
387 LibDepex = " ".join(Lib.DepexExpression[M.Arch, M.ModuleType]).strip()
704 for Arch in Wa.ArchList:
705 Platform = Wa.BuildDatabase[Wa.MetaFile, Arch, Wa.BuildTarget, Wa.ToolChain]
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
FdfParser.py 275 # Key: [section name, UI name, arch]
524 # [VTF.arch.UiName, arch]
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
MetaFileParser.py 215 # DataInfo = [data_type, scope1(arch), scope2(platform/moduletype)]
230 # No specific ARCH or Platform given, use raw data
282 # [section_name.arch<.platform|module_type>]
303 # S1 is always Arch
318 EdkLogger.error('Parser', FORMAT_INVALID, "'common' ARCH must not be used with specific ARCHs",
380 "'%s' must be in format of <TARGET>_<TOOLCHAIN>_<ARCH>_<TOOL>_FLAGS" % self._ValueList[1],
571 # Model, Value1, Value2, Value3, Arch, Platform, BelongsToItem=-1,
576 for Arch, Platform in self._Scope:
581 Arch,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp     [all...]
  /build/soong/cc/
cc.go 596 c.cachedToolchain = config.FindToolchain(ctx.Os(), ctx.Arch())
627 version, err := normalizeNdkApiLevel(ctx.sdkVersion(), ctx.Arch())
988 if a.Target().Arch.ArchType != ctx.Arch().ArchType {
989 ctx.ModuleErrorf("Arch mismatch between %q and %q", ctx.ModuleName(), name)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
FdfParserLite.py     [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
link.go 246 Mark uint16 // bitmask of arch-specific items
247 Optab uint16 // arch-specific opcode index
275 // However, the majority of opcodes are arch-specific
302 // for declaring its arch-specific opcodes.
303 // Within this subspace, the first arch-specific opcode should be
718 Arch *LinkArch
784 switch ctxt.Arch.Family {
790 return int64(4 * ctxt.Arch.PtrSize)
792 return int64(ctxt.Arch.PtrSize)
803 *sys.Arch
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/
obj9.go 617 q.From.Offset = 4 * int64(ctxt.Arch.PtrSize) // G.panic
854 p.From.Offset = 2 * int64(ctxt.Arch.PtrSize) // G.stackguard0
856 p.From.Offset = 3 * int64(ctxt.Arch.PtrSize) // G.stackguard1
1237 Arch: sys.ArchPPC64,
1245 Arch: sys.ArchPPC64LE,
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
link.go 246 Mark uint16 // bitmask of arch-specific items
247 Optab uint16 // arch-specific opcode index
275 // However, the majority of opcodes are arch-specific
302 // for declaring its arch-specific opcodes.
303 // Within this subspace, the first arch-specific opcode should be
718 Arch *LinkArch
784 switch ctxt.Arch.Family {
790 return int64(4 * ctxt.Arch.PtrSize)
792 return int64(ctxt.Arch.PtrSize)
803 *sys.Arch
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/
obj9.go 617 q.From.Offset = 4 * int64(ctxt.Arch.PtrSize) // G.panic
854 p.From.Offset = 2 * int64(ctxt.Arch.PtrSize) // G.stackguard0
856 p.From.Offset = 3 * int64(ctxt.Arch.PtrSize) // G.stackguard1
1237 Arch: sys.ArchPPC64,
1245 Arch: sys.ArchPPC64LE,
  /external/eigen/Eigen/src/LU/
InverseImpl.h 228 template<int Arch, typename Scalar, typename MatrixType, typename ResultType>
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 272 Triple::ArchType Arch;
  /external/llvm/unittests/ADT/
TripleTest.cpp 306 for (int Arch = 1+Triple::UnknownArch; Arch <= Triple::LastArchType; ++Arch) {
307 C[0] = Triple::getArchTypeName(Triple::ArchType(Arch));
    [all...]

Completed in 886 milliseconds

<<111213141516