Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:Code

84 // frontend. It easy to induce this behavior with .ll code such as:
659 /// operand list. This adds the code marker, matching input operand index
815 /// operand list. This adds the code marker and includes the number of
817 void RegsForValue::AddInlineAsmOperands(unsigned Code, bool HasMatching,
823 unsigned Flag = InlineAsm::getFlagWord(Code, Regs.size());
1593 /// visitSwitchCase - Emits the necessary code to represent a single node in
1672 // Emit the code for the jump table
1684 /// visitJumpTableHeader - This function emits necessary code to produce index
1736 /// visitBitTestHeader - This function emits necessary code to produce value
2085 // code into the current block. Otherwise, push the CaseBlock onto the
2132 // It should not be possible for IntTSize to saturate for sane code, but make
2153 // Create a new basic block to hold the code for loading the address
2389 // Don't bother the code below, if there are too much unique destinations
4619 // Do not use getValue() in here; we don't want to generate code at
4632 // Do not call getValue(V) yet, as we don't want to generate code.
4832 ISD::CvtCode Code = ISD::CVT_INVALID;
4835 case Intrinsic::convertff: Code = ISD::CVT_FF; break;
4836 case Intrinsic::convertfsi: Code = ISD::CVT_FS; break;
4837 case Intrinsic::convertfui: Code = ISD::CVT_FU; break;
4838 case Intrinsic::convertsif: Code = ISD::CVT_SF; break;
4839 case Intrinsic::convertuif: Code = ISD::CVT_UF; break;
4840 case Intrinsic::convertss: Code = ISD::CVT_SS; break;
4841 case Intrinsic::convertsu: Code = ISD::CVT_SU; break;
4842 case Intrinsic::convertus: Code = ISD::CVT_US; break;
4843 case Intrinsic::convertuu: Code = ISD::CVT_UU; break;
4852 Code);
5000 // Emit code into the DAG to store the stack guard onto the stack.
5480 // bloat the code.
5688 // FIXME: code duplicated from TargetLowering::ParseConstraints().
5732 /// allocation. This produces generally horrible, but correct, code.
5954 // Compute the constraint code and ConstraintType to use.
6051 // Compute the constraint code and ConstraintType to use.
6794 // FIXME: this should insert code into the DAG!
6798 /// Handle PHI nodes in successor blocks. Emit code into the SelectionDAG to