Searched full:pfetch (Results 1 - 13 of 13) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| H A D | X86InsertPrefetch.cpp | 213 MachineInstr *PFetch = in runOnMachineFunction() local 215 MachineInstrBuilder MIB(MF, PFetch); in runOnMachineFunction() 243 MBB.insert(Current, PFetch); in runOnMachineFunction()
|
| /kernel/linux/linux-6.6/tools/perf/util/ |
| H A D | bpf-filter.l | 110 pfetch { return constant(PERF_MEM_OP_PFETCH); }
|
| H A D | mem-events.c | 338 l = scnprintf(out, sz, "PFETCH"); in perf_mem__op_scnprintf()
|
| /third_party/mesa3d/docs/relnotes/ |
| H A D | 10.5.7.rst | 57 - nv50/ir: avoid messing up arg1 of PFETCH
|
| H A D | 10.5.5.rst | 59 - nvc0/ir: fix predicated PFETCH emission
|
| H A D | 10.3.1.rst | 81 - gm107/ir: take relative pfetch offset into account
|
| H A D | 20.2.0.rst | 955 - nvir/gm107: replace SHR+AND+AND with PRMT+PRMT in PFETCH lowering
|
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir_target.cpp | 45 1, 1, 1, 2, 1, 2, // VFETCH, PFETCH, AFETCH, EXPORT, LINTERP, PINTERP 104 // VFETCH, PFETCH, AFETCH, EXPORT
|
| H A D | nv50_ir_print.cpp | 141 "pfetch",
|
| H A D | nv50_ir_lowering_nv50.cpp | 440 // PFETCH can always write to $a in handleAddrDef() 2152 // NOTE: PFETCH directly to an $aX only works with direct addressing in handlePFETCH()
|
| H A D | nv50_ir_peephole.cpp | 268 if (i->op == OP_PFETCH) // pfetch expects arg1 to be a reg in visit() 721 // The two arguments to pfetch are logically added together. Normally in expr() 776 // Leave PFETCH alone... we just folded its 2 args into 1. in expr()
|
| /kernel/linux/linux-6.6/tools/perf/Documentation/ |
| H A D | perf-record.txt | 210 na, load, store, pfetch, exec (for mem_op)
|
| /third_party/sqlite/src/ |
| H A D | sqlite3.c | 194565 sqlite3_stmt *pFetch = 0; /* Statement used to fetch segdir */ global() local [all...] |
Completed in 191 milliseconds