| /llvm-project-15.0.7/libcxx/lib/abi/ |
| H A D | powerpc-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist | 1 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNKSt12bad_any_cast4whatEv', 'storage_mappin… 4 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNKSt18bad_variant_access4whatEv', 'storage_… 575 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNSt3__13cinE', 'storage_mapping_class': 'RW… 625 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNSt3__14cerrE', 'storage_mapping_class': 'R… 626 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNSt3__14clogE', 'storage_mapping_class': 'R… 627 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNSt3__14coutE', 'storage_mapping_class': 'R… 636 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNSt3__14wcinE', 'storage_mapping_class': 'R… 661 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNSt3__15wcerrE', 'storage_mapping_class': '… 662 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNSt3__15wclogE', 'storage_mapping_class': '… 663 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNSt3__15wcoutE', 'storage_mapping_class': '… [all …]
|
| H A D | powerpc64-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist | 1 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNKSt12bad_any_cast4whatEv', 'storage_mappin… 4 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNKSt18bad_variant_access4whatEv', 'storage_… 575 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNSt3__13cinE', 'storage_mapping_class': 'RW… 625 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNSt3__14cerrE', 'storage_mapping_class': 'R… 626 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNSt3__14clogE', 'storage_mapping_class': 'R… 627 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNSt3__14coutE', 'storage_mapping_class': 'R… 636 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNSt3__14wcinE', 'storage_mapping_class': 'R… 661 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNSt3__15wcerrE', 'storage_mapping_class': '… 662 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNSt3__15wclogE', 'storage_mapping_class': '… 663 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNSt3__15wcoutE', 'storage_mapping_class': '… [all …]
|
| /llvm-project-15.0.7/clang/test/Parser/ |
| H A D | attributes.mm | 12 #define EXP __attribute__((visibility("default"))) macro 13 class EXP C {}; 14 EXP class C2 {}; // expected-warning {{attribute 'visibility' is ignored, place it after "class" to… 16 @interface EXP I @end // expected-error {{postfix attributes are not allowed on Objective-C directi… interface 17 EXP @interface I2 @end 19 @implementation EXP I @end // expected-error-re {{postfix attributes are not allowed on Objective-C… implementation 20 EXP @implementation I2 @end 22 @class EXP OC; // expected-error-re {{postfix attributes are not allowed on Objective-C directives{… 23 EXP @class OC2; // expected-error {{prefix attribute must be followed by an interface, protocol, or… 25 @protocol EXP P @end // expected-error {{postfix attributes are not allowed on Objective-C directiv… protocol [all …]
|
| /llvm-project-15.0.7/compiler-rt/lib/builtins/hexagon/ |
| H A D | dfsqrt.S | 11 #define EXP r28 macro 81 EXP = extractu(AH,#DF_EXPBITS,#DF_MANTBITS-32) define 115 SHIFTAMT = and(EXP,#1) 286 EXP = add(EXP,#-DF_BIAS) // subtract bias --> signed exp define 297 EXP = asr(EXP,#1) // divide signed exp by 2 define 317 EXP = add(EXP,#-63) define 324 EXP = add(EXP,ADJ) // add back bias define 363 if (!P_TMP.new) EXP = ##0x7F800001 // sNaN 378 A = asl(A,EXP) // Shift mantissa 379 EXP = sub(#1,EXP) // Form exponent define [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | EXPInstructions.td | 10 // EXP classes 19 let EXP = 1; 52 // EXP Instructions 58 def EXP : EXP_Pseudo<0, 0>; 75 def EXP_si : EXP_Real_si<0, "EXP">; 90 def EXP_vi : EXP_Real_vi<0, "EXP">; 125 // EXP Patterns 157 def : ExpPattern<i32, EXP, 0>; 159 def : ExpPattern<f32, EXP, 0>; 167 def : ExpComprPattern<v2i16, EXP, 0>; [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | waitcnt-debug.mir | 3 …s -debug-counter=si-insert-waitcnts-forceexp-count=2 -o - %s | FileCheck -check-prefixes=GCN,EXP %s 15 # EXP: S_WAITCNT 3855 16 # EXP-NEXT: S_NOP 0 17 # EXP-NEXT: S_WAITCNT 3855 18 # EXP-NEXT: S_NOP 0
|
| H A D | waitcnt-overflow.mir | 461 ; GFX9-NEXT: EXP 0, $vgpr0, $vgpr0, $vgpr0, $vgpr0, -1, -1, 15, implicit $exec 462 ; GFX9-NEXT: EXP 0, $vgpr1, $vgpr1, $vgpr1, $vgpr1, -1, -1, 15, implicit $exec 463 ; GFX9-NEXT: EXP 0, $vgpr1, $vgpr1, $vgpr1, $vgpr1, -1, -1, 15, implicit $exec 499 EXP 0, $vgpr0, $vgpr0, $vgpr0, $vgpr0, -1, -1, 15, implicit $exec 500 EXP 0, $vgpr1, $vgpr1, $vgpr1, $vgpr1, -1, -1, 15, implicit $exec 501 EXP 0, $vgpr1, $vgpr1, $vgpr1, $vgpr1, -1, -1, 15, implicit $exec 502 EXP 0, $vgpr1, $vgpr1, $vgpr1, $vgpr1, -1, -1, 15, implicit $exec 503 EXP 0, $vgpr1, $vgpr1, $vgpr1, $vgpr1, -1, -1, 15, implicit $exec 504 EXP 0, $vgpr1, $vgpr1, $vgpr1, $vgpr1, -1, -1, 15, implicit $exec 505 EXP 0, $vgpr1, $vgpr1, $vgpr1, $vgpr1, -1, -1, 15, implicit $exec [all …]
|
| H A D | endpgm-dce.mir | 124 # GCN-NEXT: EXP 32, undef %0:vgpr_32, undef %1:vgpr_32, %2, undef %3:vgpr_32, 0, 0, 15, implicit $e… 138 EXP 32, undef %0, undef %1, killed %2, undef %3, 0, 0, 15, implicit $exec
|
| H A D | early-term.mir | 144 ; GCN: EXP 1, $vgpr1, $vgpr1, $vgpr1, $vgpr1, -1, -1, 15, implicit $exec 164 EXP 1, $vgpr1, $vgpr1, $vgpr1, $vgpr1, -1, -1, 15, implicit $exec
|
| H A D | regcoal-subrange-join.mir | 159 EXP 32, undef %53, undef %54, killed %46, undef %55, 0, 0, 15, implicit $exec
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | warn-xor-as-pow.cpp | 17 #define EXP 3 macro 116 res = 10 ^ -EXP; // expected-warning {{result of '10 ^ -EXP' is -9; did you mean '1e-3'?}} in test() 119 res = 10 ^ +EXP; // expected-warning {{result of '10 ^ +EXP' is 9; did you mean '1e3'?}} in test()
|
| /llvm-project-15.0.7/mlir/test/Conversion/MathToSPIRV/ |
| H A D | math-to-opencl-spirv.mlir | 11 // CHECK: %[[EXP:.+]] = spv.CL.exp %arg0 13 // CHECK: spv.FSub %[[EXP]], %[[ONE]] 48 // CHECK: %[[EXP:.+]] = spv.CL.exp %arg0 50 // CHECK: spv.FSub %[[EXP]], %[[ONE]]
|
| H A D | math-to-gl-spirv.mlir | 13 // CHECK: %[[EXP:.+]] = spv.GL.Exp %arg0 15 // CHECK: spv.FSub %[[EXP]], %[[ONE]] 46 // CHECK: %[[EXP:.+]] = spv.GL.Exp %arg0 48 // CHECK: spv.FSub %[[EXP]], %[[ONE]]
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | simplify-libcalls-erased.ll | 9 ; CHECK-NEXT: [[EXP:%.*]] = call fast double @llvm.exp.f64(double [[MUL]]) 10 ; CHECK-NEXT: ret double [[EXP]]
|
| H A D | pow-exp.ll | 7 ; CHECK-NEXT: [[EXP:%.*]] = call fast float @llvm.exp.f32(float [[MUL]]) 8 ; CHECK-NEXT: ret float [[EXP]] 29 ; CHECK-NEXT: [[EXP:%.*]] = call fast double @llvm.exp.f64(double [[MUL]]) 30 ; CHECK-NEXT: ret double [[EXP]] 41 ; CHECK-NEXT: ret double [[EXP]] 51 ; CHECK-NEXT: [[EXP:%.*]] = call fast fp128 @llvm.exp.f128(fp128 [[MUL]]) 52 ; CHECK-NEXT: ret fp128 [[EXP]] 173 ; CHECK-NEXT: [[EXP:%.*]] = call fast float @expf(float [[X:%.*]]) 175 ; CHECK-NEXT: store float [[EXP]], float* [[P:%.*]], align 4 186 ; CHECK-NEXT: [[EXP:%.*]] = call fp128 @expl(fp128 [[X:%.*]]) [all …]
|
| H A D | log-pow.ll | 91 ; CHECK-NEXT: [[EXP:%.*]] = call double @exp2(double [[X:%.*]]) 92 ; CHECK-NEXT: [[LOG:%.*]] = call fast double @log(double [[EXP]])
|
| /llvm-project-15.0.7/mlir/test/Conversion/ComplexToStandard/ |
| H A D | convert-to-standard.mlir | 55 // CHECK-DAG: %[[EXP:.*]] = math.exp %[[IMAG]] : f32 56 // CHECK-DAG: %[[HALF_EXP:.*]] = arith.mulf %[[HALF]], %[[EXP]] 57 // CHECK-DAG: %[[HALF_REXP:.*]] = arith.divf %[[HALF]], %[[EXP]] 223 // CHECK: %[[EXP:.*]] = math.exp %[[REAL_I]] : f32 225 // CHECK: %[[RES_REAL:.*]] = arith.mulf %[[EXP]], %[[COS]] : f32 227 // CHECK: %[[RES_IMAG:.*]] = arith.mulf %[[EXP]], %[[SIN]] : f32 446 // CHECK-DAG: %[[EXP:.*]] = math.exp %[[IMAG]] : f32 447 // CHECK-DAG: %[[HALF_EXP:.*]] = arith.mulf %[[HALF]], %[[EXP]] 512 // CHECK-DAG: %[[EXP:.*]] = math.exp %[[IMAG]] : f32 513 // CHECK-DAG: %[[HALF_EXP:.*]] = arith.mulf %[[HALF]], %[[EXP]] [all …]
|
| /llvm-project-15.0.7/mlir/test/Conversion/SPIRVToLLVM/ |
| H A D | gl-ops-to-llvm.mlir | 180 // CHECK: %[[EXP:.*]] = "llvm.intr.exp"(%[[X2]]) : (f32) -> f32 182 // CHECK: %[[T0:.*]] = llvm.fsub %[[EXP]], %[[ONE]] : f32 183 // CHECK: %[[T1:.*]] = llvm.fadd %[[EXP]], %[[ONE]] : f32
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/GlobalISel/ |
| H A D | inst-select-amdgcn.exp.mir | 15 ; CHECK: EXP 1, %0, %0, %0, %0, 0, 0, 15, implicit $exec
|
| H A D | inst-select-amdgcn.exp.compr.mir | 21 ; CHECK: EXP 1, %0, %0, [[UNDEF1]], [[UNDEF0]], 0, 1, 15, implicit $exec
|
| /llvm-project-15.0.7/mlir/test/Conversion/MathToLLVM/ |
| H A D | math-to-llvm.mlir | 47 // CHECK: %[[EXP:.*]] = "llvm.intr.exp"(%arg0) : (f32) -> f32 48 // CHECK: %[[SUB:.*]] = llvm.fsub %[[EXP]], %[[ONE]] : f32
|
| /llvm-project-15.0.7/llvm/unittests/Analysis/ |
| H A D | TFUtilsTest.cpp | 137 #define PROTO_CHECKER(FNAME, TYPE, INDEX, EXP) \ argument 146 EXPECT_EQ(V.at(I), EXP[I]); \
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstSimplify/ConstProp/ |
| H A D | calls-math-finite.ll | 114 %EXP = call fast double @__exp_finite(double 3.000000e+00) 115 store double %EXP, ptr %slot
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | arc-linetable.m | 3 // Legend: EXP = Return expression, RET = ret instruction
|
| /llvm-project-15.0.7/lld/test/MachO/ |
| H A D | export-options.s | 150 # RUN: llvm-nm -g %t/exp-autohide.dylib | FileCheck %s --check-prefix=EXP-AUTOHIDE
|