Searched refs:gets (Results 1 – 25 of 895) sorted by relevance
12345678910>>...36
/external/llvm/test/CodeGen/SystemZ/ |
D | vec-const-01.ll | 57 ; Test an all-zeros v2i8 that gets promoted to v16i8. 65 ; Test a mixed v2i8 that gets promoted to v16i8 (mask 0x8000). 73 ; Test an all-zeros v4i8 that gets promoted to v16i8. 81 ; Test a mixed v4i8 that gets promoted to v16i8 (mask 0x9000). 89 ; Test an all-zeros v8i8 that gets promoted to v16i8. 97 ; Test a mixed v8i8 that gets promoted to v16i8 (mask 0xE500).
|
D | vec-const-02.ll | 49 ; Test an all-zeros v2i16 that gets promoted to v8i16. 57 ; Test a mixed v2i16 that gets promoted to v8i16 (mask 0xc000). 65 ; Test an all-zeros v4i16 that gets promoted to v8i16. 73 ; Test a mixed v4i16 that gets promoted to v8i16 (mask 0x7200).
|
D | vec-sub-01.ll | 89 ; Test a v2i8 subtraction, which gets promoted to v16i8. 98 ; Test a v4i8 subtraction, which gets promoted to v16i8. 107 ; Test a v8i8 subtraction, which gets promoted to v16i8. 116 ; Test a v2i16 subtraction, which gets promoted to v8i16. 125 ; Test a v4i16 subtraction, which gets promoted to v8i16. 134 ; Test a v2i32 subtraction, which gets promoted to v4i32. 143 ; Test a v2f32 subtraction, which gets promoted to v4f32.
|
D | vec-const-03.ll | 45 ; Test an all-zeros v2i32 that gets promoted to v4i32. 53 ; Test a mixed v2i32 that gets promoted to v4i32 (mask 0xae00).
|
D | vec-const-05.ll | 49 ; Test an all-zeros v2f32 that gets promoted to v4f32. 57 ; Test a mixed v2f32 that gets promoted to v4f32 (mask 0xc700).
|
/external/llvm/test/CodeGen/Generic/ |
D | addr-label.ll | 3 ;; Reference to a label that gets deleted. 19 ;; Issues with referring to a label that gets RAUW'd later. 41 ; Issues with a BB that gets RAUW'd to another one after references are
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | addr-label.ll | 3 ;; Reference to a label that gets deleted. 19 ;; Issues with referring to a label that gets RAUW'd later. 41 ; Issues with a BB that gets RAUW'd to another one after references are
|
/external/llvm/test/CodeGen/X86/ |
D | pseudo_cmov_lower.ll | 3 ; This test checks that only a single js gets generated in the final code 17 ; This test checks that only a single js gets generated in the final code 19 ; sure the code for the lowering for opposite conditions gets tested. 34 ; This test checks that only a single js gets generated in the final code 50 ; This test checks that only a single js gets generated in the final code 66 ; This test checks that only a single js gets generated in the final code 80 ; This test checks that only a single je gets generated in the final code 94 ; This test checks that only a single je gets generated in the final code 108 ; This test checks that only a single je gets generated in the final code 122 ; This test checks that only a single ja gets generated in the final code [all …]
|
D | pseudo_cmov_lower2.ll | 3 ; This test checks that only a single jae gets generated in the final code 24 ; This test checks that only a single jae gets generated in the final code 45 ; This test checks that only a single js gets generated in the final code 71 ; This test checks that only a single js gets generated in the final code
|
D | pseudo_cmov_lower1.ll | 4 ; This test checks that only a single jae gets generated in the final code 22 ; This test checks that only a single jae gets generated in the final code
|
D | crash-O0.ll | 35 ; When an instruction gets between those two, RegAllocFast was reusing 38 ; An instruction gets between CQO and DIV64 because the load is folded
|
/external/deqp/modules/gles31/functional/ |
D | es31fAtomicCounterTests.cpp | 120 …t vector<deUint32>& preGets, const vector<deUint32>& postGets, const vector<deUint32>& gets) const; 121 …& decrements, vector<deUint32>& preGets, vector<deUint32>& postGets, vector<deUint32>& gets) const; 557 …>& decrements, vector<deUint32>& preGets, vector<deUint32>& postGets, vector<deUint32>& gets) const in splitBuffer() 571 gets.clear(); in splitBuffer() 627 gets.push_back(buffer[firstGet + id]); in splitBuffer() 806 …st vector<deUint32>& preGets, const vector<deUint32>& postGets, const vector<deUint32>& gets) const in checkAndLogCallValues() 822 getCountersValues(counterGets, gets, counterNdx, m_spec.atomicCounterCount); in checkAndLogCallValues() 829 for (int valueNdx = 0; valueNdx < (int)gets.size(); valueNdx++) in checkAndLogCallValues() 831 …if ((!m_spec.useBranches || gets[valueNdx] != (deUint32)-1) && gets[valueNdx] != getInitialValue()) in checkAndLogCallValues() 834 …log << TestLog::Message << "atomicCounter(counter" << counterNdx << ") returned " << gets[valueNdx… in checkAndLogCallValues() [all …]
|
/external/clang/test/CodeGenObjC/ |
D | debug-info-nodebug.m | 15 // local variable for the referenced member. That is what gets 16 // suppressed by the attribute. It still gets debug info as a
|
/external/swiftshader/third_party/LLVM/test/Transforms/LICM/ |
D | 2003-05-02-LoadHoist.ll | 3 ; loaded from. Basically if the load gets hoisted, the subtract gets turned
|
/external/llvm/test/Transforms/LICM/ |
D | 2003-05-02-LoadHoist.ll | 3 ; loaded from. Basically if the load gets hoisted, the subtract gets turned
|
/external/llvm/test/Transforms/Inline/ |
D | inline-cold-callee.ll | 3 ; This tests that a cold callee gets the (lower) inlinecold-threshold even without 5 ; A callee with identical body does gets inlined because cost fits within the
|
D | inline-hot-callee.ll | 3 ; This tests that a hot callee gets the (higher) inlinehint-threshold even without 4 ; inline hints and gets inlined because the cost is less than inlinehint-threshold.
|
D | inline-hot-callsite.ll | 3 ; This tests that a hot callsite gets the (higher) inlinehint-threshold even without 4 ; without inline hints and gets inlined because the cost is less than
|
/external/autotest/client/site_tests/video_WebRtcResolutionSwitching/ |
D | control | 8 CRITERIA = "Fails if any video element gets a lower resolution than requested" 25 If any of the video elements gets a resolution that is lower than the lowest we
|
/external/autotest/client/site_tests/cellular_SIMLocking/ |
D | control.pseudomodem | 27 - Attempt to unlock a pin-locked SIM with incorrect sim-pin, until it gets 31 gets blocked. At this point, a sim-pin2 might be expected by some SIMs. This
|
/external/ltp/testcases/kernel/controllers/memcg/ |
D | README | 26 It exits on receiving 'x'. It gets the page size on specifying the '-p' option. 34 The program gets page size through getpagesize().
|
/external/curl/tests/data/ |
D | test89 | 15 This is supposed to be returned when the server gets a first 28 # This is supposed to be returned when the server gets the second 49 # This is supposed to be returned when the server gets the second
|
D | test67 | 14 This is supposed to be returned when the server gets a first 27 # This is supposed to be returned when the server gets the second
|
D | test68 | 12 # This is supposed to be returned when the server gets a first 24 # This is supposed to be returned when the server gets the second
|
/external/libcxx/test/std/input.output/file.streams/c.files/ |
D | gets.fail.cpp | 19 (void) std::gets((char *) NULL); in main()
|
12345678910>>...36