/external/protobuf/docs/swift/ |
D | DesignDoc.md | 1 # Protocol Buffers in Swift 6 proto2 and proto3 messages in Apple’s Swift programming language. 11 and Swift code in the same application should use the existing Objective-C proto 13 messages that uses features specific to Swift—optional types, algebraic 19 * By convention, both typical protobuf message names and Swift structs/classes 25 in Swift they are `lowerCamelCase` (as of the Swift 3 API design 26 guidelines). We will transform the names to match Swift convention, using 31 Swift they are `lowerCamelCase`. We will transform the names to match 32 Swift convention by removing the underscores and uppercasing the subsequent 35 ## Swift reserved words [all …]
|
/external/tensorflow/tensorflow/lite/experimental/swift/ |
D | README.md | 1 # TensorFlow Lite for Swift 4 solution for Swift developers. It enables low-latency inference of on-device 22 In your Swift files, import the module: 28 If you would like to build the Swift TensorFlow Lite library using Bazel on Apple 39 Build the `TensorFlowLite` Swift library target:
|
D | BUILD.apple | 1 # TensorFlow Lite for Swift
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | sdag-combine.ll | 45 !10 = !DIFile(filename: "Swift.swiftmodule", directory: "/usr/lib/swift/macosx/x86_64") 46 !11 = !DIModule(scope: null, name: "Swift", includePath: "/Xcode.app/Contents/Developer/Platforms/M…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/opt-viewer/Inputs/suppress/ |
D | s.swift | 1 import Swift
|
/external/llvm/include/llvm/IR/ |
D | CallingConv.h | 73 Swift = 16, enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | CallingConv.h | 73 Swift = 16, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | CallingConv.h | 74 Swift = 16, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/dsymutil/X86/ |
D | swift-ast-x86_64.test | 4 The tested object file has been created by the dummy Swift code:
|
/external/llvm/lib/Target/ARM/ |
D | ARMSubtarget.h | 48 Krait, Swift, ExynosM1 enumerator 415 bool isSwift() const { return ARMProcFamily == Swift; } in isSwift()
|
D | ARM.td | 116 // Some targets (e.g. Swift) have microcoded VGETLNi32. 121 // Some targets (e.g. Swift) have microcoded VDUP32. 130 // Swift has ISHST barriers compatible with Atomic Release semantics but weaker 343 def ProcSwift : SubtargetFeature<"swift", "ARMProcFamily", "Swift", 344 "Swift ARM processors", []>;
|
D | ARMSubtarget.cpp | 241 case Swift: in initSubtargetFeatures()
|
D | ARMScheduleSwift.td | 1 //=- ARMScheduleSwift.td - Swift Scheduling Definitions -*- tablegen -*----===// 10 // This file defines the itinerary class data for the Swift processor.. 40 // Swift machine model for scheduling and other instruction cost heuristics. 49 // Swift predicates. 52 // Swift resource mapping.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMSubtarget.h | 74 Swift enumerator 543 bool isSwift() const { return ARMProcFamily == Swift; } in isSwift()
|
D | ARM.td | 161 // Some targets (e.g. Swift) have microcoded VGETLNi32. 166 // Some targets (e.g. Swift) have microcoded VDUP32. 176 // Swift has ISHST barriers compatible with Atomic Release semantics but weaker 482 def ProcSwift : SubtargetFeature<"swift", "ARMProcFamily", "Swift", 483 "Swift ARM processors", []>;
|
D | ARMSubtarget.cpp | 296 case Swift: in initSubtargetFeatures()
|
D | ARMScheduleSwift.td | 1 //=- ARMScheduleSwift.td - Swift Scheduling Definitions -*- tablegen -*----===// 10 // This file defines the itinerary class data for the Swift processor.. 40 // Swift machine model for scheduling and other instruction cost heuristics. 52 // Swift predicates. 55 // Swift resource mapping.
|
/external/llvm/test/CodeGen/ARM/ |
D | zero-cycle-zero.ll | 50 ; It doesn't particularly matter what Swift does here, there isn't carefully
|
D | neon-spfp.ll | 51 ; Swift is *always* unsafe
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | zero-cycle-zero.ll | 50 ; It doesn't particularly matter what Swift does here, there isn't carefully
|
D | neon-spfp.ll | 51 ; Swift is *always* unsafe
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/ARM/ |
D | partial-subreg.ll | 45 !0 = distinct !DICompileUnit(language: DW_LANG_Swift, file: !1, producer: "Swift", isOptimized: fal…
|
/external/tensorflow/ |
D | WORKSPACE | 43 # Apple and Swift rules.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 766 case CallingConv::Swift: in isCallingConvWin64()
|
/external/llvm/lib/Target/X86/ |
D | X86CallingConv.td | 258 // Handle Swift calls. 259 CCIfCC<"CallingConv::Swift", CCDelegateTo<RetCC_X86_64_Swift>>, 306 // For Swift Calling Convention, pass sret in %RAX. 307 CCIfCC<"CallingConv::Swift",
|