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

/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4042 /// isNEONModifiedImm - Check if the specified splat value corresponds to a
4045 static SDValue isNEONModifiedImm(uint64_t SplatBits, uint64_t SplatUndef, function
4171 llvm_unreachable("unexpected size for isNEONModifiedImm");
4202 SDValue NewVal = isNEONModifiedImm(iVal, 0, 32, DAG, VMovVT, false,
4215 NewVal = isNEONModifiedImm(~iVal & 0xffffffff, 0, 32, DAG, VMovVT, false,
4509 SDValue Val = isNEONModifiedImm(SplatBits.getZExtValue(),
4520 Val = isNEONModifiedImm(NegatedImm,
8173 SDValue Val = isNEONModifiedImm((~SplatBits).getZExtValue(),
8216 SDValue Val = isNEONModifiedImm(SplatBits.getZExtValue(),

Completed in 183 milliseconds