Searched refs:isNEONModifiedImm (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 5037 static SDValue isNEONModifiedImm(uint64_t SplatBits, uint64_t SplatUndef, in isNEONModifiedImm() function 5222 SDValue NewVal = isNEONModifiedImm(iVal & 0xffffffffU, 0, 32, DAG, SDLoc(Op), in LowerConstantFP() 5239 NewVal = isNEONModifiedImm(~iVal & 0xffffffffU, 0, 32, DAG, SDLoc(Op), VMovVT, in LowerConstantFP() 5660 SDValue Val = isNEONModifiedImm(SplatBits.getZExtValue(), in LowerBUILD_VECTOR() 5671 Val = isNEONModifiedImm(NegatedImm, in LowerBUILD_VECTOR() 9241 SDValue Val = isNEONModifiedImm((~SplatBits).getZExtValue(), in PerformANDCombine() 9283 SDValue Val = isNEONModifiedImm(SplatBits.getZExtValue(), in PerformORCombine()
|