/third_party/elfutils/backends/ |
H A D | aarch64_cfi.c | 57 #define SV(n) DW_CFA_same_value, ULEB128_7 (n) in aarch64_abi_cfi() macro 71 #undef SV aarch64_abi_cfi() macro [all...] |
H A D | m68k_cfi.c | 42 #define SV(n) DW_CFA_same_value, ULEB128_7 (n) in m68k_abi_cfi() macro [all...] |
H A D | s390_cfi.c | 50 #define SV(n) DW_CFA_same_value, ULEB128_7 (n) in s390_abi_cfi() macro 55 #undef SV s390_abi_cfi() macro [all...] |
H A D | ppc_cfi.c | 53 #define SV(n) DW_CFA_same_value, ULEB128_7 (n) in ppc_abi_cfi() macro 63 #undef SV ppc_abi_cfi() macro [all...] |
H A D | csky_cfi.c | 47 #define SV(n) DW_CFA_same_value, ULEB128_7 (n) in csky_abi_cfi() macro 50 #undef SV csky_abi_cfi() macro [all...] |
H A D | riscv_cfi.c | 50 #define SV(n) DW_CFA_same_value, ULEB128_7 (n) in riscv_abi_cfi() macro 61 #undef SV riscv_abi_cfi() macro [all...] |
H A D | sparc_cfi.c | 43 #define SV(n) DW_CFA_same_value, ULEB128_7 (n) in sparc_abi_cfi() macro 72 #undef SV sparc_abi_cfi() macro [all...] |
H A D | arm_cfi.c | 60 #define SV(n) DW_CFA_same_value, ULEB128_7 (n) in arm_abi_cfi() macro 67 #undef SV in arm_abi_cfi() macro 72 #define SV arm_abi_cfi() macro 81 #undef SV arm_abi_cfi() macro [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | SmallVectorMemoryBuffer.h | 39 SmallVectorMemoryBuffer(SmallVectorImpl<char> &&SV) in SmallVectorMemoryBuffer() argument 46 SmallVectorMemoryBuffer(SmallVectorImpl<char> &&SV, StringRef Name) in SmallVectorMemoryBuffer() argument 59 SmallVector<char, 0> SV; global() member in llvm::SmallVectorMemoryBuffer [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | BitTracker.cpp | 128 const BT::BitValue &SV = RC[Start]; in operator <<() local 149 OS << "]:" << SV; in operator <<() local 156 OS << SV; operator <<() local 168 const BT::BitValue &SV = RC[Start]; operator <<() local 173 OS << SV; operator <<() local [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | string_view_benchmark.cc | 36 struct SV { in BM_StringViewFromString() struct 38 explicit SV(const std::string& s) : sv(s) {} in BM_StringViewFromString() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | Scalarizer.cpp | 388 ValueVector &SV = Scattered[Op]; in gather() local
|
H A D | RewriteStatepointsForGC.cpp | 906 auto *SV = cast<ShuffleVectorInst>(BDV); in findBasePointer() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
H A 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/AVR/ |
H A 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/Lanai/ |
H A 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/MSP430/ |
H A 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/WebAssembly/ |
H A 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/XCore/ |
H A D | XCoreISelLowering.cpp | 744 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/CodeGen/ |
H A D | ModuloSchedule.cpp | 2177 SmallVector<char, 16> SV; in annotate() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 2283 Value *SV = Builder.CreateShuffleVector( in UpgradeIntrinsicCall() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMFastISel.cpp | 1024 const Value *SV = I->getOperand(0); in SelectLoad() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 675 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/ |
H A 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/Target/X86/ |
H A D | X86FastISel.cpp | 1300 const Value *SV = I->getOperand(0); in X86SelectLoad() local
|