Home
last modified time | relevance | path

Searched refs:ip0 (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/flang/test/Semantics/
Dnull01.f9029 integer, pointer :: ip0 component
45 integer, pointer :: ip0, ip1(:), ip2(:,:) local
48 integer, parameter :: ip0r = rank(null(mold=ip0))
53 ip0 => null() ! ok
57 ip0 => null(mold=1)
59 ip0 => null(mold=j)
61 dt0x = dt0(ip0=null())
62 dt0x = dt0(ip0=null(ip0))
63 dt0x = dt0(ip0=null(mold=ip0))
66 dt0x = dt0(ip0=null(mold=rp0))
/external/zstd/lib/compress/
Dzstd_fast.c60 const BYTE* ip0 = istart; in ZSTD_compressBlock_fast_generic() local
73 ip0 += (ip0 == prefixStart); in ZSTD_compressBlock_fast_generic()
74 ip1 = ip0 + 1; in ZSTD_compressBlock_fast_generic()
75 { U32 const curr = (U32)(ip0 - base); in ZSTD_compressBlock_fast_generic()
92 BYTE const* ip2 = ip0 + 2; in ZSTD_compressBlock_fast_generic()
93 size_t const h0 = ZSTD_hashPtr(ip0, hlog, mls); in ZSTD_compressBlock_fast_generic()
94 U32 const val0 = MEM_read32(ip0); in ZSTD_compressBlock_fast_generic()
97 U32 const current0 = (U32)(ip0-base); in ZSTD_compressBlock_fast_generic()
107 PREFETCH_L1(ip0+256); in ZSTD_compressBlock_fast_generic()
113 assert(ip0 + 1 == ip1); in ZSTD_compressBlock_fast_generic()
[all …]
/external/llvm-project/llvm/test/CodeGen/X86/
Dextractelement-legalization-store-ordering.ll39 %ip0 = shl nsw i32 %i, 2
40 %ip1 = or i32 %ip0, 1
41 %ip2 = or i32 %ip0, 2
42 %ip3 = or i32 %ip0, 3
43 %vecext = extractelement <4 x i32> %am, i32 %ip0
47 %arrayidx8 = getelementptr inbounds i32, i32* %x, i32 %ip0
/external/llvm/test/CodeGen/X86/
Dextractelement-legalization-store-ordering.ll38 %ip0 = shl nsw i32 %i, 2
39 %ip1 = or i32 %ip0, 1
40 %ip2 = or i32 %ip0, 2
41 %ip3 = or i32 %ip0, 3
42 %vecext = extractelement <4 x i32> %am, i32 %ip0
46 %arrayidx8 = getelementptr inbounds i32, i32* %x, i32 %ip0
/external/vixl/doc/aarch64/topics/
Dextending-the-disassembler.md41 custom disasm -0x8: add x10, ip0, ip1 // add/sub to x10
47 custom disasm 0x0: add x11, ip0, ip1
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
Dp1-11.cpp21 IP<0> ip0; // expected-error{{null non-type template argument must be cast to template parameter ty… variable
/external/llvm-project/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
Dp1-11.cpp21 IP<0> ip0; // expected-error{{null non-type template argument must be cast to template parameter ty… variable
/external/llvm-project/clang/test/FixIt/
Dfixit-c++11.cpp109 IP<0> ip0; // expected-error{{null non-type template argument must be cast to template parameter ty… variable
/external/clang/test/FixIt/
Dfixit-cxx0x.cpp107 IP<0> ip0; // expected-error{{null non-type template argument must be cast to template parameter ty… variable
/external/vixl/examples/aarch64/
Dcustom-disassembler.cc124 __ Add(x11, ip0, ip1); in GenerateCustomDisassemblerTestCode()
/external/vixl/src/aarch64/
Dregisters-aarch64.h829 const Register ip0 = x16; variable
Dmacro-assembler-aarch64.cc323 tmp_list_(ip0, ip1), in MacroAssembler()
346 tmp_list_(ip0, ip1), in MacroAssembler()
367 tmp_list_(ip0, ip1), in MacroAssembler()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Ddfa.cc967 Prog::Inst* ip0 = ip; in RunWorkqOnByte() local
970 i += ip - ip0; in RunWorkqOnByte()
/external/vixl/test/aarch64/
Dtest-assembler-fp-aarch64.cc1659 temps.Include(ip0, ip1); in TEST()
1758 temps.Include(ip0, ip1); in TEST()
Dtest-assembler-aarch64.cc13319 __ Push(ip0, lr); in TEST()
13321 __ Pop(lr, ip0); in TEST()