Searched refs:Bitcast (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/llvm/include/llvm/MC/
H A DMCInstrDesc.h112 Bitcast, enumerator in enum:llvm::MCID::__anon2042
327 return Flags & (1 << MCID::Bitcast);
/freebsd-10.1-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineInstr.h424 return hasProperty(MCID::Bitcast, Type);
/freebsd-10.1-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3771 // Bitcast operand 1 to i32.
4046 /// Bitcast = [w0 w1 w2 w3 ] (wi: 16-bit elements, v0 = [w0 w1])
4064 SDValue Bitcast = DAG.getNode(ISD::BITCAST, DL, VT16Bit, N->getOperand(0)); local
4065 SDValue Counts16 = lowerCTPOP16BitElements(Bitcast.getNode(), DAG);
9030 // Bitcast the original vector into a vector of store-size units
9084 // Bitcast an i64 store extracted from a vector to f64.
9250 // Bitcast an i64 load inserted into a vector to f64.

Completed in 133 milliseconds