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

/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3686 /// isNEONModifiedImm - Check if the specified splat value corresponds to a
3689 static SDValue isNEONModifiedImm(uint64_t SplatBits, uint64_t SplatUndef, function
3815 llvm_unreachable("unexpected size for isNEONModifiedImm");
3846 SDValue NewVal = isNEONModifiedImm(iVal, 0, 32, DAG, VMovVT, false,
3859 NewVal = isNEONModifiedImm(~iVal & 0xffffffff, 0, 32, DAG, VMovVT, false,
4108 SDValue Val = isNEONModifiedImm(SplatBits.getZExtValue(),
4119 Val = isNEONModifiedImm(NegatedImm,
7035 SDValue Val = isNEONModifiedImm((~SplatBits).getZExtValue(),
7078 SDValue Val = isNEONModifiedImm(SplatBits.getZExtValue(),

Completed in 69 milliseconds