| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | TripleTest.cpp | 819 EXPECT_EQ("unknown", Triple::normalize("")); in TEST() 824 Triple::normalize("----")); in TEST() 826 EXPECT_EQ("a", Triple::normalize("a")); in TEST() 827 EXPECT_EQ("a-b", Triple::normalize("a-b")); in TEST() 828 EXPECT_EQ("a-b-c", Triple::normalize("a-b-c")); in TEST() 836 EXPECT_EQ("a-pc-c", Triple::normalize("a-pc-c")); in TEST() 838 EXPECT_EQ("a-pc-b", Triple::normalize("a-b-pc")); in TEST() 850 EXPECT_EQ("i386", Triple::normalize("i386")); in TEST() 851 EXPECT_EQ("unknown-pc", Triple::normalize("pc")); in TEST() 1812 Triple::normalize("i686-win32-macho")); in TEST() [all …]
|
| /llvm-project-15.0.7/libc/src/__support/FPUtil/generic/ |
| H A D | sqrt.h | 37 static inline void normalize(int &exponent, 47 inline void normalize<long double>(int &exponent, uint64_t &mantissa) { 48 normalize<double>(exponent, mantissa); 52 inline void normalize<long double>(int &exponent, UInt128 &mantissa) { 103 internal::normalize<T>(x_exp, x_mant);
|
| H A D | sqrt_80_bit_long_double.h | 22 inline void normalize(int &exponent, UInt128 &mantissa) { in normalize() function 68 normalize(x_exp, x_mant); in sqrt()
|
| /llvm-project-15.0.7/libclc/generic/lib/geometric/ |
| H A D | normalize.cl | 25 _CLC_OVERLOAD _CLC_DEF float normalize(float p) { 29 _CLC_OVERLOAD _CLC_DEF float2 normalize(float2 p) { 49 _CLC_OVERLOAD _CLC_DEF float3 normalize(float3 p) { 69 _CLC_OVERLOAD _CLC_DEF float4 normalize(float4 p) { 93 _CLC_OVERLOAD _CLC_DEF double normalize(double p) { 97 _CLC_OVERLOAD _CLC_DEF double2 normalize(double2 p) { 117 _CLC_OVERLOAD _CLC_DEF double3 normalize(double3 p) { 137 _CLC_OVERLOAD _CLC_DEF double4 normalize(double4 p) {
|
| /llvm-project-15.0.7/libc/src/__support/FPUtil/ |
| H A D | XFloat.h | 70 normalize(); in mul() 85 normalize(); in drop_int() 128 result.normalize(); in mul() 133 normalize(); 164 void normalize() { in normalize() function
|
| /llvm-project-15.0.7/clang/test/AST/ |
| H A D | gen_ast_dump_json_test.py | 15 def normalize(dict_var): function 18 normalize(v) 22 normalize(e) 174 normalize(j) 180 normalize(j)
|
| /llvm-project-15.0.7/llvm/unittests/MIR/ |
| H A D | MachineMetadata.cpp | 205 auto TM = createTargetMachine(Triple::normalize("aarch64--"), "", ""); in TEST_F() 295 auto TM = createTargetMachine(Triple::normalize("x86_64--"), "", ""); in TEST_F() 354 auto TM = createTargetMachine(Triple::normalize("x86_64--"), "", ""); in TEST_F() 445 auto TM = createTargetMachine(Triple::normalize("amdgcn-amd-amdhsa"), in TEST_F() 544 auto TM = createTargetMachine(Triple::normalize("powerpc64--"), "", ""); in TEST_F() 575 auto TM = createTargetMachine(Triple::normalize("powerpc64--"), "", ""); in TEST_F()
|
| /llvm-project-15.0.7/llvm/test/Transforms/MergeFunc/ |
| H A D | external-before-local.ll | 3 ; We should normalize to test2 rather than test1, 31 ; We should normalize to the existing test6 rather than
|
| /llvm-project-15.0.7/llvm/tools/llvm-mc-assemble-fuzzer/ |
| H A D | llvm-mc-assemble-fuzzer.cpp | 138 Triple TheTriple(Triple::normalize(TripleName)); in AssembleOneInput() 155 errs() << "error: this target '" << TheTriple.normalize() in AssembleOneInput() 190 << TheTriple.normalize() << "' with assembly variant " in AssembleOneInput()
|
| /llvm-project-15.0.7/llvm/tools/llvm-isel-fuzzer/ |
| H A D | llvm-isel-fuzzer.cpp | 94 M->setTargetTriple(TM->getTargetTriple().normalize()); in LLVMFuzzerTestOneInput() 132 Triple TheTriple = Triple(Triple::normalize(TargetTriple)); in LLVMFuzzerInitialize()
|
| /llvm-project-15.0.7/libclc/generic/include/clc/geometric/ |
| H A D | normalize.h | 1 #define __CLC_BODY <clc/geometric/normalize.inc>
|
| H A D | normalize.inc | 1 _CLC_OVERLOAD _CLC_DECL __CLC_FLOATN normalize(__CLC_FLOATN p);
|
| /llvm-project-15.0.7/compiler-rt/lib/builtins/ |
| H A D | fp_mul_impl.inc | 68 scale += normalize(&aSignificand); 70 scale += normalize(&bSignificand); 74 // denormal path it was already set by normalize( ), but setting it twice
|
| H A D | fp_add_impl.inc | 75 aExponent = normalize(&aSignificand); 77 bExponent = normalize(&bSignificand); 87 // was already set by normalize( ), but setting it twice won't hurt
|
| H A D | fp_lib.h | 241 static __inline int normalize(rep_t *significand) { in normalize() function 297 const int shift = 1 - normalize(&rep); in __compiler_rt_logbX() 315 exp += normalize(&sig); in __compiler_rt_scalbnX()
|
| /llvm-project-15.0.7/libc/benchmarks/automemcpy/lib/ |
| H A D | ResultAnalyzer.cpp | 146 double normalize(double Value) const { return (Value - Min) / (Max - Min); } in fillScores() function 167 ThroughputMinMax[K].normalize(Throughput); in fillScores()
|
| /llvm-project-15.0.7/flang/unittests/Frontend/ |
| H A D | FrontendActionTest.cpp | 179 llvm::Triple::normalize(llvm::sys::getDefaultTargetTriple()); in TEST_F() 209 llvm::Triple::normalize(llvm::sys::getDefaultTargetTriple()); in TEST_F()
|
| /llvm-project-15.0.7/clang/lib/Driver/ToolChains/ |
| H A D | HIPUtility.cpp | 36 : T.normalize(); in normalizeForBundler() 165 ArgStringList McArgs{"-triple", Args.MakeArgString(HostTriple.normalize()), in constructGenerateObjFileFromHIPFatBinary()
|
| /llvm-project-15.0.7/clang/lib/Basic/ |
| H A D | DarwinSDKInfo.cpp | 24 auto KV = Mapping.find(Key.normalize()); in map() 49 Mapping[KeyVersion.normalize()] = ValueVersion; in parseJSON()
|
| /llvm-project-15.0.7/llvm/tools/llvm-opt-fuzzer/ |
| H A D | llvm-opt-fuzzer.cpp | 131 M->setTargetTriple(TM->getTargetTriple().normalize()); in LLVMFuzzerTestOneInput() 218 Triple TargetTriple = Triple(Triple::normalize(TargetTripleStr)); in LLVMFuzzerInitialize()
|
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/ |
| H A D | DwarfUtils.cpp | 30 Triple T(Triple::normalize(sys::getDefaultTargetTriple())); in getNormalizedDefaultTargetTriple()
|
| /llvm-project-15.0.7/llvm/unittests/ExecutionEngine/MCJIT/ |
| H A D | MCJITTestAPICommon.h | 54 HostTriple = Triple::normalize(HostTriple); in MCJITTestAPICommon()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | CalcSpillWeights.h | 100 virtual float normalize(float UseDefFreq, unsigned Size, in normalize() function
|
| /llvm-project-15.0.7/llvm/test/ExecutionEngine/MCJIT/ |
| H A D | lit.local.cfg | 9 # FIXME: autoconf and cmake produce different arch names. We should normalize
|
| /llvm-project-15.0.7/llvm/tools/llvm-mca/ |
| H A D | llvm-mca.cpp | 238 TripleName = Triple::normalize(sys::getDefaultTargetTriple()); in getTarget() 368 << " target triple '" << TheTriple.normalize() << "' and cpu '" << MCPU in main() 421 << TheTriple.normalize() << "' with assembly variant " in main() 466 << TheTriple.normalize() << "' with assembly variant " in main()
|