Searched refs:IntVec (Results 1 – 6 of 6) sorted by relevance
/external/clang/unittests/AST/ |
D | ASTVectorTest.cpp | 73 ArrayRef<int> IntVec(Values); in TEST_F() local 74 auto I = V.insert(Ctxt, V.begin(), IntVec.begin(), IntVec.begin()); in TEST_F() 79 I = V.insert(Ctxt, V.begin(), IntVec.begin(), IntVec.end()); in TEST_F() 83 I = V.insert(Ctxt, V.end(), IntVec.begin(), IntVec.begin()); in TEST_F() 84 ASSERT_EQ(V.begin() + IntVec.size(), I); in TEST_F() 87 I = V.insert(Ctxt, V.end(), IntVec.begin(), IntVec.end()); in TEST_F() 88 ASSERT_EQ(V.begin() + IntVec.size(), I); in TEST_F()
|
/external/clang/test/Sema/ |
D | overloadable.c | 57 typedef Int IntVec __attribute__((vector_size(16))); typedef 59 double magnitude(IntVec) __attribute__((__overloadable__));
|
/external/googletest/googlemock/test/ |
D | gmock-matchers_test.cc | 5427 typedef std::vector<int> IntVec; in TEST() typedef 5428 IntVec expected; in TEST() 5433 Describe<IntVec>(IsSupersetOf(expected)), in TEST() 5441 typedef std::vector<int> IntVec; in TEST() typedef 5442 IntVec expected; in TEST() 5447 DescribeNegation<IntVec>(IsSupersetOf(expected)), in TEST() 5554 typedef std::vector<int> IntVec; in TEST() typedef 5555 IntVec expected; in TEST() 5561 Describe<IntVec>(IsSubsetOf(expected)), in TEST() 5569 typedef std::vector<int> IntVec; in TEST() typedef [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 7001 SDValue IntVec = StVal.getOperand(0); in PerformSTORECombine() local 7003 IntVec.getValueType().getVectorNumElements()); in PerformSTORECombine() 7004 SDValue Vec = DAG.getNode(ISD::BITCAST, dl, FloatVT, IntVec); in PerformSTORECombine()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 10355 SDValue IntVec = StVal.getOperand(0); in PerformSTORECombine() local 10357 IntVec.getValueType().getVectorNumElements()); in PerformSTORECombine() 10358 SDValue Vec = DAG.getNode(ISD::BITCAST, dl, FloatVT, IntVec); in PerformSTORECombine()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 12013 SDValue IntVec = StVal.getOperand(0); in PerformSTORECombine() local 12015 IntVec.getValueType().getVectorNumElements()); in PerformSTORECombine() 12016 SDValue Vec = DAG.getNode(ISD::BITCAST, dl, FloatVT, IntVec); in PerformSTORECombine()
|