reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/FastISel.cpp
 1332   switch (II->getIntrinsicID()) {
 1346     const DbgDeclareInst *DI = cast<DbgDeclareInst>(II);
 1406     const DbgValueInst *DI = cast<DbgValueInst>(II);
 1448     const DbgLabelInst *DI = cast<DbgLabelInst>(II);
 1468     unsigned ResultReg = getRegForValue(II->getArgOperand(0));
 1471     updateValueMap(II, ResultReg);
 1475     return selectStackmap(II);
 1478     return selectPatchpoint(II);
 1481     return selectXRayCustomEvent(II);
 1483     return selectXRayTypedEvent(II);
 1486   return fastLowerIntrinsicCall(II);