Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Info

967       DEBUG(dbgs() << "Dropping debug info for " << DI);
1164 // FIXME: better loc info would be nice.
1575 // Update successor info
1813 // Update successor info
1926 // Update successor info.
2085 // Update successor info. Add one edge to each unique successor.
3489 // Info is set by getTgtMemInstrinsic
3490 TargetLowering::IntrinsicInfo Info;
3491 bool IsTgtIntrinsic = TLI.getTgtMemIntrinsic(Info, I, Intrinsic);
3494 if (!IsTgtIntrinsic || Info.opc == ISD::INTRINSIC_VOID ||
3495 Info.opc == ISD::INTRINSIC_W_CHAIN)
3524 Result = DAG.getMemIntrinsicNode(Info.opc, getCurDebugLoc(),
3526 Info.memVT,
3527 MachinePointerInfo(Info.ptrVal, Info.offset),
3528 Info.align, Info.vol,
3529 Info.readMem, Info.writeMem);
4534 // Build an entry in DbgOrdering. Debug info input nodes get an SDNodeOrder
4537 // debug info exists.
4543 DEBUG(dbgs() << "Dropping debug info for " << DI);
4568 // virtual register info from the FuncInfo.ValueMap.
4577 DEBUG(dbgs() << "Dropping debug info for " << DI);
4583 // virtual register info from the FuncInfo.ValueMap.
4599 DEBUG(dbgs() << "Dropping debug info for " << DI);
4615 // Build an entry in DbgOrdering. Debug info input nodes get an SDNodeOrder
4618 // debug info exists.
4645 DEBUG(dbgs() << "Dropping debug info for " << DI);
4649 // Build a debug info table entry.
5592 explicit SDISelAsmOperandInfo(const TargetLowering::AsmOperandInfo &info)
5593 : TargetLowering::AsmOperandInfo(info), CallOperand(0,0) {
6361 // info is not there but there are cases it cannot get right.
6587 // this info is not there but there are cases it cannot get right.