Searched refs:isNEONModifiedImm (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 4483 static SDValue isNEONModifiedImm(uint64_t SplatBits, uint64_t SplatUndef, in isNEONModifiedImm() function 4667 SDValue NewVal = isNEONModifiedImm(iVal & 0xffffffffU, 0, 32, DAG, VMovVT, in LowerConstantFP() 4684 NewVal = isNEONModifiedImm(~iVal & 0xffffffffU, 0, 32, DAG, VMovVT, in LowerConstantFP() 4983 SDValue Val = isNEONModifiedImm(SplatBits.getZExtValue(), in LowerBUILD_VECTOR() 4994 Val = isNEONModifiedImm(NegatedImm, in LowerBUILD_VECTOR() 8200 SDValue Val = isNEONModifiedImm((~SplatBits).getZExtValue(), in PerformANDCombine() 8243 SDValue Val = isNEONModifiedImm(SplatBits.getZExtValue(), in PerformORCombine()
|