Lines Matching defs:Select
212 // Select - Convert the specified operand from a target-independent to a
214 void Select(SDNode *N) override;
228 /// SelectCC - Select a comparison of the specified values with the
372 // Select an address into a single register.
1485 // Select a 64-bit constant.
2160 // result. Select this part of the result first.
2788 SDNode *Select(SDNode *N, bool LateMask, unsigned *InstCnt = nullptr) {
2834 SDNode *Select(SDNode *N) {
2850 return Select(N, false);
2862 SDNode *RN = Select(N, false, &InstCnt);
2866 SDNode *RNLM = Select(N, true, &InstCntLateMask);
2930 SDNode *Select(SDNode *N) {
3057 // Select this node to a single bit from CR0 set by the record-form node
4073 if (SDNode *New = ICmpElim.Select(N)) {
4108 if (SDNode *New = BPS.Select(N)) {
4119 /// SelectCC - Select a comparison of the specified values with the specified
5217 // Select - Convert the specified operand from a target-independent to a
5219 void PPCDAGToDAGISel::Select(SDNode *N) {
6305 // Select the instruction in the .td file.