Searched refs:TBL (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/bmake/mk/
H A Ddoc.mk17 TBL?= tbl macro
/freebsd-13-stable/usr.bin/column/
H A Dcolumn.c223 } TBL; typedef in typeref:struct:_tbl
229 TBL *t;
233 TBL *tbl;
237 if ((t = tbl = calloc(entries, sizeof(TBL))) == NULL)
/freebsd-13-stable/usr.bin/man/
H A Dman.sh372 local EQN NROFF PIC TBL TROFF REFER VGRIND
410 for tool in EQN NROFF PIC TBL TROFF REFER VGRIND; do
435 t) pipeline="$pipeline | $TBL" ;;
443 pipeline="$TBL"
1006 TBL=tbl
/freebsd-13-stable/share/mk/
H A Dbsd.doc.mk63 TBL?= tbl macro
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h258 TBL,
H A DAArch64ISelLowering.cpp1485 MAKE_CASE(AArch64ISD::TBL)
3213 return DAG.getNode(AArch64ISD::TBL, dl, Op.getValueType(),
7572 // Check to see if we can use the TBL instruction.
7927 SDValue TBL = DAG.getNode(AArch64ISD::TBL, DL, MVT::nxv2i64, V, ShuffleMask); local
7928 return DAG.getNode(ISD::BITCAST, DL, VT, TBL);
8818 // isTBLMask(M, VT) || // FIXME: Port TBL support from ARM.

Completed in 265 milliseconds