Searched refs:isNode (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ScheduleDAG.h | 312 bool isNode : 1; ///< True if the representative is an SDNode variable 329 isDepthCurrent(false), isHeightCurrent(false), isNode(true), in SUnit() 341 isDepthCurrent(false), isHeightCurrent(false), isNode(false), in SUnit() 352 isHeightCurrent(false), isNode(false), isInst(false), in SUnit() 369 isNode = true; in setNode() 375 assert(!isInst && (isNode || !Instr) && in getNode() 387 assert(!isNode && "Setting MachineInstr of SUnit with SDNode!"); in setInstr() 395 assert(!isNode && (isInst || !Node) && in getInstr()
|
| /freebsd/contrib/libxo/xohtml/external/ |
| H A D | jquery.js | 1711 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 ) {
|