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

References

lib/Target/NVPTX/NVPTXISelLowering.cpp
 1477             DAG.getConstant(AllocSize, dl, MVT::i32), InFlag};
 1483         if ((VT.isInteger() || VT.isFloatingPoint()) && AllocSize < 4) {
 1487           AllocSize = 4;
 1491             DAG.getConstant(AllocSize * 8, dl, MVT::i32),