Searched refs:isNEONModifiedImm (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 4750 static SDValue isNEONModifiedImm(uint64_t SplatBits, uint64_t SplatUndef, in isNEONModifiedImm() function 4935 SDValue NewVal = isNEONModifiedImm(iVal & 0xffffffffU, 0, 32, DAG, SDLoc(Op), in LowerConstantFP() 4952 NewVal = isNEONModifiedImm(~iVal & 0xffffffffU, 0, 32, DAG, SDLoc(Op), VMovVT, in LowerConstantFP() 5373 SDValue Val = isNEONModifiedImm(SplatBits.getZExtValue(), in LowerBUILD_VECTOR() 5384 Val = isNEONModifiedImm(NegatedImm, in LowerBUILD_VECTOR() 8826 SDValue Val = isNEONModifiedImm((~SplatBits).getZExtValue(), in PerformANDCombine() 8869 SDValue Val = isNEONModifiedImm(SplatBits.getZExtValue(), in PerformORCombine()
|