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

References

lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 7852     OpInfo.CallOperand = DAG.getConstantPool(
 7865   Chain = DAG.getTruncStore(Chain, Location, OpInfo.CallOperand, StackSlot,
 7868   OpInfo.CallOperand = StackSlot;
 7929           OpInfo.CallOperand =
 7930               DAG.getNode(ISD::BITCAST, DL, RegVT, OpInfo.CallOperand);
 7938           OpInfo.CallOperand =
 7939               DAG.getNode(ISD::BITCAST, DL, VT, OpInfo.CallOperand);
 8075         OpInfo.CallOperand = DAG.getTargetBlockAddress(BA, VT);
 8077         OpInfo.CallOperand = DAG.getBasicBlock(FuncInfo.MBBMap[BB]);
 8079         OpInfo.CallOperand = getValue(OpInfo.CallOperandVal);
 8113         OpInfo.CallOperand && !isa<ConstantSDNode>(OpInfo.CallOperand))
 8113         OpInfo.CallOperand && !isa<ConstantSDNode>(OpInfo.CallOperand))
 8148     TLI.ComputeConstraintToUse(OpInfo, OpInfo.CallOperand, &DAG);
 8217         AsmNodeOperands.push_back(OpInfo.CallOperand);
 8244       SDValue InOperandVal = OpInfo.CallOperand;