Searched defs:V1 (Results 1 - 25 of 51) sorted by relevance

123

/external/clang/test/Parser/
H A Dcxx0x-member-initializers.cpp26 struct V1 { struct
28 V1() : a(), b{} {} function in struct:V1
/external/clang/test/Sema/
H A Dconst-eval.c63 static const struct a V1 = (struct a){ 1, 2}; variable in typeref:struct:a
/external/clang/test/CodeGenCXX/
H A Dvtable-layout-abi-examples.cpp205 struct V1 { struct in namespace:Test3
210 struct V2 : virtual V1 {
225 // CHECK-7-NEXT: -- (Test3::V1, 16) vtable address --
246 // CHECK-8-NEXT: -- (Test3::V1, 16) vtable address --
249 struct C : virtual V1, virtual V2 {
271 // CHECK-9-NEXT: -- (Test3::V1, 24) vtable address --
292 // CHECK-10-NEXT: -- (Test3::V1, 24) vtable address --
313 // CHECK-11-NEXT: -- (Test3::V1, 24) vtable address --
H A Dvtt-layout.cpp28 class V1 : public A1, public A2 { int i; }; class in namespace:Test3
31 class V2 : public B1, public B2, public virtual V1 { int i; };
33 class C1 : public virtual V1 { int i; };
43 // (making A2 a virtual base of V1)
47 class V1 : public A1, public virtual A2 { int i; }; class in namespace:Test4
50 class V2 : public B1, public B2, public virtual V1 { int i; };
52 class C1 : public virtual V1 { int i; };
H A Dthunks.cpp49 struct V1 { }; struct in namespace:Test3
50 struct V2 : virtual V1 { };
53 virtual V1 *f();
H A Dvtable-layout.cpp201 struct V1 { int v1; }; struct in namespace:Test4
202 struct V2 : virtual V1 { int v1; };
205 virtual V1 *f();
942 struct V1 { struct in namespace:Test22
946 struct V2 : virtual V1 {
967 struct C : virtual V1, virtual V2 {
1325 struct V1 { }; struct in namespace:Test29
1326 struct V2 : virtual V1 { };
1329 virtual V1 *f();
/external/llvm/unittests/Transforms/Utils/
H A DCloning.cpp27 T *clone(T *V1) { argument
28 Value *V2 = V1->clone();
29 Orig.insert(V1);
/external/llvm/utils/TableGen/
H A DDAGISelEmitter.cpp74 MVT::SimpleValueType V1 = LHSSrc->getType(0), V2 = RHSSrc->getType(0); local
75 if (MVT(V1).isVector() != MVT(V2).isVector())
78 if (MVT(V1).isFloatingPoint() != MVT(V2).isFloatingPoint())
/external/skia/tests/
H A DClampRangeTest.cpp40 #define V1 1024 macro
55 int v = classify_value(fx, V0, V1);
69 int v = classify_value(fx, V0, V1);
78 range.init(fx, dx, count, V0, V1);
/external/bison/src/
H A Dreduce.c55 static bitset V1; variable
226 bitset_set (V1, rules[r].precsym->number);
363 if (!bitset_test (V, i) && !bitset_test (V1, i))
427 V1 = bitset_create (nsyms, BITSET_FIXED);
471 bitset_free (V1);
/external/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp150 const llvm::APSInt& V1, const llvm::APSInt& V2) {
157 return &getValue( V1 * V2 );
160 return &getValue( V1 / V2 );
163 return &getValue( V1 % V2 );
166 return &getValue( V1 + V2 );
169 return &getValue( V1 - V2 );
183 if (Amt > V1.getBitWidth())
186 return &getValue( V1.operator<<( (unsigned) Amt ));
201 if (Amt > V1.getBitWidth())
204 return &getValue( V1
149 evalAPSInt(BinaryOperator::Opcode Op, const llvm::APSInt& V1, const llvm::APSInt& V2) argument
265 getPersistentSValPair(const SVal& V1, const SVal& V2) argument
[all...]
/external/llvm/lib/Support/
H A DFileUtilities.cpp86 double V1 = 0.0, V2 = 0.0; local
104 V1 = strtod(F1P, const_cast<char**>(&F1NumEnd));
113 V1 = strtod(&StrTmp[0], const_cast<char**>(&F1NumEnd));
140 if (AbsTolerance < std::abs(V1-V2)) {
144 Diff = std::abs(V1/V2 - 1.0);
145 else if (V1)
146 Diff = std::abs(V2/V1 - 1.0);
152 << "Compared: " << V1 << " and " << V2 << '\n'
153 << "abs. diff = " << std::abs(V1-V2) << " rel.diff = " << Diff << '\n'
/external/llvm/unittests/Analysis/
H A DScalarEvolutionTest.cpp49 Value *V1 = new GlobalVariable(M, Ty, false, GlobalValue::ExternalLinkage, Init, "V1"); local
57 const SCEV *S1 = SE.getSCEV(V1);
77 EXPECT_EQ(cast<SCEVUnknown>(M1->getOperand(1))->getValue(), V1);
81 V2->replaceAllUsesWith(V1);
82 V1->replaceAllUsesWith(V0);
/external/clang/lib/Driver/
H A DToolChains.h159 bool isIPhoneOSVersionLT(unsigned V0, unsigned V1=0, unsigned V2=0) const { argument
161 unsigned B[3] = { V0, V1, V2 };
165 bool isMacosxVersionLT(unsigned V0, unsigned V1=0, unsigned V2=0) const { argument
167 unsigned B[3] = { V0, V1, V2 };
/external/llvm/include/llvm/ADT/
H A DEquivalenceClasses.h213 member_iterator unionSets(const ElemTy &V1, const ElemTy &V2) { argument
214 iterator V1I = insert(V1), V2I = insert(V2);
/external/llvm/include/llvm/Support/
H A DConstantFolder.h220 Constant *CreateShuffleVector(Constant *V1, Constant *V2, argument
222 return ConstantExpr::getShuffleVector(V1, V2, Mask);
H A DTargetFolder.h237 Constant *CreateShuffleVector(Constant *V1, Constant *V2, argument
239 return Fold(ConstantExpr::getShuffleVector(V1, V2, Mask));
H A DNoFolder.h268 Instruction *CreateShuffleVector(Constant *V1, Constant *V2, argument
270 return new ShuffleVectorInst(V1, V2, Mask);
/external/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp89 static void PrintResults(const char *Msg, bool P, const Value *V1, argument
95 WriteAsOperand(os1, V1, true, M);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp222 // load (select (Cond, &V1, &V2)) --> select(Cond, load &V1, load &V2).
226 LoadInst *V1 = Builder->CreateLoad(SI->getOperand(1), local
230 V1->setAlignment(Align);
232 return SelectInst::Create(SI->getCondition(), V1, V2);
H A DInstCombineShifts.cpp405 Value *V1, *V2; local
416 match(Op0BO->getOperand(1), m_Shr(m_Value(V1),
421 Value *X = Builder->CreateBinOp(Op0BO->getOpcode(), YS, V1,
432 m_And(m_Shr(m_Value(V1), m_Specific(Op1)),
439 Value *XM = Builder->CreateAnd(V1, ConstantExpr::getShl(CC, Op1),
440 V1->getName()+".mask");
449 match(Op0BO->getOperand(0), m_Shr(m_Value(V1),
454 Value *X = Builder->CreateBinOp(Op0BO->getOpcode(), V1, YS,
464 m_And(m_Shr(m_Value(V1), m_Value(V2)),
471 Value *XM = Builder->CreateAnd(V1, ConstantExp
[all...]
/external/llvm/utils/PerfectShuffle/
H A DPerfectShuffle.cpp29 static inline unsigned short MakeMask(unsigned V0, unsigned V1, argument
31 return (V0 << (3*4)) | (V1 << (2*4)) | (V2 << (1*4)) | (V3 << (0*4));
/external/opencv/cxcore/src/
H A Dcxjacobieigens.cpp106 float *V1 = V, *A1 = A; local
109 for( p = 0; p < n - 1; p++, A1 += n, V1 += n )
142 Vpi = V1[i];
146 V1[i] = (float) (Vpi * c - Vqi * s);
153 Vpi = V1[i];
157 V1[i] = (float) (Vpi * c - Vqi * s);
164 Vpi = V1[i];
168 V1[i] = (float) (Vpi * c - Vqi * s);
223 double *A1 = A, *V1 = V, *A2 = A, *V2 = V; local
234 for( i = 0; i < n; i++, V1
[all...]
/external/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h167 AliasResult alias(const Value *V1, uint64_t V1Size, argument
169 return alias(Location(V1, V1Size), Location(V2, V2Size));
173 AliasResult alias(const Value *V1, const Value *V2) { argument
174 return alias(V1, UnknownSize, V2, UnknownSize);
184 bool isNoAlias(const Value *V1, uint64_t V1Size, argument
186 return isNoAlias(Location(V1, V1Size), Location(V2, V2Size));
195 bool isMustAlias(const Value *V1, const Value *V2) { argument
196 return alias(V1, 1, V2, 1) == MustAlias;
/external/llvm/include/llvm/
H A DInstrTypes.h178 static BinaryOperator *Create##OPC(Value *V1, Value *V2, \
180 return Create(Instruction::OPC, V1, V2, Name);\
184 static BinaryOperator *Create##OPC(Value *V1, Value *V2, \
186 return Create(Instruction::OPC, V1, V2, Name, BB);\
190 static BinaryOperator *Create##OPC(Value *V1, Value *V2, \
192 return Create(Instruction::OPC, V1, V2, Name, I);\
196 static BinaryOperator *CreateNSW(BinaryOps Opc, Value *V1, Value *V2, argument
198 BinaryOperator *BO = Create(Opc, V1, V2, Name);
202 static BinaryOperator *CreateNSW(BinaryOps Opc, Value *V1, Value *V2, argument
204 BinaryOperator *BO = Create(Opc, V1, V
208 CreateNSW(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name, Instruction *I) argument
215 CreateNUW(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name = Ó) argument
221 CreateNUW(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name, BasicBlock *BB) argument
227 CreateNUW(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name, Instruction *I) argument
234 CreateExact(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name = Ó) argument
240 CreateExact(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name, BasicBlock *BB) argument
246 CreateExact(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name, Instruction *I) argument
[all...]

Completed in 652 milliseconds

123