/llvm-project/llvm/test/CodeGen/RISCV/ |
H A D | inline-asm-zfh-constraint-f.ll | 11 @gh = external global half 16 ; RV32ZFH-NEXT: lui a0, %hi(gh) 17 ; RV32ZFH-NEXT: flh fa5, %lo(gh)(a0) 25 ; RV64ZFH-NEXT: lui a0, %hi(gh) 26 ; RV64ZFH-NEXT: flh fa5, %lo(gh)(a0) 34 ; RV32DZFH-NEXT: lui a0, %hi(gh) 35 ; RV32DZFH-NEXT: flh fa5, %lo(gh)(a0) 43 ; RV64DZFH-NEXT: lui a0, %hi(gh) 44 ; RV64DZFH-NEXT: flh fa5, %lo(gh)(a0) 49 %1 = load half, ptr @gh [all...] |
/llvm-project/libclc/generic/lib/math/ |
H A D | clc_powr.cl | 51 // Calculate final log answer as gh and gt, 52 // gh = l & higher-half bits 53 // gt = (((ltt - (lt - lth)) + ((lh - l) + lt)) + (l - gh)) 59 // vs = ((yt*gt + yt*gh) + yh*gt) 60 // v = vs + yh*gh 61 // vt = ((yh*gh - v) + vs) 140 float gh = as_float(as_int(l) & 0xfffff000); 141 float gt = ((ltt - (lt - lth)) + ((lh - l) + lt)) + (l - gh); 147 float ylogx_s = __clc_mad(gt, yh, __clc_mad(gh, yt, yt * gt)); 148 float ylogx = __clc_mad(yh, gh, ylogx_ [all...] |
H A D | clc_rootn.cl | 51 // Calculate final log answer as gh and gt, 52 // gh = l & higher-half bits 53 // gt = (((ltt - (lt - lth)) + ((lh - l) + lt)) + (l - gh)) 59 // vs = ((yt*gt + yt*gh) + yh*gt) 60 // v = vs + yh*gh 61 // vt = ((yh*gh - v) + vs) 142 float gh = as_float(as_int(l) & 0xfffff000); 143 float gt = ((ltt - (lt - lth)) + ((lh - l) + lt)) + (l - gh); 152 float ylogx_s = __clc_mad(gt, yh, __clc_mad(gh, yt, yt * gt)); 153 float ylogx = __clc_mad(yh, gh, ylogx_ [all...] |
H A D | clc_pown.cl | 51 // Calculate final log answer as gh and gt, 52 // gh = l & higher-half bits 53 // gt = (((ltt - (lt - lth)) + ((lh - l) + lt)) + (l - gh)) 59 // vs = ((yt*gt + yt*gh) + yh*gt) 60 // v = vs + yh*gh 61 // vt = ((yh*gh - v) + vs) 142 float gh = as_float(as_int(l) & 0xfffff000); 143 float gt = ((ltt - (lt - lth)) + ((lh - l) + lt)) + (l - gh); 149 float ylogx_s = __clc_mad(gt, yh, __clc_mad(gh, yt, yt * gt)); 150 float ylogx = __clc_mad(yh, gh, ylogx_ [all...] |
H A D | clc_pow.cl | 52 Calculate final log answer as gh and gt, 53 gh = l & higher-half bits 54 gt = (((ltt - (lt - lth)) + ((lh - l) + lt)) + (l - gh)) 60 vs = ((yt*gt + yt*gh) + yh*gt) 61 v = vs + yh*gh 62 vt = ((yh*gh - v) + vs) 144 float gh = as_float(as_int(l) & 0xfffff000); 145 float gt = ((ltt - (lt - lth)) + ((lh - l) + lt)) + (l - gh); 151 float ylogx_s = __clc_mad(gt, yh, __clc_mad(gh, yt, yt * gt)); 152 float ylogx = __clc_mad(yh, gh, ylogx_ [all...] |
/llvm-project/clang/test/CoverageMapping/ |
H A D | if.cpp | 26 // GH-57377 37 // GH-57377 46 // GH-57377 57 // GH-57377 66 // GH-57377 80 // GH-57377 92 // GH-57377 104 // GH-57377 168 // GH-45481 in main() 188 // GH [all...] |
/llvm-project/llvm/test/tools/llvm-profgen/ |
H A D | coff-profile.test | 16 CHECK-NEXT: 4: ?work1@?$MyClass@GH@MyNameSpace1@@QEAAXQEAGH@Z:3193 17 CHECK-NEXT: 0: ?work@?$MyClass@GH@MyNameSpace1@@AEAAXQEAGHH@Z:3193 23 CHECK-NEXT: 5: ?work2@?$MyClass@GH@MyNameSpace1@@QEAAXQEAGH@Z:28644 24 CHECK-NEXT: 0: ?work@?$MyClass@GH@MyNameSpace1@@AEAAXQEAGHH@Z:28644
|
/llvm-project/llvm/docs/ |
H A D | GitHub.rst | 61 tools and the GitHub CLI. The GitHub CLI (`gh`) will be most like the `arc` workflow and 87 gh pr create 181 gh pr merge --squash --delete-branch 208 gh pr merge --squash --delete-branch 259 gh pr checkout <PR Number> 273 gh repo clone llvm/llvm-project 292 # If you don't have a fork, gh will create one for you. 293 gh pr create 333 gh pr merge --squash --delete-branch
|
/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypeHashing.cpp | 33 void ScalarTraits<GlobalHash>::output(const GlobalHash &GH, void *Ctx, in mapping() 35 ScalarTraits<BinaryRef>::output(GH.Hash, Ctx, OS); in output() argument 39 GlobalHash &GH) { 40 return ScalarTraits<BinaryRef>::input(Scalar, Ctx, GH.Hash); in input() 41 input(StringRef Scalar,void * Ctx,GlobalHash & GH) input() argument
|
/llvm-project/libc/benchmarks/automemcpy/lib/ |
H A D | ResultAnalyzerMain.cpp |
|
/llvm-project/clang/unittests/Analysis/ |
H A D | MacroExpansionContextTest.cpp | 132 A b cd EMPTY ef EMPTY gh in TEST_F() 136 // A b cd ef gh in TEST_F() 172 A b cd EMPTY ef EMPTY gh in TEST_F() 176 // A b cd ef gh in TEST_F() 193 A b cd WOOF ef EMPTY gh in TEST_F() 196 // A b cd ) 1 ef gh in TEST_F() 208 A b cd WOOF($$ ef) EMPTY gh in TEST_F() 213 // A b cd $$ ef( ) ) ) 1 gh in TEST_F()
|
/llvm-project/llvm/utils/release/ |
H A D | github-upload-release.py | 87 gh = github.Github(args.token) variable 88 llvm_org = gh.get_organization("llvm") 96 user = gh.get_user(args.user)
|
/llvm-project/.github/workflows/ |
H A D | release-lit.yml | 69 uses: pypa/gh-action-pypi-publish@release/v1 76 uses: pypa/gh-action-pypi-publish@release/v1
|
/llvm-project/llvm/test/CodeGen/RISCV/rvv/ |
H A D | fixed-vectors-shuffle-concat.ll | 83 %gh = shufflevector <1 x i32> %g, <1 x i32> %h, <2 x i32> <i32 0, i32 1> 84 %efgh = shufflevector <2 x i32> %ef, <2 x i32> %gh, <4 x i32> <i32 0, i32 1, i32 2, i32 3> 158 %gh = shufflevector <2 x i32> %g, <2 x i32> %h, <4 x i32> <i32 0, i32 1, i32 2, i32 3> 159 %efgh = shufflevector <4 x i32> %ef, <4 x i32> %gh, <8 x i32> <i32 0, i32 1, i32 2, i32 3, i32 4, i32 5, i32 6, i32 7> 234 %gh = shufflevector <4 x i32> %g, <4 x i32> %h, <8 x i32> <i32 0, i32 1, i32 2, i32 3, i32 4, i32 5, i32 6, i32 7> 235 %efgh = shufflevector <8 x i32> %ef, <8 x i32> %gh, <16 x i32> <i32 0, i32 1, i32 2, i32 3, i32 4, i32 5, i32 6, i32 7, i32 8, i32 9, i32 10, i32 11, i32 12, i32 13, i32 14, i32 15>
|
/llvm-project/llvm/test/Feature/ |
H A D | vector-cast-constant-exprs.ll | 26 define <2 x i32> @gh() { 27 ; CHECK-LABEL: define <2 x i32> @gh() {
|
/llvm-project/llvm/test/CodeGen/X86/ |
H A D | MachineSink-DbgValue.ll | 18 %gh = add nsw i32 %ab, 2, !dbg !16 22 %.0 = phi i32 [ %gh, %bb1 ], [ 0, %0 ]
|
/llvm-project/llvm/test/Bitcode/ |
H A D | use-list-order.ll | 111 %gh = mul i32 %g, %h 112 %gotosecond = icmp slt i32 %gh, -9
|
/llvm-project/llvm/test/tools/llvm-ml/ |
H A D | struct.asm | 49 t2 FOOBAR <"gh",,<10,11>,<12>,'ijk'> 53 ; BYTE "gh", padded with " ", plus alignment padding
|
/llvm-project/clang/docs/ |
H A D | ghlinks.py | 10 regex = re.compile("#GH([0-9]+)")
|
/llvm-project/llvm/test/DebugInfo/MIR/X86/ |
H A D | sink-leaves-undef.mir | 19 %gh = add nsw i32 %ab, 2, !dbg !18 23 %.0 = phi i32 [ %gh, %bb1 ], [ 0, %0 ]
|
/llvm-project/clang/test/Preprocessor/ |
H A D | Weverything_pragma.c | 25 (void) 'gh'; // expected-warning {{multi-character character constant}} in foo()
|
/llvm-project/flang/unittests/Runtime/ |
H A D | ArrayConstructor.cpp | 86 // X(4) = ["ab", "cd", "ef", "gh"] in TEST() 89 std::vector<std::string>{"ab", "cd", "ef", "gh"}, 2)}; in TEST()
|
/llvm-project/clang/test/Driver/ |
H A D | plugin-driver-args.cpp | 25 // when only using the assembler. See GH #88173.
|
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.zip/ |
H A D | general.pass.cpp | 36 std::array a{"abc"s, "def"s, "gh"s}; in main()
|
/llvm-project/clang/test/Parser/ |
H A D | cxx-attributes.cpp | 3 // GH#58229 - rejects-valid
|