Home
last modified time | relevance | path

Searched refs:relax (Results 1 – 25 of 106) sorted by relevance

12345

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/
Dconst6a.ll3 …float -relocation-model=pic -mips16-constant-islands < %s | FileCheck %s -check-prefix=load-relax
15 ; load-relax-NOT: lw ${{[0-9]+}}, $CPI0_0 # 16 bit inst
17 ; load-relax: jrc $ra
18 ; load-relax: .p2align 2
19 ; load-relax: $CPI0_0:
20 ; load-relax: .4byte 3735943886
21 ; load-relax: .end t
Dconst6.ll1 …float -relocation-model=pic -mips16-constant-islands < %s | FileCheck %s -check-prefix=load-relax
3 …-islands -mips-constant-islands-no-load-relaxation < %s | FileCheck %s -check-prefix=no-load-relax
19 ; load-relax: lw ${{[0-9]+}}, $CPI0_0
20 ; load-relax: jrc $ra
21 ; load-relax: .p2align 2
22 ; load-relax: $CPI0_0:
23 ; load-relax: .4byte 3735943886
24 ; load-relax: .end t
26 ; no-load-relax: lw ${{[0-9]+}}, $CPI0_1 # 16 bit inst
27 ; no-load-relax: jalrc ${{[0-9]+}}
[all …]
Dconst4a.ll1 …-islands -mips-constant-islands-no-load-relaxation < %s | FileCheck %s -check-prefix=no-load-relax
18 ; no-load-relax: lw ${{[0-9]+}}, $CPI0_1 # 16 bit inst
21 ; no-load-relax: beqz ${{[0-9]+}}, $BB0_3
22 ; no-load-relax: lw ${{[0-9]+}}, %call16(foo)(${{[0-9]+}})
23 ; no-load-relax: b $BB0_4
24 ; no-load-relax: .p2align 2
25 ; no-load-relax: $CPI0_1:
26 ; no-load-relax: .4byte 3735943886
27 ; no-load-relax: $BB0_3:
28 ; no-load-relax: lw ${{[0-9]+}}, %call16(goo)(${{[0-9]+}})
/external/llvm/test/CodeGen/Mips/
Dconst6a.ll3 …float -relocation-model=pic -mips16-constant-islands < %s | FileCheck %s -check-prefix=load-relax
15 ; load-relax-NOT: lw ${{[0-9]+}}, $CPI0_0 # 16 bit inst
17 ; load-relax: jrc $ra
18 ; load-relax: .p2align 2
19 ; load-relax: $CPI0_0:
20 ; load-relax: .4byte 3735943886
21 ; load-relax: .end t
Dconst6.ll1 …float -relocation-model=pic -mips16-constant-islands < %s | FileCheck %s -check-prefix=load-relax
3 …-islands -mips-constant-islands-no-load-relaxation < %s | FileCheck %s -check-prefix=no-load-relax
19 ; load-relax: lw ${{[0-9]+}}, $CPI0_0
20 ; load-relax: jrc $ra
21 ; load-relax: .p2align 2
22 ; load-relax: $CPI0_0:
23 ; load-relax: .4byte 3735943886
24 ; load-relax: .end t
26 ; no-load-relax: lw ${{[0-9]+}}, $CPI0_1 # 16 bit inst
27 ; no-load-relax: jalrc ${{[0-9]+}}
[all …]
Dconst4a.ll1 …-islands -mips-constant-islands-no-load-relaxation < %s | FileCheck %s -check-prefix=no-load-relax
18 ; no-load-relax: lw ${{[0-9]+}}, $CPI0_1 # 16 bit inst
21 ; no-load-relax: beqz ${{[0-9]+}}, $BB0_3
22 ; no-load-relax: lw ${{[0-9]+}}, %call16(foo)(${{[0-9]+}})
23 ; no-load-relax: b $BB0_4
24 ; no-load-relax: .p2align 2
25 ; no-load-relax: $CPI0_1:
26 ; no-load-relax: .4byte 3735943886
27 ; no-load-relax: $BB0_3:
28 ; no-load-relax: lw ${{[0-9]+}}, %call16(goo)(${{[0-9]+}})
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/RISCV/
Dlinker-relaxation.s1 # RUN: llvm-mc -filetype=obj -triple riscv32 -mattr=+relax < %s \
3 # RUN: llvm-mc -filetype=obj -triple riscv32 -mattr=-relax < %s \
5 # RUN: llvm-mc -triple riscv32 -mattr=+relax < %s -show-encoding \
7 # RUN: llvm-mc -filetype=obj -triple riscv64 -mattr=+relax < %s \
9 # RUN: llvm-mc -filetype=obj -triple riscv64 -mattr=-relax < %s \
11 # RUN: llvm-mc -triple riscv64 -mattr=+relax < %s -show-encoding \
Dfixups-expr.s1 # RUN: llvm-mc -filetype=obj -triple=riscv32 -mattr=+relax %s \
3 # RUN: llvm-mc -filetype=obj -triple=riscv32 -mattr=-relax %s \
6 # RUN: llvm-mc -filetype=obj -triple=riscv64 -mattr=+relax %s \
8 # RUN: llvm-mc -filetype=obj -triple=riscv64 -mattr=-relax %s \
Dhilo-constaddr-expr.s1 # RUN: not llvm-mc -filetype=obj -triple=riscv32 -mattr=+relax %s 2>&1 \
3 # RUN: llvm-mc -filetype=obj -triple=riscv32 -mattr=-relax %s 2>&1 \
5 # RUN: llvm-mc -filetype=obj -triple=riscv32 -mattr=-relax %s 2>&1 \
Drv64-relaxation.s3 # RUN: llvm-mc -filetype=obj -triple riscv64 -mattr=+c,+relax < %s \
5 # RUN: llvm-mc -filetype=obj -triple riscv64 -mattr=+c,+relax < %s \
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRRelaxMemOperations.cpp49 template <unsigned OP> bool relax(Block &MBB, BlockIt MBBI);
89 bool AVRRelaxMem::relax<AVR::STDWPtrQRr>(Block &MBB, BlockIt MBBI) { in relax() function in __anon5e3d77890111::AVRRelaxMem
131 return relax<Op>(MBB, MI) in runOnInstruction()
/external/u-boot/drivers/misc/
Dmxc_ocotp.c275 u32 relax, strobe_read, strobe_prog; in set_timing() local
280 relax = DIV_ROUND_UP(ipg_clk * BV_TIMING_RELAX_NS, 1000000000) - 1; in set_timing()
282 1000000000) + 2 * (relax + 1) - 1; in set_timing()
284 1000000) + 2 * (relax + 1) - 1; in set_timing()
287 BF(relax, TIMING_RELAX) | in set_timing()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCTargetOptionsCommandFlags.inc31 static cl::opt<bool> RelaxAll("mc-relax-all",
33 "relax all fixups in the emitted object file"));
/external/python/cpython2/Modules/_ctypes/libffi/
Dtexinfo.tex4 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
73 \let\+ = \relax
406 \dimen@=\dp#1\relax \unvbox#1\relax
515 \def\flushcr{\ifx\par\lisppar \def\next##1{}\else \let\next=\relax \fi \next}
904 \let\centersub\relax % don't let the definition persist, just in case
996 \let\suppressfirstparagraphindent = \relax
1032 \let\refill=\relax
1095 % can be set). So we test for \relax and 0 as well as being undefined.
1098 \ifx\pdfoutput\relax
1259 \def\expnumber#1{\expandafter\ifx\csname#1\endcsname\relax 0%
[all …]
/external/libffi/
Dtexinfo.tex4 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
73 \let\+ = \relax
406 \dimen@=\dp#1\relax \unvbox#1\relax
515 \def\flushcr{\ifx\par\lisppar \def\next##1{}\else \let\next=\relax \fi \next}
904 \let\centersub\relax % don't let the definition persist, just in case
996 \let\suppressfirstparagraphindent = \relax
1032 \let\refill=\relax
1095 % can be set). So we test for \relax and 0 as well as being undefined.
1098 \ifx\pdfoutput\relax
1259 \def\expnumber#1{\expandafter\ifx\csname#1\endcsname\relax 0%
[all …]
/external/u-boot/arch/nds32/
Dconfig.mk22 LDFLAGS_u-boot = --gc-sections --relax -pie
/external/llvm/test/MC/X86/AlignedBundling/
Dbundle-group-too-large-error.s2 # RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu -mc-relax-all %s -o - 2>&1 | FileCheck…
Drelax-at-bundle-end.s3 # RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu -mc-relax-all %s -o - \
Drodata-section.s3 # RUN: llvm-mc -triple=i686-nacl -filetype=obj -mc-relax-all %s -o - \
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/AlignedBundling/
Dbundle-group-too-large-error.s2 # RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu -mc-relax-all %s -o - 2>&1 | FileCheck…
Dbundle-subtarget-change-error.s2 # RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu -mcpu=pentiumpro -mc-relax-all %s -o -…
Drelax-at-bundle-end.s3 # RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu -mc-relax-all %s -o - \
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dtailjmp_gotpcrel_relax_relocation.ll1 ; RUN: llc -filetype=obj -relax-elf-relocations=true -mtriple=x86_64-linux-gnu -o - %s | llvm-objd…
/external/eigen/Eigen/src/SparseLU/
DSparseLU_Structs.h98 Index relax; // To control degree of relaxing supernodes. If the number of nodes (columns) member
/external/nos/test/system-test-harness/scripts/
DREADME4 * relax file system restrictions

12345