Home
last modified time | relevance | path

Searched refs:testVector (Results 1 – 9 of 9) sorted by relevance

/llvm-project/compiler-rt/test/builtins/Unit/ppc/
H A Dqsub_test.c22 struct testVector { struct
32 const struct testVector edgeCases[] = { argument
105 const int numEdgeCases = sizeof(edgeCases) / sizeof(struct testVector);
270 const struct testVector accuracyTests[] = {
1812 const int numAccuracyTests = sizeof(accuracyTests) / sizeof(struct testVector);
H A Dqadd_test.c22 struct testVector { struct
32 const struct testVector edgeCases[] = { argument
105 const int numEdgeCases = sizeof(edgeCases) / sizeof(struct testVector);
268 const struct testVector accuracyTests[] = {
1810 const int numAccuracyTests = sizeof(accuracyTests) / sizeof(struct testVector);
H A Dqdiv_test.c22 struct testVector { struct
32 const struct testVector edgeCases[] = { argument
105 const int numEdgeCases = sizeof(edgeCases) / sizeof(struct testVector);
218 const struct testVector accuracyTests[] = {
733 const int numAccuracyTests = sizeof(accuracyTests) / sizeof(struct testVector);
H A Dqmul_test.c22 struct testVector { struct
32 const struct testVector edgeCases[] = { argument
105 const int numEdgeCases = sizeof(edgeCases) / sizeof(struct testVector);
220 const struct testVector accuracyTests[] = {
731 const int numAccuracyTests = sizeof(accuracyTests) / sizeof(struct testVector);
H A Dfixtfdi_test.c8 struct testVector { double xhi; double xlo; int64_t result; }; struct
14 const struct testVector testCases[] = {
452 const int numTestCases = sizeof(testCases) / sizeof(struct testVector);
/llvm-project/llvm/test/Transforms/RewriteStatepointsForGC/
H A Dfreeze.ll6 define ptr addrspace(1) @testVector(<3 x ptr addrspace(1)> %arg) gc "statepoint-example" {
7 ; CHECK-LABEL: @testVector(
/llvm-project/clang/test/Analysis/inlining/
H A Dstl.cpp8 void testVector(std::vector<int> &nums) { in testVector() function
/llvm-project/llvm/test/CodeGen/SPIRV/transcoding/
H A DOpDot.ll31 define spir_kernel void @testVector(<2 x float> %f, <2 x half> %h) {
/llvm-project/clang/test/Analysis/
H A Duse-after-move.cpp942 void testVector() { in foo()
947 void testVector() { testVector() function in HasSTLField