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

References

lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
  982   unsigned NumOps = N->getNumOperands();
  983   SDLoc dl(N);
  985     return TLI.makeLibCall(DAG, LC, N->getValueType(0), None, CallOptions,
  988     SDValue Op = N->getOperand(0);
  989     return TLI.makeLibCall(DAG, LC, N->getValueType(0), Op, CallOptions,
  992     SDValue Ops[2] = { N->getOperand(0), N->getOperand(1) };
  992     SDValue Ops[2] = { N->getOperand(0), N->getOperand(1) };
  993     return TLI.makeLibCall(DAG, LC, N->getValueType(0), Ops, CallOptions,
  998     Ops[i] = N->getOperand(i);
 1000   return TLI.makeLibCall(DAG, LC, N->getValueType(0), Ops, CallOptions, dl).first;