Home
last modified time | relevance | path

Searched refs:canonicalized (Results 1 – 25 of 59) sorted by relevance

123

/external/llvm/test/CodeGen/AMDGPU/
Dfcanonicalize.ll11 %canonicalized = call float @llvm.canonicalize.f32(float %val)
12 store float %canonicalized, float addrspace(1)* %out
20 %canonicalized = call float @llvm.canonicalize.f32(float %val)
21 store float %canonicalized, float addrspace(1)* %out
29 %canonicalized = call float @llvm.canonicalize.f32(float 0.0)
30 store float %canonicalized, float addrspace(1)* %out
38 %canonicalized = call float @llvm.canonicalize.f32(float -0.0)
39 store float %canonicalized, float addrspace(1)* %out
47 %canonicalized = call float @llvm.canonicalize.f32(float 1.0)
48 store float %canonicalized, float addrspace(1)* %out
[all …]
Dpromote-alloca-to-lds-select.ll46 ; TODO: Maybe this should be canonicalized to select on the constant and GEP after.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dfcanonicalize.ll17 %canonicalized = call float @llvm.canonicalize.f32(float %val)
18 store float %canonicalized, float addrspace(1)* %out
26 %canonicalized = call float @llvm.canonicalize.f32(float %val)
27 store float %canonicalized, float addrspace(1)* %out
37 %canonicalized = call float @llvm.canonicalize.f32(float %val.fabs)
38 store float %canonicalized, float addrspace(1)* %out
49 %canonicalized = call float @llvm.canonicalize.f32(float %val.fabs.fneg)
50 store float %canonicalized, float addrspace(1)* %out
60 %canonicalized = call float @llvm.canonicalize.f32(float %val.fneg)
61 store float %canonicalized, float addrspace(1)* %out
[all …]
Dfcanonicalize.f16.ll20 %canonicalized = call half @llvm.canonicalize.f16(half %val)
21 store half %canonicalized, half addrspace(1)* undef
30 %canonicalized = call half @llvm.canonicalize.f16(half %val)
31 store half %canonicalized, half addrspace(1)* %out
41 %canonicalized = call half @llvm.canonicalize.f16(half %val.fabs)
42 store half %canonicalized, half addrspace(1)* %out
56 %canonicalized = call half @llvm.canonicalize.f16(half %val.fabs.fneg)
57 store half %canonicalized, half addrspace(1)* %out
70 %canonicalized = call half @llvm.canonicalize.f16(half %val.fneg)
71 store half %canonicalized, half addrspace(1)* %out
[all …]
Dfcanonicalize-elimination.ll13 %canonicalized = tail call float @llvm.canonicalize.f32(float %v)
14 store float %canonicalized, float addrspace(1)* %gep, align 4
27 %canonicalized = tail call float @llvm.canonicalize.f32(float %v)
28 store float %canonicalized, float addrspace(1)* %gep, align 4
41 %canonicalized = tail call float @llvm.canonicalize.f32(float %v)
42 store float %canonicalized, float addrspace(1)* %gep, align 4
55 %canonicalized = tail call float @llvm.canonicalize.f32(float %v)
56 store float %canonicalized, float addrspace(1)* %gep, align 4
69 %canonicalized = tail call float @llvm.canonicalize.f32(float %v)
70 store float %canonicalized, float addrspace(1)* %gep, align 4
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dbitcast-bigendian.ll95 ; No change. Bitcasts are canonicalized above bitwise logic.
108 ; No change. Bitcasts are canonicalized above bitwise logic.
121 ; No change. Bitcasts are canonicalized above bitwise logic.
Dgep-sext.ll17 ; If they've already been canonicalized via zext, that's fine
Dcast-int-icmp-eq-0.ll7 ; "sle 0" is canonicalized to "slt 1", so we don't test "sle 0" case.
8 ; "sge 0" is canonicalized to "sgt -1", so we don't test "sge 0" case.
9 ; "sge 1" is canonicalized to "sgt 0", so we don't test "sge 1" case.
10 ; "sle -1" is canonicalized to "slt 0", so we don't test "sle -1" case.
Dbitcast.ll34 ; No change. Bitcasts are canonicalized above bitwise logic.
47 ; No change. Bitcasts are canonicalized above bitwise logic.
60 ; No change. Bitcasts are canonicalized above bitwise logic.
74 ; Bitcast is canonicalized above logic, so we can see the not-not pattern.
105 ; Bitcasts are canonicalized above bitwise logic.
Dvector_insertelt_shuffle.ll15 ; Insert of a constant is canonicalized ahead of insert of a variable.
Dlogical-select.ll66 ; The 2nd compare/select are canonicalized, so CSE and another round of instcombine or some other p…
85 ; The 2nd compare/select are canonicalized, so CSE and another round of instcombine or some other p…
123 ; The 2nd compare/select are canonicalized, so CSE and another round of instcombine or some other p…
443 ; Inverted 'and' constants mean this is a select which is canonicalized to a shuffle.
/external/v8/src/runtime/
Druntime-intl.cc121 std::string canonicalized; in RUNTIME_FUNCTION() local
122 if (!Intl::CanonicalizeLanguageTag(isolate, locale).To(&canonicalized)) { in RUNTIME_FUNCTION()
125 return *isolate->factory()->NewStringFromAsciiChecked(canonicalized.c_str()); in RUNTIME_FUNCTION()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopStrengthReduce/X86/
Dcanonical-2.ll3 ; PR33077. Check the LSR Use formula to be inserted is already canonicalized and
/external/llvm/test/Transforms/Reassociate/
Dprev_insts_canonicalized.ll4 ; any previous instructions are already canonicalized.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dselectcc-04.ll5 ; canonicalized. This must be handled by SystemZDAGToDAGISel::Select, or
/external/llvm/test/Transforms/InstCombine/
Dgep-sext.ll17 ; If they've already been canonicalized via zext, that's fine
Ddemorgan-zext.ll72 ; FIXME: If the xor was canonicalized to a 'not', then this would simplify.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dinsertps-O0-bug.ll34 ; canonicalized into a scalar load plus scalar_to_vector (a movss).
Ddagcombine-shifts.ll188 ; dags are canonicalized. After Legalization, we need to make sure that the
/external/llvm/test/CodeGen/X86/
Dinsertps-O0-bug.ll34 ; canonicalized into a scalar load plus scalar_to_vector (a movss).
Ddagcombine-shifts.ll188 ; dags are canonicalized. After Legalization, we need to make sure that the
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dbr-cond-not-merge.ll34 ; Check that non-canonicalized xor not is handled correctly by FindMergedConditions.
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Generic/
Dindvar-discriminator.ll24 ; Check that the canonicalized compare instruction for the loop exit
/external/python/cpython2/Doc/library/
Drfc822.rst156 Returns a line's canonicalized fieldname (the dictionary key that will be used
312 Return a canonicalized string representation of the address list. Addresses are
346 canonicalized name part, the second is the actual route-address (``'@'``\
/external/tensorflow/tensorflow/core/protobuf/
Dsaved_object_graph.proto105 // Input in canonicalized form that was received to create this concrete

123