Searched refs:elemtype (Results 1 – 3 of 3) sorted by relevance
827 enum htmltag elemtype; in mdoc_bl_pre() local844 elemtype = TAG_UL; in mdoc_bl_pre()849 elemtype = TAG_UL; in mdoc_bl_pre()853 elemtype = TAG_UL; in mdoc_bl_pre()857 elemtype = TAG_OL; in mdoc_bl_pre()861 elemtype = TAG_DL; in mdoc_bl_pre()865 elemtype = TAG_DL; in mdoc_bl_pre()869 elemtype = TAG_DL; in mdoc_bl_pre()873 elemtype = TAG_DL; in mdoc_bl_pre()883 elemtype = TAG_TABLE; in mdoc_bl_pre()[all …]
379 EVT elemtype = vtparts[i]; in printReturnValStr() local382 elemtype = vtparts[i].getVectorElementType(); in printReturnValStr()386 unsigned sz = elemtype.getSizeInBits(); in printReturnValStr()387 if (elemtype.isInteger() && (sz < 32)) in printReturnValStr()1579 EVT elemtype = vtparts[i]; in emitFunctionParamList() local1582 elemtype = vtparts[i].getVectorElementType(); in emitFunctionParamList()1586 unsigned sz = elemtype.getSizeInBits(); in emitFunctionParamList()1587 if (elemtype.isInteger() && (sz < 32)) in emitFunctionParamList()
1590 EVT elemtype = VTs[j]; in LowerCall() local1596 SDValue theVal = DAG.getLoad(elemtype, dl, tempChain, srcAddr, in LowerCall()1598 if (elemtype.getSizeInBits() < 16) { in LowerCall()1607 NVPTXISD::StoreParam, dl, CopyParamVTs, CopyParamOps, elemtype, in LowerCall()