Searched refs:canonicalized (Results 1 – 25 of 59) sorted by relevance
123
/external/llvm/test/CodeGen/AMDGPU/ |
D | fcanonicalize.ll | 11 %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 …]
|
D | promote-alloca-to-lds-select.ll | 46 ; 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/ |
D | fcanonicalize.ll | 17 %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 …]
|
D | fcanonicalize.f16.ll | 20 %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 …]
|
D | fcanonicalize-elimination.ll | 13 %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/ |
D | bitcast-bigendian.ll | 95 ; 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.
|
D | gep-sext.ll | 17 ; If they've already been canonicalized via zext, that's fine
|
D | cast-int-icmp-eq-0.ll | 7 ; "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.
|
D | bitcast.ll | 34 ; 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.
|
D | vector_insertelt_shuffle.ll | 15 ; Insert of a constant is canonicalized ahead of insert of a variable.
|
D | logical-select.ll | 66 ; 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/ |
D | runtime-intl.cc | 121 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/ |
D | canonical-2.ll | 3 ; PR33077. Check the LSR Use formula to be inserted is already canonicalized and
|
/external/llvm/test/Transforms/Reassociate/ |
D | prev_insts_canonicalized.ll | 4 ; any previous instructions are already canonicalized.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | selectcc-04.ll | 5 ; canonicalized. This must be handled by SystemZDAGToDAGISel::Select, or
|
/external/llvm/test/Transforms/InstCombine/ |
D | gep-sext.ll | 17 ; If they've already been canonicalized via zext, that's fine
|
D | demorgan-zext.ll | 72 ; FIXME: If the xor was canonicalized to a 'not', then this would simplify.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | insertps-O0-bug.ll | 34 ; canonicalized into a scalar load plus scalar_to_vector (a movss).
|
D | dagcombine-shifts.ll | 188 ; dags are canonicalized. After Legalization, we need to make sure that the
|
/external/llvm/test/CodeGen/X86/ |
D | insertps-O0-bug.ll | 34 ; canonicalized into a scalar load plus scalar_to_vector (a movss).
|
D | dagcombine-shifts.ll | 188 ; dags are canonicalized. After Legalization, we need to make sure that the
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | br-cond-not-merge.ll | 34 ; Check that non-canonicalized xor not is handled correctly by FindMergedConditions.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Generic/ |
D | indvar-discriminator.ll | 24 ; Check that the canonicalized compare instruction for the loop exit
|
/external/python/cpython2/Doc/library/ |
D | rfc822.rst | 156 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/ |
D | saved_object_graph.proto | 105 // Input in canonicalized form that was received to create this concrete
|
123