Searched refs:inversion (Results 1 – 11 of 11) sorted by relevance
10 # RUN: --print-finalized --loop-inversion-opt -o %t.out \13 # RUN: --print-finalized --loop-inversion-opt -o %t.out2 \16 # RUN: --print-finalized --loop-inversion-opt -o %t.out3 \
22 // CHECK: ThreadSanitizer: lock-order-inversion (potential deadlock)
46 // CHECK: WARNING: ThreadSanitizer: lock-order-inversion (potential deadlock)
33 // SEVEN: ThreadSanitizer: lock-order-inversion (potential deadlock)
71 SmallVector<unsigned> inversion(interchange.size()); in invertPermutationVector() local73 inversion[pos.value()] = pos.index(); in invertPermutationVector()75 return inversion; in invertPermutationVector()
501 Example showing a structural inversion (existing values become missing in
826 and inversion with an rsqrtss instruction, which computes 1/sqrt faster at the
3709 // mask inversion when one already exists.
2949 ; Check that the transformation could be applied after condition's inversion.
3473 Disallow converting instructions with negative immediates to their negation or inversion.
3515 …pText<"Disallow converting instructions with negative immediates to their negation or inversion.">;