Home
last modified time | relevance | path

Searched refs:hasInvariant (Results 1 – 7 of 7) sorted by relevance

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dmtype.h312 virtual bool hasInvariant();
458 bool hasInvariant();
790 bool hasInvariant();
828 bool hasInvariant();
H A Dsafe.d76 if (v.type.hasInvariant()) in checkUnsafeAccess()
H A Daggregate.h140 bool hasInvariant();
H A Daggregate.d752 final bool hasInvariant() in hasInvariant() function
H A Dmtype.d2382 bool hasInvariant() in hasInvariant() function
3692 override bool hasInvariant() in hasInvariant() function
3694 return next.hasInvariant(); in hasInvariant()
5911 override bool hasInvariant() in hasInvariant() function
5918 if (s.hasInvariant()) in hasInvariant()
5923 if (v.type.hasInvariant()) in hasInvariant()
6205 override bool hasInvariant() in hasInvariant() function
6207 return memType().hasInvariant(); in hasInvariant()
H A Ddsymbolsem.d845 (dsym.type.hasPointers() || dsym.type.hasInvariant())) // also computes type size in visit()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/
H A DCustomUnsafeOptPass.cpp3597 bool hasInvariant = false; member
3662 return (node && node->hasInvariant && isLeafNode(node)); in isInvariantLeaf()
3698 if (NI.root->hasInvariant || in updateMul()
3817 leaf->hasInvariant = loop->isLoopInvariant(src); in visitFMul()
3821 ret->hasInvariant = ret->left->hasInvariant | ret->right->hasInvariant; in visitFMul()
3870 if (node->hasInvariant) in combineNode()
3898 node->hasInvariant = false; in combineNode()
3911 node->hasInvariant = false; in combineNode()
3938 node->hasInvariant = false; in combineNode()
4173 if (root->hasInvariant) in hoistMulInLoop()