Lines Matching defs:Code
82 // frontend. It easy to induce this behavior with .ll code such as:
628 /// operand list. This adds the code marker, matching input operand index
780 /// operand list. This adds the code marker and includes the number of
782 void RegsForValue::AddInlineAsmOperands(unsigned Code, bool HasMatching,
788 Code, Regs.size());
1534 /// visitSwitchCase - Emits the necessary code to represent a single node in
1609 // Emit the code for the jump table
1621 /// visitJumpTableHeader - This function emits necessary code to produce index
1673 /// visitBitTestHeader - This function emits necessary code to produce value
1991 // code into the current block. Otherwise, push the CaseBlock onto the
2056 // Create a new basic block to hold the code for loading the address
2277 // Don't bother the code below, if there are too much unique destinations
4625 // Do not use getValue() in here; we don't want to generate code at
4638 // Do not call getValue(V) yet, as we don't want to generate code.
4850 ISD::CvtCode Code = ISD::CVT_INVALID;
4852 case Intrinsic::convertff: Code = ISD::CVT_FF; break;
4853 case Intrinsic::convertfsi: Code = ISD::CVT_FS; break;
4854 case Intrinsic::convertfui: Code = ISD::CVT_FU; break;
4855 case Intrinsic::convertsif: Code = ISD::CVT_SF; break;
4856 case Intrinsic::convertuif: Code = ISD::CVT_UF; break;
4857 case Intrinsic::convertss: Code = ISD::CVT_SS; break;
4858 case Intrinsic::convertsu: Code = ISD::CVT_SU; break;
4859 case Intrinsic::convertus: Code = ISD::CVT_US; break;
4860 case Intrinsic::convertuu: Code = ISD::CVT_UU; break;
4869 Code);
4976 // Emit code into the DAG to store the stack guard onto the stack.
5438 // bloat the code.
5625 // FIXME: code duplicated from TargetLowering::ParseConstraints().
5681 /// allocation. This produces generally horrible, but correct, code.
5933 // Compute the constraint code and ConstraintType to use.
6738 // FIXME: this should insert code into the DAG!
6742 /// Handle PHI nodes in successor blocks. Emit code into the SelectionDAG to