Home
last modified time | relevance | path

Searched defs:V2 (Results 1 – 25 of 80) sorted by relevance

1234

/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dweak-extern-typeinfo.cpp28 class V2 : public virtual V1 { class
H A Dvtable-layout-abi-examples.cpp210 struct V2 : virtual V1 { struct
232 // CHECK-7-NEXT: -- (Test3::V2, 32) vtable address --
H A Dvtt-layout.cpp31 class V2 : public B1, public B2, public virtual V1 { int i; }; class
50 class V2 : public B1, public B2, public virtual V1 { int i; }; class
H A Dvtable-layout.cpp241 struct V2 : virtual V1 { int v1; }; struct
252 // CHECK-9-NEXT: 2 | Test4::V2 *Test4::D::f()
1050 struct V2 : virtual V1 { struct
1064 // CHECK-29-NEXT: -- (Test22::V2, 16) vtable address --
1448 struct V2 : virtual V1 { }; struct
H A Dmicrosoft-abi-vtables-virtual-inheritance-vtordisps.cpp13 struct V2 { struct
25 struct V3 : Z, V2 { argument
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h178 const Value *V2, uint64_t V2Size) { in alias()
183 AliasResult alias(const Value *V1, const Value *V2) { in alias()
195 const Value *V2, uint64_t V2Size) { in isNoAlias()
200 bool isNoAlias(const Value *V1, const Value *V2) { in isNoAlias()
210 bool isMustAlias(const Value *V1, const Value *V2) { in isMustAlias()
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.decls/temp.fct/temp.over.link/
H A Dp6.cpp10 template<int V1, int V2> void f0(A0<V1, V2>) { } // expected-error{{redefinition}} in f0() argument
/minix3/external/bsd/llvm/dist/clang/test/Layout/
H A Dms-x86-aligned-tail-padding.cpp31 struct V2 { struct
34 V2() : a(0xf0000011f0000011ll), a1(0xf0000011) {} in V2() argument
/minix3/external/bsd/llvm/dist/clang/lib/Headers/
H A Dshaintrin.h35 #define _mm_sha1rnds4_epu32(V1, V2, M) __extension__ ({ \ argument
H A Davxintrin.h292 #define _mm256_permute2f128_pd(V1, V2, M) __extension__ ({ \ argument
297 #define _mm256_permute2f128_ps(V1, V2, M) __extension__ ({ \ argument
302 #define _mm256_permute2f128_si256(V1, V2, M) __extension__ ({ \ argument
308 #define _mm256_blend_pd(V1, V2, M) __extension__ ({ \ argument
317 #define _mm256_blend_ps(V1, V2, M) __extension__ ({ \ argument
345 #define _mm256_dp_ps(V1, V2, M) __extension__ ({ \ argument
477 #define _mm256_insertf128_pd(V1, V2, O) __extension__ ({ \ argument
482 #define _mm256_insertf128_ps(V1, V2, O) __extension__ ({ \ argument
487 #define _mm256_insertf128_si256(V1, V2, O) __extension__ ({ \ argument
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp147 const llvm::APSInt& V1, const llvm::APSInt& V2) { in evalAPSInt()
262 BasicValueFactory::getPersistentSValPair(const SVal& V1, const SVal& V2) { in getPersistentSValPair()
/minix3/external/bsd/llvm/dist/llvm/unittests/Support/
H A DAlignOfTest.cpp71 struct V2 { int x; virtual ~V2(); }; argument
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DLint.cpp143 const Value *V1 = nullptr, const Value *V2 = nullptr, in CheckFailed()
169 #define Assert2(C, M, V1, V2) \ argument
171 #define Assert3(C, M, V1, V2, V3) \ argument
173 #define Assert4(C, M, V1, V2, V3, V4) \ argument
H A DBasicAliasAnalysis.cpp899 const Value *V2, uint64_t V2Size, in aliasGEP()
1161 const Value *V2, uint64_t V2Size, in aliasSelect()
1195 const Value *V2, uint64_t V2Size, in aliasPHI()
1282 const Value *V2, uint64_t V2Size, in aliasCheck()
1422 const Value *V2) { in isValueEqualInPotentialCycles()
H A DAliasAnalysisEvaluator.cpp91 const Value *V2, const Module *M) { in PrintResults()
129 const Value *V2, const Module *M) { in PrintLoadStoreResults()
/minix3/external/bsd/llvm/dist/llvm/unittests/ADT/
H A DIntrusiveRefCntPtrTest.cpp25 VirtualRefCounted *V2 = new VirtualRefCounted(*V1); in TEST() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.h42 V1, V2, V3, V4, V5 enumerator
/minix3/minix/fs/mfs/
H A Dconst.h28 #define V2 2 /* version number of V2 file systems */ macro
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DStringMap.cpp160 StringMapEntryBase *V2 = RemoveKey(StringRef(VStr, V->getKeyLength())); in RemoveKey() local
H A DFileUtilities.cpp85 double V1 = 0.0, V2 = 0.0; in CompareNumbers() local
/minix3/external/bsd/llvm/dist/llvm/unittests/Analysis/
H A DScalarEvolutionTest.cpp50 Value *V2 = new GlobalVariable(M, Ty, false, GlobalValue::ExternalLinkage, Init, "V2"); in TEST_F() local
/minix3/external/bsd/llvm/dist/llvm/unittests/IR/
H A DMetadataTest.cpp435 auto *V2 = MetadataAsValue::get(Context, N); in TEST_F() local
447 auto *V2 = MetadataAsValue::get(Context, N2); in TEST_F() local
466 auto *V2 = MetadataAsValue::get(Context, N); in TEST_F() local
554 Metadata *const V2 = C2; in TEST() local
/minix3/external/bsd/llvm/dist/clang/test/Sema/
H A Dconst-eval.c62 static struct a V2 = (struct a)(struct a){ 1, 2}; variable
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DConstantFold.cpp715 Constant *V1, Constant *V2) { in ConstantFoldSelectInstruction()
813 Constant *V2, in ConstantFoldShuffleVectorInstruction()
1311 static FCmpInst::Predicate evaluateFCmpRelation(Constant *V1, Constant *V2) { in evaluateFCmpRelation()
1399 static ICmpInst::Predicate evaluateICmpRelation(Constant *V1, Constant *V2, in evaluateICmpRelation()
1707 APInt V2 = cast<ConstantInt>(C2)->getValue(); in ConstantFoldCompareInstruction() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp191 static SDValue Concat128BitVectors(SDValue V1, SDValue V2, EVT VT, in Concat128BitVectors()
198 static SDValue Concat256BitVectors(SDValue V1, SDValue V2, EVT VT, in Concat256BitVectors()
3642 SDValue V1, SDValue V2, unsigned TargetMask, in getTargetShuffleNode()
3656 SDValue V1, SDValue V2, SelectionDAG &DAG) { in getTargetShuffleNode()
5091 static bool ShouldXformToMOVLP(SDNode *V1, SDNode *V2, in ShouldXformToMOVLP()
5121 SDValue V2 = N->getOperand(1); in isZeroShuffle() local
5228 SDValue V2) { in getMOVL()
5239 SDValue V2) { in getUnpackl()
5251 SDValue V2) { in getUnpackh()
5351 static SDValue getShuffleVectorZeroOrUndef(SDValue V2, unsigned Idx, in getShuffleVectorZeroOrUndef()
[all …]

1234