Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:BITCAST

137          !(I->getOpcode() == Instruction::BitCast ||
874 // If the bitcast doesn't change the type, just use the operand value.
883 BITCAST operators.
900 // First, try to perform the bitcast by inserting a reg-reg copy.
913 // If the reg-reg copy failed, select a BITCAST opcode.
915 ResultReg = FastEmit_r(SrcVT, DstVT, ISD::BITCAST, Op0, Op0IsKill);
1023 // Bitcast the value to integer, twiddle the sign bit with xor,
1024 // and then bitcast it back to floating-point.
1031 ISD::BITCAST, OpReg, OpRegIsKill);
1043 ISD::BITCAST, IntResultReg, /*Kill=*/true);
1170 case Instruction::BitCast: