Home
last modified time | relevance | path

Searched refs:isNode (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h308 bool isNode : 1; ///< True if the representative is an SDNode variable
325 isDepthCurrent(false), isHeightCurrent(false), isNode(true), in SUnit()
337 isDepthCurrent(false), isHeightCurrent(false), isNode(false), in SUnit()
348 isHeightCurrent(false), isNode(false), isInst(false), in SUnit()
365 isNode = true; in setNode()
371 assert(!isInst && (isNode || !Instr) && in getNode()
383 assert(!isNode && "Setting MachineInstr of SUnit with SDNode!"); in setInstr()
391 assert(!isNode && (isInst || !Node) && in getInstr()
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.js1711 isNode = elem.nodeType,
1715 cache = isNode ? jQuery.cache : elem,
1719 id = isNode ? elem[ jQuery.expando ] : elem[ jQuery.expando ] && jQuery.expando,
1731 if ( isNode ) {
1743 if ( !isNode ) {
1811 isNode = elem.nodeType,
1814 cache = isNode ? jQuery.cache : elem,
1817 id = isNode ? elem[ jQuery.expando ] : jQuery.expando;
1882 if ( isNode ) {