HomeSort by relevance Sort by last modified time
    Searched refs:AssertingVH (Results 1 - 25 of 108) sorted by null

1 2 3 4 5

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ValueHandle.h 164 /// AssertingVH - This is a Value Handle that points to a value and asserts out
170 /// one. Using an AssertingVH ensures that an assert is triggered as soon as
173 /// Note that an AssertingVH handle does *not* follow values across RAUW
175 /// AssertingVH's as it moves. This is required because in non-assert mode this
178 class AssertingVH
204 AssertingVH() : ValueHandleBase(Assert) {}
205 AssertingVH(ValueTy *P) : ValueHandleBase(Assert, GetAsValue(P)) {}
206 AssertingVH(const AssertingVH &RHS) : ValueHandleBase(Assert, RHS) {}
208 AssertingVH() : ThePtr(0) {
    [all...]
  /external/llvm/include/llvm/IR/
ValueHandle.h 185 /// an AssertingVH ensures that an assert is triggered as soon as the bad
188 /// Note that an AssertingVH handle does *not* follow values across RAUW
190 /// AssertingVH's as it moves. This is required because in non-assert mode this
193 class AssertingVH
198 friend struct DenseMapInfo<AssertingVH<ValueTy> >;
217 AssertingVH() : ValueHandleBase(Assert) {}
218 AssertingVH(ValueTy *P) : ValueHandleBase(Assert, GetAsValue(P)) {}
219 AssertingVH(const AssertingVH &RHS) : ValueHandleBase(Assert, RHS) {}
221 AssertingVH() : ThePtr(nullptr) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ValueHandle.h 181 /// an AssertingVH ensures that an assert is triggered as soon as the bad
184 /// Note that an AssertingVH handle does *not* follow values across RAUW
186 /// AssertingVH's as it moves. This is required because in non-assert mode this
189 class AssertingVH
194 friend struct DenseMapInfo<AssertingVH<ValueTy> >;
213 AssertingVH() : ValueHandleBase(Assert) {}
214 AssertingVH(ValueTy *P) : ValueHandleBase(Assert, GetAsValue(P)) {}
215 AssertingVH(const AssertingVH &RHS) : ValueHandleBase(Assert, RHS) {}
217 AssertingVH() : ThePtr(nullptr) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ValueHandle.h 181 /// an AssertingVH ensures that an assert is triggered as soon as the bad
184 /// Note that an AssertingVH handle does *not* follow values across RAUW
186 /// AssertingVH's as it moves. This is required because in non-assert mode this
189 class AssertingVH
194 friend struct DenseMapInfo<AssertingVH<ValueTy> >;
213 AssertingVH() : ValueHandleBase(Assert) {}
214 AssertingVH(ValueTy *P) : ValueHandleBase(Assert, GetAsValue(P)) {}
215 AssertingVH(const AssertingVH &RHS) : ValueHandleBase(Assert, RHS) {}
217 AssertingVH() : ThePtr(nullptr) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
ValueHandle.h 230 /// an AssertingVH ensures that an assert is triggered as soon as the bad
233 /// Note that an AssertingVH handle does *not* follow values across RAUW
235 /// AssertingVH's as it moves. This is required because in non-assert mode this
238 class AssertingVH
243 friend struct DenseMapInfo<AssertingVH<ValueTy>>;
262 AssertingVH() : ValueHandleBase(Assert) {}
263 AssertingVH(ValueTy *P) : ValueHandleBase(Assert, GetAsValue(P)) {}
264 AssertingVH(const AssertingVH &RHS) : ValueHandleBase(Assert, RHS) {}
266 AssertingVH() : ThePtr(nullptr) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
ValueHandle.h 230 /// an AssertingVH ensures that an assert is triggered as soon as the bad
233 /// Note that an AssertingVH handle does *not* follow values across RAUW
235 /// AssertingVH's as it moves. This is required because in non-assert mode this
238 class AssertingVH
243 friend struct DenseMapInfo<AssertingVH<ValueTy>>;
262 AssertingVH() : ValueHandleBase(Assert) {}
263 AssertingVH(ValueTy *P) : ValueHandleBase(Assert, GetAsValue(P)) {}
264 AssertingVH(const AssertingVH &RHS) : ValueHandleBase(Assert, RHS) {}
266 AssertingVH() : ThePtr(nullptr) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
ValueHandle.h 230 /// an AssertingVH ensures that an assert is triggered as soon as the bad
233 /// Note that an AssertingVH handle does *not* follow values across RAUW
235 /// AssertingVH's as it moves. This is required because in non-assert mode this
238 class AssertingVH
243 friend struct DenseMapInfo<AssertingVH<ValueTy>>;
262 AssertingVH() : ValueHandleBase(Assert) {}
263 AssertingVH(ValueTy *P) : ValueHandleBase(Assert, GetAsValue(P)) {}
264 AssertingVH(const AssertingVH &RHS) : ValueHandleBase(Assert, RHS) {}
266 AssertingVH() : ThePtr(nullptr) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
ValueHandle.h 230 /// an AssertingVH ensures that an assert is triggered as soon as the bad
233 /// Note that an AssertingVH handle does *not* follow values across RAUW
235 /// AssertingVH's as it moves. This is required because in non-assert mode this
238 class AssertingVH
243 friend struct DenseMapInfo<AssertingVH<ValueTy>>;
262 AssertingVH() : ValueHandleBase(Assert) {}
263 AssertingVH(ValueTy *P) : ValueHandleBase(Assert, GetAsValue(P)) {}
264 AssertingVH(const AssertingVH &RHS) : ValueHandleBase(Assert, RHS) {}
266 AssertingVH() : ThePtr(nullptr) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
ValueHandle.h 230 /// an AssertingVH ensures that an assert is triggered as soon as the bad
233 /// Note that an AssertingVH handle does *not* follow values across RAUW
235 /// AssertingVH's as it moves. This is required because in non-assert mode this
238 class AssertingVH
243 friend struct DenseMapInfo<AssertingVH<ValueTy>>;
262 AssertingVH() : ValueHandleBase(Assert) {}
263 AssertingVH(ValueTy *P) : ValueHandleBase(Assert, GetAsValue(P)) {}
264 AssertingVH(const AssertingVH &RHS) : ValueHandleBase(Assert, RHS) {}
266 AssertingVH() : ThePtr(nullptr) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
ValueHandle.h 230 /// an AssertingVH ensures that an assert is triggered as soon as the bad
233 /// Note that an AssertingVH handle does *not* follow values across RAUW
235 /// AssertingVH's as it moves. This is required because in non-assert mode this
238 class AssertingVH
243 friend struct DenseMapInfo<AssertingVH<ValueTy>>;
262 AssertingVH() : ValueHandleBase(Assert) {}
263 AssertingVH(ValueTy *P) : ValueHandleBase(Assert, GetAsValue(P)) {}
264 AssertingVH(const AssertingVH &RHS) : ValueHandleBase(Assert, RHS) {}
266 AssertingVH() : ThePtr(nullptr) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
ValueHandle.h 230 /// an AssertingVH ensures that an assert is triggered as soon as the bad
233 /// Note that an AssertingVH handle does *not* follow values across RAUW
235 /// AssertingVH's as it moves. This is required because in non-assert mode this
238 class AssertingVH
243 friend struct DenseMapInfo<AssertingVH<ValueTy>>;
262 AssertingVH() : ValueHandleBase(Assert) {}
263 AssertingVH(ValueTy *P) : ValueHandleBase(Assert, GetAsValue(P)) {}
264 AssertingVH(const AssertingVH &RHS) : ValueHandleBase(Assert, RHS) {}
266 AssertingVH() : ThePtr(nullptr) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
ValueHandle.h 230 /// an AssertingVH ensures that an assert is triggered as soon as the bad
233 /// Note that an AssertingVH handle does *not* follow values across RAUW
235 /// AssertingVH's as it moves. This is required because in non-assert mode this
238 class AssertingVH
243 friend struct DenseMapInfo<AssertingVH<ValueTy>>;
262 AssertingVH() : ValueHandleBase(Assert) {}
263 AssertingVH(ValueTy *P) : ValueHandleBase(Assert, GetAsValue(P)) {}
264 AssertingVH(const AssertingVH &RHS) : ValueHandleBase(Assert, RHS) {}
266 AssertingVH() : ThePtr(nullptr) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
ValueHandle.h 230 /// an AssertingVH ensures that an assert is triggered as soon as the bad
233 /// Note that an AssertingVH handle does *not* follow values across RAUW
235 /// AssertingVH's as it moves. This is required because in non-assert mode this
238 class AssertingVH
243 friend struct DenseMapInfo<AssertingVH<ValueTy>>;
262 AssertingVH() : ValueHandleBase(Assert) {}
263 AssertingVH(ValueTy *P) : ValueHandleBase(Assert, GetAsValue(P)) {}
264 AssertingVH(const AssertingVH &RHS) : ValueHandleBase(Assert, RHS) {}
266 AssertingVH() : ThePtr(nullptr) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
ValueHandle.h 230 /// an AssertingVH ensures that an assert is triggered as soon as the bad
233 /// Note that an AssertingVH handle does *not* follow values across RAUW
235 /// AssertingVH's as it moves. This is required because in non-assert mode this
238 class AssertingVH
243 friend struct DenseMapInfo<AssertingVH<ValueTy>>;
262 AssertingVH() : ValueHandleBase(Assert) {}
263 AssertingVH(ValueTy *P) : ValueHandleBase(Assert, GetAsValue(P)) {}
264 AssertingVH(const AssertingVH &RHS) : ValueHandleBase(Assert, RHS) {}
266 AssertingVH() : ThePtr(nullptr) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
ValueHandle.h 230 /// an AssertingVH ensures that an assert is triggered as soon as the bad
233 /// Note that an AssertingVH handle does *not* follow values across RAUW
235 /// AssertingVH's as it moves. This is required because in non-assert mode this
238 class AssertingVH
243 friend struct DenseMapInfo<AssertingVH<ValueTy>>;
262 AssertingVH() : ValueHandleBase(Assert) {}
263 AssertingVH(ValueTy *P) : ValueHandleBase(Assert, GetAsValue(P)) {}
264 AssertingVH(const AssertingVH &RHS) : ValueHandleBase(Assert, RHS) {}
266 AssertingVH() : ThePtr(nullptr) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
ValueHandle.h 230 /// an AssertingVH ensures that an assert is triggered as soon as the bad
233 /// Note that an AssertingVH handle does *not* follow values across RAUW
235 /// AssertingVH's as it moves. This is required because in non-assert mode this
238 class AssertingVH
243 friend struct DenseMapInfo<AssertingVH<ValueTy>>;
262 AssertingVH() : ValueHandleBase(Assert) {}
263 AssertingVH(ValueTy *P) : ValueHandleBase(Assert, GetAsValue(P)) {}
264 AssertingVH(const AssertingVH &RHS) : ValueHandleBase(Assert, RHS) {}
266 AssertingVH() : ThePtr(nullptr) {
    [all...]
  /external/llvm/unittests/IR/
ValueHandleTest.cpp 105 AssertingVH<CastInst> AVH(BitcastV.get());
109 AssertingVH<Value> GenericAVH(BitcastV.get());
122 AssertingVH<const CastInst> AVH(ConstBitcast);
128 AssertingVH<Value> BitcastAVH(BitcastV.get());
129 AssertingVH<Value> ConstantAVH(ConstantV);
161 AssertingVH<Value> AVH(BitcastV.get());
169 EXPECT_EQ(sizeof(CastInst *), sizeof(AssertingVH<CastInst>));
177 AssertingVH<Value> AVH(BitcastV.get());
180 AssertingVH<Value> Copy(AVH);
391 AssertingVH<Value> *ToClear[2]
    [all...]
  /external/swiftshader/third_party/LLVM/unittests/Support/
ValueHandleTest.cpp 109 AssertingVH<CastInst> AVH(BitcastV.get());
113 AssertingVH<Value> GenericAVH(BitcastV.get());
126 AssertingVH<const CastInst> AVH(ConstBitcast);
132 AssertingVH<Value> BitcastAVH(BitcastV.get());
133 AssertingVH<Value> ConstantAVH(ConstantV);
165 AssertingVH<Value> AVH(BitcastV.get());
173 EXPECT_EQ(sizeof(CastInst *), sizeof(AssertingVH<CastInst>));
181 AssertingVH<Value> AVH(BitcastV.get());
184 AssertingVH<Value> Copy(AVH);
387 AssertingVH<Value> *ToClear[2]
    [all...]
  /external/llvm/include/llvm/Transforms/Scalar/
Reassociate.h 60 DenseMap<AssertingVH<Value>, unsigned> ValueRankMap;
61 SetVector<AssertingVH<Instruction>> RedoInsts;
94 SetVector<AssertingVH<Instruction>> &Insts);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
Reassociate.h 60 DenseMap<AssertingVH<Value>, unsigned> ValueRankMap;
61 SetVector<AssertingVH<Instruction>> RedoInsts;
94 SetVector<AssertingVH<Instruction>> &Insts);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Scalar/
Reassociate.h 60 DenseMap<AssertingVH<Value>, unsigned> ValueRankMap;
61 SetVector<AssertingVH<Instruction>> RedoInsts;
94 SetVector<AssertingVH<Instruction>> &Insts);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Scalar/
Reassociate.h 60 DenseMap<AssertingVH<Value>, unsigned> ValueRankMap;
61 SetVector<AssertingVH<Instruction>> RedoInsts;
94 SetVector<AssertingVH<Instruction>> &Insts);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Scalar/
Reassociate.h 73 DenseMap<AssertingVH<Value>, unsigned> ValueRankMap;
74 SetVector<AssertingVH<Instruction>> RedoInsts;
105 SetVector<AssertingVH<Instruction>> &Insts);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Scalar/
Reassociate.h 73 DenseMap<AssertingVH<Value>, unsigned> ValueRankMap;
74 SetVector<AssertingVH<Instruction>> RedoInsts;
105 SetVector<AssertingVH<Instruction>> &Insts);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Scalar/
Reassociate.h 73 DenseMap<AssertingVH<Value>, unsigned> ValueRankMap;
74 SetVector<AssertingVH<Instruction>> RedoInsts;
105 SetVector<AssertingVH<Instruction>> &Insts);

Completed in 966 milliseconds

1 2 3 4 5