Home
last modified time | relevance | path

Searched refs:Prefetch (Results 1 – 16 of 16) sorted by relevance

/external/llvm/test/MC/AArch64/
Darm64-optional-hash.s23 ; Prefetch and memory
/external/llvm/test/CodeGen/PowerPC/
Dppc64-icbt-pwr7.ll13 ; CHECK: Cannot select: 0x{{[0-9,a-f]+}}: ch = Prefetch
/external/clang/include/clang/Basic/
DBuiltinsAArch64.def53 // Prefetch
DBuiltinsARM.def84 // Prefetch
/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp251 struct PrefetchOp Prefetch; member
301 Prefetch = o.Prefetch; in AArch64Operand()
391 return Prefetch.Val; in getPrefetch()
396 return StringRef(Prefetch.Data, Prefetch.Length); in getPrefetchName()
1655 Op->Prefetch.Val = Val; in CreatePrefetch()
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_variance_impl_sse2.asm98 ; Prefetch data
/external/vixl/doc/
Dsupported-instructions.md912 Prefetch from pc + imm19 << 2.
919 Prefetch memory in the literal pool.
926 Prefetch memory.
934 Prefetch memory (with unscaled offset).
/external/vixl/src/vixl/a64/
Dmacro-assembler-a64.cc1602 Prefetch(op, MemOperand(addr.base(), temp)); in Prfm()
1605 Prefetch(op, addr); in Prfm()
Dassembler-a64.cc1856 Prefetch(op, address, option); in prfm()
1864 Prefetch(op, address, option); in prfum()
4942 void Assembler::Prefetch(PrefetchOperation op, in Prefetch() function in vixl::Assembler
Dassembler-a64.h4208 void Prefetch(PrefetchOperation op,
/external/libvpx/libvpx/vp8/common/x86/
Dvariance_impl_sse2.asm100 ; Prefetch data
/external/llvm/lib/Target/SystemZ/
DSystemZInstrFormats.td548 // Prefetch:
DSystemZInstrInfo.td1212 // Prefetch
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfoV4.td118 // Prefetch
/external/llvm/lib/Target/X86/
DX86InstrSSE.td3703 // SSE 1 & 2 - Prefetch and memory fence
3706 // Prefetch intrinsic.
/external/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td2310 let Name = "Prefetch";