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

References

lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 7838   const TargetLowering &TLI = DAG.getTargetLoweringInfo();
 7852     OpInfo.CallOperand = DAG.getConstantPool(
 7853         cast<Constant>(OpVal), TLI.getPointerTy(DAG.getDataLayout()));
 7859   auto &DL = DAG.getDataLayout();
 7862   MachineFunction &MF = DAG.getMachineFunction();
 7864   SDValue StackSlot = DAG.getFrameIndex(SSFI, TLI.getFrameIndexTy(DL));
 7865   Chain = DAG.getTruncStore(Chain, Location, OpInfo.CallOperand, StackSlot,