Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp3564 static SDValue isNEONModifiedImm(uint64_t SplatBits, uint64_t SplatUndef, in isNEONModifiedImm() function
3939 SDValue Val = isNEONModifiedImm(SplatBits.getZExtValue(), in LowerBUILD_VECTOR()
3950 Val = isNEONModifiedImm(NegatedImm, in LowerBUILD_VECTOR()
6687 SDValue Val = isNEONModifiedImm((~SplatBits).getZExtValue(), in PerformANDCombine()
6723 SDValue Val = isNEONModifiedImm(SplatBits.getZExtValue(), in PerformORCombine()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp5037 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()