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

/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4480 /// isNEONModifiedImm - Check if the specified splat value corresponds to a
4483 static SDValue isNEONModifiedImm(uint64_t SplatBits, uint64_t SplatUndef, function
4611 llvm_unreachable("unexpected size for isNEONModifiedImm");
4667 SDValue NewVal = isNEONModifiedImm(iVal & 0xffffffffU, 0, 32, DAG, VMovVT,
4684 NewVal = isNEONModifiedImm(~iVal & 0xffffffffU, 0, 32, DAG, VMovVT,
4983 SDValue Val = isNEONModifiedImm(SplatBits.getZExtValue(),
4994 Val = isNEONModifiedImm(NegatedImm,
8200 SDValue Val = isNEONModifiedImm((~SplatBits).getZExtValue(),
8243 SDValue Val = isNEONModifiedImm(SplatBits.getZExtValue(),

Completed in 101 milliseconds