Searched refs:isNEONModifiedImm (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 3564 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/ |
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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 5818 static SDValue isNEONModifiedImm(uint64_t SplatBits, uint64_t SplatUndef, in isNEONModifiedImm() function 6030 SDValue NewVal = isNEONModifiedImm(iVal & 0xffffffffU, 0, 32, DAG, SDLoc(Op), in LowerConstantFP() 6047 NewVal = isNEONModifiedImm(~iVal & 0xffffffffU, 0, 32, DAG, SDLoc(Op), VMovVT, in LowerConstantFP() 6471 SDValue Val = isNEONModifiedImm(SplatBits.getZExtValue(), in LowerBUILD_VECTOR() 6482 Val = isNEONModifiedImm(NegatedImm, in LowerBUILD_VECTOR() 10775 SDValue Val = isNEONModifiedImm((~SplatBits).getZExtValue(), in PerformANDCombine() 11011 SDValue Val = isNEONModifiedImm(SplatBits.getZExtValue(), in PerformORCombine()
|