/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | SmallVectorMemoryBuffer.h | 39 SmallVectorMemoryBuffer(SmallVectorImpl<char> &&SV) in SmallVectorMemoryBuffer() 46 SmallVectorMemoryBuffer(SmallVectorImpl<char> &&SV, StringRef Name) in SmallVectorMemoryBuffer()
|
/third_party/elfutils/backends/ |
D | arm_cfi.c | 60 #define SV(n) DW_CFA_same_value, ULEB128_7 (n) in arm_abi_cfi() macro 72 #define SV(n) DW_CFA_same_value, ULEB128_8_2 (n) in arm_abi_cfi() macro
|
D | s390_cfi.c | 50 #define SV(n) DW_CFA_same_value, ULEB128_7 (n) in s390_abi_cfi() macro
|
D | aarch64_cfi.c | 57 #define SV(n) DW_CFA_same_value, ULEB128_7 (n) in aarch64_abi_cfi() macro
|
D | m68k_cfi.c | 42 #define SV(n) DW_CFA_same_value, ULEB128_7 (n) in m68k_abi_cfi() macro
|
D | csky_cfi.c | 47 #define SV(n) DW_CFA_same_value, ULEB128_7 (n) in csky_abi_cfi() macro
|
D | sparc_cfi.c | 43 #define SV(n) DW_CFA_same_value, ULEB128_7 (n) in sparc_abi_cfi() macro
|
D | riscv_cfi.c | 50 #define SV(n) DW_CFA_same_value, ULEB128_7 (n) in riscv_abi_cfi() macro
|
D | ppc_cfi.c | 53 #define SV(n) DW_CFA_same_value, ULEB128_7 (n) in ppc_abi_cfi() macro
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | string_view_benchmark.cc | 36 struct SV { in BM_StringViewFromString() struct 38 explicit SV(const std::string& s) : sv(s) {} in BM_StringViewFromString() argument 39 absl::string_view sv; in BM_StringViewFromString()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | BitTracker.cpp | 128 const BT::BitValue &SV = RC[Start]; in operator <<() local 168 const BT::BitValue &SV = RC[Start]; in operator <<() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 837 } else if (auto *SV = dyn_cast<ShuffleVectorInst>(Current)) { in findBasePointer() local 906 auto *SV = cast<ShuffleVectorInst>(BDV); in findBasePointer() local 987 auto *SV = cast<ShuffleVectorInst>(I); in findBasePointer() local
|
D | Scalarizer.cpp | 388 ValueVector &SV = Scattered[Op]; in gather() local
|
D | LoopInterchange.cpp | 653 static Value *followLCSSA(Value *SV) { in followLCSSA()
|
/third_party/libphonenumber/javascript/i18n/phonenumbers/ |
D | shortnumbermetadata.js | 3074 ,"SV":[,[,,"[149]\\d\\d(?:\\d{2,3})?",,,,,,,[3,5,6] property
|
D | metadatalite.js | 6949 ,"SV":[,[,,"[267]\\d{7}|[89]00\\d{4}(?:\\d{4})?",,,,,,,[7,8,11] property
|
D | metadata.js | 6949 ,"SV":[,[,,"[267]\\d{7}|[89]00\\d{4}(?:\\d{4})?",,,,,,,[7,8,11] property
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
D | ARCISelLowering.cpp | 742 const Value *SV = cast<SrcValueSDNode>(Op.getOperand(2))->getValue(); in LowerVASTART() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 1207 const Value *SV = cast<SrcValueSDNode>(Op.getOperand(2))->getValue(); in LowerVASTART() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 1321 const Value *SV = cast<SrcValueSDNode>(Op.getOperand(2))->getValue(); in LowerVASTART() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiISelLowering.cpp | 1012 const Value *SV = cast<SrcValueSDNode>(Op.getOperand(2))->getValue(); in LowerVASTART() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRISelLowering.cpp | 671 const Value *SV = cast<SrcValueSDNode>(Op.getOperand(2))->getValue(); in LowerVASTART() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 2515 const Value *SV = cast<SrcValueSDNode>(Op.getOperand(2))->getValue(); in LowerVASTART() local 2526 const Value *SV = cast<SrcValueSDNode>(Node->getOperand(2))->getValue(); in LowerVAARG() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 793 Value *SV = Builder.CreateShuffleVector( in simplifyX86extrq() local 874 Value *SV = Builder.CreateShuffleVector(Builder.CreateBitCast(Op0, ShufTy), in simplifyX86insertq() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 2257 const Value *SV = cast<SrcValueSDNode>(Op.getOperand(2))->getValue(); in lowerVASTART() local 2269 const Value *SV = cast<SrcValueSDNode>(Node->getOperand(2))->getValue(); in lowerVAARG() local
|