/third_party/elfutils/backends/ |
H A D | sparc_cfi.c | 43 #define SV(n) DW_CFA_same_value, ULEB128_7 (n) in sparc_abi_cfi() macro 45 SV (0), SV (1), SV (2), SV (3), SV (4), SV (5), SV (6), SV (7), in sparc_abi_cfi() 47 SV ( in sparc_abi_cfi() 72 #undef SV sparc_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 53 SV (1), in riscv_abi_cfi() 56 SV(8), SV (9), SV (18), SV (19), SV (20), SV (21), in riscv_abi_cfi() 57 SV (22), SV (2 in riscv_abi_cfi() 61 #undef SV riscv_abi_cfi() macro [all...] |
H A D | aarch64_cfi.c | 57 #define SV(n) DW_CFA_same_value, ULEB128_7 (n) in aarch64_abi_cfi() macro 59 SV (19), SV (20), SV (21), SV (22), SV (23), in aarch64_abi_cfi() 60 SV (24), SV (25), SV (26), SV (2 in aarch64_abi_cfi() 71 #undef SV aarch64_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 54 SV (2), /* r2 is TOC pointer. */ in ppc_abi_cfi() 55 SV (13), /* Reserved as system thread id (is it for CFI?). */ in ppc_abi_cfi() 57 SV (14), SV (15), SV (16), SV (17), SV (18), SV (19), SV (2 in ppc_abi_cfi() 63 #undef SV ppc_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 62 SV (4), SV (5), SV (6), SV (7), SV (8), SV (10), SV (11), in arm_abi_cfi() 65 SV (14), in arm_abi_cfi() 67 #undef SV in arm_abi_cfi() macro 72 #define SV arm_abi_cfi() macro 81 #undef SV arm_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 51 SV (6), SV (7), SV (8), SV (9), SV (10), /* r6-r13, r15 */ in s390_abi_cfi() 52 SV (11), SV (12), SV (13), SV (1 in s390_abi_cfi() 55 #undef SV s390_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 48 SV(4), SV (5), SV (6), SV (7), SV (8), SV (9), in csky_abi_cfi() 49 SV(10), SV (11), SV (1 in csky_abi_cfi() 50 #undef SV csky_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 44 SV (2), SV (3), SV (4), SV (5), SV (6), SV (7), in m68k_abi_cfi() 45 SV (10), SV (11), SV (1 in m68k_abi_cfi() [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 40 : SV(std::move(SV)), BufferName("<in-memory object>") { in SmallVectorMemoryBuffer() 41 init(this->SV.begin(), this->SV.end(), false); in SmallVectorMemoryBuffer() 46 SmallVectorMemoryBuffer(SmallVectorImpl<char> &&SV, StringRef Name) in SmallVectorMemoryBuffer() argument 47 : SV(std::move(SV)), BufferName(Name) { in SmallVectorMemoryBuffer() 48 init(this->SV.begin(), this->SV in SmallVectorMemoryBuffer() 59 SmallVector<char, 0> SV; global() member in llvm::SmallVectorMemoryBuffer [all...] |
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | SynchronizedValue.h | 76 template <typename SV> 79 using type = StrictLockPtr<typename SV::value_type, typename SV::mutex_type>; 82 template <typename SV> 83 struct SynchronizedValueStrictLockPtr<const SV> 85 using type = ConstStrictLockPtr<typename SV::value_type, typename SV::mutex_type>; 172 template <typename SV> 175 using type = UniqueLockPtr<typename SV::value_type, typename SV [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 131 if (!IsRef && V == SV) in operator <<() 133 if (IsRef && SV.Type == BT::BitValue::Ref && V.RefI.Reg == SV.RefI.Reg) { in operator <<() 135 SeqRef = (V.RefI.Pos == SV.RefI.Pos+1); in operator <<() 136 ConstRef = (V.RefI.Pos == SV.RefI.Pos); in operator <<() 138 if (SeqRef && V.RefI.Pos == SV.RefI.Pos+(i-Start)) in operator <<() 140 if (ConstRef && V.RefI.Pos == SV.RefI.Pos) in operator <<() 149 OS << "]:" << SV; in operator <<() local 152 if (SV in operator <<() 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | SwitchLoweringUtils.h | 183 JumpTableHeader(APInt F, APInt L, const Value *SV, MachineBasicBlock *H, in JumpTableHeader() 185 : First(std::move(F)), Last(std::move(L)), SValue(SV), HeaderBB(H), in JumpTableHeader() 218 BitTestBlock(APInt F, APInt R, const Value *SV, unsigned Rg, MVT RgVT, bool E, in BitTestBlock() 221 : First(std::move(F)), Range(std::move(R)), SValue(SV), Reg(Rg), in BitTestBlock()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | string_view_benchmark.cc | 36 struct SV { in BM_StringViewFromString() struct 37 SV() = default; in BM_StringViewFromString() 38 explicit SV(const std::string& s) : sv(s) {} in BM_StringViewFromString() function 41 SV* psv = &sv; in BM_StringViewFromString() 45 new (psv) SV(*ps); in BM_StringViewFromString()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolutionExpressions.h | 560 template<typename SV> 562 SV &Visitor; 572 SCEVTraversal(SV& V): Visitor(V) {} in SCEVTraversal() 614 template<typename SV> 615 void visitAll(const SCEV *Root, SV& Visitor) { in visitAll() 616 SCEVTraversal<SV> T(Visitor); in visitAll()
|
H A D | LoopInfo.h | 683 LoopBounds(const Loop &Loop, Value &I, Instruction &SI, Value *SV, Value &F, in LoopBounds() 685 : L(Loop), InitialIVValue(I), StepInst(SI), StepValue(SV), in LoopBounds()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/ |
H A D | ItaniumDemangle.cpp | 83 void print(StringView SV) { in print() 84 fprintf(stderr, "\"%.*s\"", (int)SV.size(), SV.begin()); in print()
|
/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 389 if (!SV.empty()) { in gather() 390 for (unsigned I = 0, E = SV.size(); I != E; ++I) { in gather() 391 Value *V = SV[I]; in gather() 401 SV = CV; in gather() 402 Gathered.push_back(GatherList::value_type(Op, &SV)); in gather()
|
H A D | RewriteStatepointsForGC.cpp | 837 } else if (auto *SV = dyn_cast<ShuffleVectorInst>(Current)) { in findBasePointer() 838 visitIncomingValue(SV->getOperand(0)); in findBasePointer() 839 visitIncomingValue(SV->getOperand(1)); in findBasePointer() 906 auto *SV = cast<ShuffleVectorInst>(BDV); in findBasePointer() local 907 NewState = meetBDVState(NewState, getStateForInput(SV->getOperand(0))); in findBasePointer() 908 NewState = meetBDVState(NewState, getStateForInput(SV->getOperand(1))); in findBasePointer() 987 auto *SV = cast<ShuffleVectorInst>(I); in findBasePointer() 988 UndefValue *VecUndef = UndefValue::get(SV->getOperand(0)->getType()); in findBasePointer() 990 return new ShuffleVectorInst(VecUndef, VecUndef, SV->getOperand(2), in findBasePointer() 991 Name, SV); in findBasePointer() [all...] |
H A D | LoopInterchange.cpp | 651 // If SV is a LCSSA PHI node with a single incoming value, return the incoming 653 static Value *followLCSSA(Value *SV) { 654 PHINode *PHI = dyn_cast<PHINode>(SV); 656 return SV; 659 return SV;
|
/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 744 MachinePointerInfo(SV)); in LowerVASTART()
|
/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 747 DAG.getLoad(PtrVT, dl, InChain, VAListPtr, MachinePointerInfo(SV)); in LowerVAARG() 754 MachinePointerInfo(SV)); in LowerVAARG()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachinePipeliner.cpp | 1199 SUnit *SV = &SUnits[V]; in circuit() local 1201 Stack.insert(SV); in circuit() 1228 if (B[W].count(SV) == 0) in circuit() 1229 B[W].insert(SV); in circuit()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 3871 if (SetVector<ValueOffsetPair> *SV = getSCEVValues(S)) 3872 SV->remove({V, nullptr}); 3879 if (SetVector<ValueOffsetPair> *SV = getSCEVValues(Stripped)) 3880 SV->remove({V, Offset}); 11634 const SCEV *SV = SE.getSCEV(&I); 11635 SV->print(OS); 11636 if (!isa<SCEVCouldNotCompute>(SV)) { 11638 SE.getUnsignedRange(SV).print(OS); 11640 SE.getSignedRange(SV).print(OS); 11645 const SCEV *AtUse = SE.getSCEVAtScope(SV, [all...] |
/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 2517 MachinePointerInfo(SV)); in LowerVASTART() 2526 const Value *SV = cast<SrcValueSDNode>(Node->getOperand(2))->getValue(); in LowerVAARG() local 2529 DAG.getLoad(PtrVT, DL, InChain, VAListPtr, MachinePointerInfo(SV)); in LowerVAARG() 2536 MachinePointerInfo(SV)); in LowerVAARG()
|
/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 1014 MachinePointerInfo(SV)); in LowerVASTART()
|