Searched refs:xInst (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | VOPDInstructions.td | 167 defvar xInst = !cast<VOP_Pseudo>(x); 187 defvar X_MADK_Pfl = !cast<VOP_MADK_Base>(xInst.Pfl); 188 defvar ins = !con(xInst.Pfl.InsVOPDXDeferred, yInst.Pfl.InsVOPDY); 190 def OpName : VOPD_MADK<outs, ins, asm, xInst, yInst, XasVC, YasVC, Gen>; 192 defvar asm = xAsmName #" "# xInst.Pfl.AsmVOPDX #" :: "# yAsmName #" "# yInst.Pfl.AsmVOPDY; 195 defvar ins = !con(xInst.Pfl.InsVOPDX, yInst.Pfl.InsVOPDYDeferred); 196 def OpName : VOPD_MADK<outs, ins, asm, xInst, yInst, XasVC, YasVC, Gen>; 199 defvar ins = !con(xInst.Pfl.InsVOPDXDeferred, yInst.Pfl.InsVOPDY); 200 def OpName : VOPD_MADK<outs, ins, asm, xInst, yInst, XasVC, YasVC, Gen>; 204 defvar ins = !con(xInst [all...] |
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.h | 13125 int (*xInst)(Fts5Context*, int iIdx, int *piPhrase, int *piCol, int *piOff); member
|
H A D | sqlite3.c | 13438 int (*xInst)(Fts5Context*, int iIdx, int *piPhrase, int *piCol, int *piOff); member 231747 int (*xInst)(Fts5Context*, int iIdx, int *piPhrase, int *piCol, int *piOff); 234524 rc = pIter->pApi->xInst(pIter->pFts, pIter->iInst, &ip, &ic, &io); 234840 rc = pApi->xInst(pFts, i, &ip, &ic, &iOff); 234944 rc = pApi->xInst(pFts, ii, &ip, &ic, &io); 235163 rc = pApi->xInst(pFts, i, &ip, &ic, &io);
|