Home
last modified time | relevance | path

Searched refs:normalize (Results 1 – 25 of 112) sorted by relevance

12345

/llvm-project-15.0.7/llvm/unittests/ADT/
H A DTripleTest.cpp819 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 Dsqrt.h37 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 Dsqrt_80_bit_long_double.h22 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 Dnormalize.cl25 _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 DXFloat.h70 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 Dgen_ast_dump_json_test.py15 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 DMachineMetadata.cpp205 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 Dexternal-before-local.ll3 ; 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 Dllvm-mc-assemble-fuzzer.cpp138 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 Dllvm-isel-fuzzer.cpp94 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 Dnormalize.h1 #define __CLC_BODY <clc/geometric/normalize.inc>
H A Dnormalize.inc1 _CLC_OVERLOAD _CLC_DECL __CLC_FLOATN normalize(__CLC_FLOATN p);
/llvm-project-15.0.7/compiler-rt/lib/builtins/
H A Dfp_mul_impl.inc68 scale += normalize(&aSignificand);
70 scale += normalize(&bSignificand);
74 // denormal path it was already set by normalize( ), but setting it twice
H A Dfp_add_impl.inc75 aExponent = normalize(&aSignificand);
77 bExponent = normalize(&bSignificand);
87 // was already set by normalize( ), but setting it twice won't hurt
H A Dfp_lib.h241 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 DResultAnalyzer.cpp146 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 DFrontendActionTest.cpp179 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 DHIPUtility.cpp36 : T.normalize(); in normalizeForBundler()
165 ArgStringList McArgs{"-triple", Args.MakeArgString(HostTriple.normalize()), in constructGenerateObjFileFromHIPFatBinary()
/llvm-project-15.0.7/clang/lib/Basic/
H A DDarwinSDKInfo.cpp24 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 Dllvm-opt-fuzzer.cpp131 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 DDwarfUtils.cpp30 Triple T(Triple::normalize(sys::getDefaultTargetTriple())); in getNormalizedDefaultTargetTriple()
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITTestAPICommon.h54 HostTriple = Triple::normalize(HostTriple); in MCJITTestAPICommon()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DCalcSpillWeights.h100 virtual float normalize(float UseDefFreq, unsigned Size, in normalize() function
/llvm-project-15.0.7/llvm/test/ExecutionEngine/MCJIT/
H A Dlit.local.cfg9 # FIXME: autoconf and cmake produce different arch names. We should normalize
/llvm-project-15.0.7/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp238 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()

12345