Home
last modified time | relevance | path

Searched defs:V1 (Results 1 – 25 of 88) sorted by relevance

1234

/external/clang/test/Parser/
Dcxx0x-member-initializers.cpp26 struct V1 { struct
28 V1() : a(), b{} {} in V1() argument
/external/llvm/include/llvm/Analysis/
DAliasAnalysis.h185 AliasResult alias(const Value *V1, uint64_t V1Size, in alias()
191 AliasResult alias(const Value *V1, const Value *V2) { in alias()
202 bool isNoAlias(const Value *V1, uint64_t V1Size, in isNoAlias()
208 bool isNoAlias(const Value *V1, const Value *V2) { in isNoAlias()
218 bool isMustAlias(const Value *V1, const Value *V2) { in isMustAlias()
/external/clang/test/CodeGenCXX/
Dvtable-layout-abi-examples.cpp205 struct V1 { struct
225 // CHECK-7-NEXT: -- (Test3::V1, 16) vtable address --
Dweak-extern-typeinfo.cpp24 class V1 : public virtual A { class
Dvtt-layout.cpp28 class V1 : public A1, public A2 { int i; }; class
47 class V1 : public A1, public virtual A2 { int i; }; class
Dvtable-layout.cpp240 struct V1 { int v1; }; struct
1046 struct V1 { struct
1047 int v1;
1447 struct V1 { }; struct
Dmicrosoft-abi-rtti.cpp17 struct V1 : X1 {}; struct
/external/clang/test/CXX/temp/temp.decls/temp.fct/temp.over.link/
Dp6.cpp10 template<int V1, int V2> void f0(A0<V1, V2>) { } // expected-error{{redefinition}} in f0()
/external/clang/lib/StaticAnalyzer/Core/
DBasicValueFactory.cpp147 const llvm::APSInt& V1, const llvm::APSInt& V2) { in evalAPSInt()
262 BasicValueFactory::getPersistentSValPair(const SVal& V1, const SVal& V2) { in getPersistentSValPair()
/external/clang/lib/Headers/
Dshaintrin.h35 #define _mm_sha1rnds4_epu32(V1, V2, M) __extension__ ({ \ argument
Davxintrin.h291 #define _mm256_permute2f128_pd(V1, V2, M) __extension__ ({ \ argument
296 #define _mm256_permute2f128_ps(V1, V2, M) __extension__ ({ \ argument
301 #define _mm256_permute2f128_si256(V1, V2, M) __extension__ ({ \ argument
307 #define _mm256_blend_pd(V1, V2, M) __extension__ ({ \ argument
316 #define _mm256_blend_ps(V1, V2, M) __extension__ ({ \ argument
344 #define _mm256_dp_ps(V1, V2, M) __extension__ ({ \ argument
1145 #define _mm256_insertf128_ps(V1, V2, M) __extension__ ({ \ argument
1158 #define _mm256_insertf128_pd(V1, V2, M) __extension__ ({ \ argument
1167 #define _mm256_insertf128_si256(V1, V2, M) __extension__ ({ \ argument
/external/webp/src/enc/
Dpicture_tools.c126 #define BLEND(V0, V1, ALPHA) \ argument
128 #define BLEND_10BIT(V0, V1, ALPHA) \ argument
/external/skia/src/sfnt/
DSkOTTable_OS_2.h33 struct V1 : SkOTTableOS2_V1 { } v1; struct
/external/guava/guava/src/com/google/common/collect/
DPlatform.java71 EntryTransformer<? super K, ? super V1, V2> transformer) { in mapsTransformEntriesSortedMap()
DTables.java333 Table<R, C, V1> fromTable, Function<? super V1, V2> function) { in transformValues()
343 Table<R, C, V1> fromTable, Function<? super V1, V2> function) { in TransformedTable()
/external/opencv/cxcore/src/
Dcxjacobieigens.cpp106 float *V1 = V, *A1 = A; in icvJacobiEigens_32f() local
223 double *A1 = A, *V1 = V, *A2 = A, *V2 = V; in icvJacobiEigens_64d() local
/external/llvm/lib/Analysis/
DAliasAnalysisEvaluator.cpp90 static void PrintResults(const char *Msg, bool P, const Value *V1, in PrintResults()
128 PrintLoadStoreResults(const char *Msg, bool P, const Value *V1, in PrintLoadStoreResults()
/external/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp1564 SDNode *ARMDAGToDAGISel::createGPRPairNode(EVT VT, SDValue V0, SDValue V1) { in createGPRPairNode()
1575 SDNode *ARMDAGToDAGISel::createSRegPairNode(EVT VT, SDValue V0, SDValue V1) { in createSRegPairNode()
1586 SDNode *ARMDAGToDAGISel::createDRegPairNode(EVT VT, SDValue V0, SDValue V1) { in createDRegPairNode()
1596 SDNode *ARMDAGToDAGISel::createQRegPairNode(EVT VT, SDValue V0, SDValue V1) { in createQRegPairNode()
1606 SDNode *ARMDAGToDAGISel::createQuadSRegsNode(EVT VT, SDValue V0, SDValue V1, in createQuadSRegsNode()
1621 SDNode *ARMDAGToDAGISel::createQuadDRegsNode(EVT VT, SDValue V0, SDValue V1, in createQuadDRegsNode()
1635 SDNode *ARMDAGToDAGISel::createQuadQRegsNode(EVT VT, SDValue V0, SDValue V1, in createQuadQRegsNode()
1963 SDValue V1 = N->getOperand(Vec0Idx + 1); in SelectVST() local
2016 SDValue V1 = N->getOperand(Vec0Idx + 1); in SelectVST() local
2128 SDValue V1 = N->getOperand(Vec0Idx + 1); in SelectVLDSTLane() local
[all …]
/external/llvm/unittests/ADT/
DIntrusiveRefCntPtrTest.cpp23 VirtualRefCounted *V1 = new VirtualRefCounted; in TEST() local
/external/llvm/unittests/Analysis/
DScalarEvolutionTest.cpp49 Value *V1 = new GlobalVariable(M, Ty, false, GlobalValue::ExternalLinkage, Init, "V1"); in TEST_F() local
/external/llvm/lib/Support/
DFileUtilities.cpp85 double V1 = 0.0, V2 = 0.0; in CompareNumbers() local
/external/clang/test/Sema/
Dconst-eval.c63 static const struct a V1 = (struct a){ 1, 2}; variable
/external/llvm/lib/IR/
DConstantFold.cpp727 Constant *V1, Constant *V2) { in ConstantFoldSelectInstruction()
824 Constant *llvm::ConstantFoldShuffleVectorInstruction(Constant *V1, in ConstantFoldShuffleVectorInstruction()
1324 static FCmpInst::Predicate evaluateFCmpRelation(Constant *V1, Constant *V2) { in evaluateFCmpRelation()
1412 static ICmpInst::Predicate evaluateICmpRelation(Constant *V1, Constant *V2, in evaluateICmpRelation()
1726 APInt V1 = cast<ConstantInt>(C1)->getValue(); in ConstantFoldCompareInstruction() local
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp3515 SDValue V1, unsigned TargetMask, in getTargetShuffleNode()
3529 SDValue V1, SDValue V2, SelectionDAG &DAG) { in getTargetShuffleNode()
4132 static SDValue Concat128BitVectors(SDValue V1, SDValue V2, EVT VT, in Concat128BitVectors()
4139 static SDValue Concat256BitVectors(SDValue V1, SDValue V2, EVT VT, in Concat256BitVectors()
4174 static SDValue getMOVL(SelectionDAG &DAG, SDLoc dl, EVT VT, SDValue V1, in getMOVL()
4185 static SDValue getUnpackl(SelectionDAG &DAG, SDLoc dl, MVT VT, SDValue V1, in getUnpackl()
4197 static SDValue getUnpackh(SelectionDAG &DAG, SDLoc dl, MVT VT, SDValue V1, in getUnpackh()
4217 SDValue V1 = IsZero in getShuffleVectorZeroOrUndef() local
4594 SDValue V1 = FirstNonZero.getOperand(0); in LowerBuildVectorv4x32() local
4739 SDValue V1 = DAG.getLoad(NVT, dl, Chain, Ptr, in LowerAsSplatVectorLoad() local
[all …]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DPlatform.java125 EntryTransformer<? super K, ? super V1, V2> transformer) { in mapsTransformEntriesSortedMap()

1234