reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3430 const SDNodeInfo &OpInfo = CDP.getSDNodeInfo(N->getOperator()); 3443 const ComplexPattern &CP = CDP.getComplexPattern(LeafRec); 3457 if (N->NodeHasProperty(SDNPMayStore, CDP)) mayStore = true; 3458 if (N->NodeHasProperty(SDNPMayLoad, CDP)) mayLoad = true; 3459 if (N->NodeHasProperty(SDNPSideEffect, CDP)) hasSideEffects = true; 3460 if (N->NodeHasProperty(SDNPVariadic, CDP)) isVariadic = true; 3461 if (N->NodeHasProperty(SDNPHasChain, CDP)) hasChain = true; 3463 if (const CodeGenIntrinsic *IntInfo = N->getIntrinsicInfo(CDP)) {