| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ | 
| D | GISelKnownBits.cpp | 52                                                    const APInt &DemandedElts,  in computeKnownBitsForFrameIndex() 72   APInt DemandedElts =  in getKnownBits()  local 91                                           const APInt &DemandedElts,  in computeKnownBitsImpl() 377                                             const APInt &DemandedElts,  in computeNumSignBits() 440   APInt DemandedElts = Ty.isVector()  in computeNumSignBits()  local
  | 
| /external/llvm/lib/Transforms/InstCombine/ | 
| D | InstCombineSimplifyDemanded.cpp | 790         APInt DemandedElts = DemandedMask.zextOrTrunc(ArgWidth);  in SimplifyDemandedUseBits()  local 906 Value *InstCombiner::SimplifyDemandedVectorElts(Value *V, APInt DemandedElts,  in SimplifyDemandedVectorElts()
  | 
| D | InstCombineCalls.cpp | 1323     APInt DemandedElts = APInt::getLowBitsSet(Width, DemandedWidth);  in visitCallInst()  local 1329     APInt DemandedElts = APInt::getHighBitsSet(Width, DemandedWidth);  in visitCallInst()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ | 
| D | InstCombineSimplifyDemanded.cpp | 765         APInt DemandedElts = DemandedMask.zextOrTrunc(ArgWidth);  in SimplifyDemandedUseBits()  local 1002                                                            APInt DemandedElts,  in simplifyAMDGCNMemoryIntrinsicDemanded() 1119 Value *InstCombiner::SimplifyDemandedVectorElts(Value *V, APInt DemandedElts,  in SimplifyDemandedVectorElts()
  | 
| D | InstCombineVectorOps.cpp | 342         APInt DemandedElts(NumElts, 0);  in visitExtractElementInst()  local 352         APInt DemandedElts = findDemandedEltsByAllUsers(SrcVec);  in visitExtractElementInst()  local
  | 
| D | InstCombineCalls.cpp | 1100   APInt DemandedElts = possiblyDemandedEltsInMask(ConstMask);  in simplifyMaskedStore()  local 1138   APInt DemandedElts = possiblyDemandedEltsInMask(ConstMask);  in simplifyMaskedScatter()  local 1884     APInt DemandedElts = APInt::getLowBitsSet(Width, DemandedWidth);  in visitCallInst()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ | 
| D | SelectionDAG.cpp | 2167   APInt DemandedElts = VT.isVector()  in GetDemandedBits()  local 2179                                       const APInt &DemandedElts) {  in GetDemandedBits() 2257   APInt DemandedElts = VT.isVector()  in MaskedValueIsZero()  local 2267                                      const APInt &DemandedElts,  in MaskedValueIsZero() 2280 bool SelectionDAG::isSplatValue(SDValue V, const APInt &DemandedElts,  in isSplatValue() 2372   APInt DemandedElts = APInt::getAllOnesValue(NumElts);  in isSplatValue()  local 2385     APInt DemandedElts = APInt::getAllOnesValue(VT.getVectorNumElements());  in getSplatSourceVector()  local 2426                                                 const APInt &DemandedElts) {  in getValidShiftAmountConstant() 2440 getValidMinimumShiftAmountConstant(SDValue V, const APInt &DemandedElts) {  in getValidMinimumShiftAmountConstant() 2466 getValidMaximumShiftAmountConstant(SDValue V, const APInt &DemandedElts) {  in getValidMaximumShiftAmountConstant() [all …] 
 | 
| D | TargetLowering.cpp | 601   APInt DemandedElts = VT.isVector()  in SimplifyDemandedBits()  local 611     SDValue Op, const APInt &DemandedBits, const APInt &DemandedElts,  in SimplifyMultipleUseDemandedBits() 814   APInt DemandedElts = OriginalDemandedElts;  in SimplifyDemandedBits()  local 2083                                                 const APInt &DemandedElts,  in SimplifyDemandedVectorElts() 2154   APInt DemandedElts = OriginalDemandedElts;  in SimplifyDemandedVectorElts()  local 2645                                                    const APInt &DemandedElts,  in computeKnownBitsForTargetNode() 2659     const APInt &DemandedElts, const MachineRegisterInfo &MRI,  in computeKnownBitsForTargetInstr() 2666                                                    const APInt &DemandedElts,  in computeKnownBitsForFrameIndex() 2693     SDValue Op, const APInt &DemandedElts, APInt &KnownUndef, APInt &KnownZero,  in SimplifyDemandedVectorEltsForTargetNode() 2705     SDValue Op, const APInt &DemandedBits, const APInt &DemandedElts,  in SimplifyDemandedBitsForTargetNode() [all …] 
 | 
| D | DAGCombiner.cpp | 312       APInt DemandedElts = APInt::getAllOnesValue(NumElts);  in SimplifyDemandedBits()  local 321       APInt DemandedElts = APInt::getAllOnesValue(NumElts);  in SimplifyDemandedVectorElts()  local 1050                                        const APInt &DemandedElts) {  in SimplifyDemandedBits() 1073                                              const APInt &DemandedElts,  in SimplifyDemandedVectorElts() 17204     APInt DemandedElts = APInt::getNullValue(NumElts);  in visitEXTRACT_VECTOR_ELT()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ | 
| D | VectorUtils.cpp | 791   APInt DemandedElts = APInt::getAllOnesValue(VWidth);  in possiblyDemandedEltsInMask()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ | 
| D | SystemZISelLowering.cpp | 6409 static APInt getDemandedSrcElements(SDValue Op, const APInt &DemandedElts,  in getDemandedSrcElements() 6507                                   const APInt &DemandedElts,  in computeKnownBitsBinOp() 6523                                                      const APInt &DemandedElts,  in computeKnownBitsForTargetNode() 6615 static unsigned computeNumSignBitsBinOp(SDValue Op, const APInt &DemandedElts,  in computeNumSignBitsBinOp() 6640     SDValue Op, const APInt &DemandedElts, const SelectionDAG &DAG,  in ComputeNumSignBitsForTargetNode()
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ | 
| D | LanaiISelLowering.cpp | 1489     const SDValue Op, KnownBits &Known, const APInt &DemandedElts,  in computeKnownBitsForTargetNode()
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ | 
| D | XCoreISelLowering.cpp | 1818                                                         const APInt &DemandedElts,  in computeKnownBitsForTargetNode()
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ | 
| D | AMDGPUISelLowering.cpp | 4426     const APInt &DemandedElts, const SelectionDAG &DAG, unsigned Depth) const {  in computeKnownBitsForTargetNode()  argument 4569     SDValue Op, const APInt &DemandedElts, const SelectionDAG &DAG,  in ComputeNumSignBitsForTargetNode()
  | 
| D | SIISelLowering.cpp | 10779                                                      const APInt &DemandedElts,  in computeKnownBitsForFrameIndex()
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ | 
| D | X86ISelLowering.cpp | 6534 static void getPackDemandedElts(EVT VT, const APInt &DemandedElts,  in getPackDemandedElts() 6559 static void getHorizDemandedElts(EVT VT, const APInt &DemandedElts,  in getHorizDemandedElts() 7120 static bool getFauxShuffleMask(SDValue N, const APInt &DemandedElts,  in getFauxShuffleMask() 7551 static bool getTargetShuffleInputs(SDValue Op, const APInt &DemandedElts,  in getTargetShuffleInputs() 7584   APInt DemandedElts = APInt::getAllOnesValue(NumElts);  in getTargetShuffleInputs()  local 9317   APInt DemandedElts = APInt::getAllOnesValue(NumElts);  in getHopForBuildVector()  local 32545                                                       const APInt &DemandedElts,  in computeKnownBitsForTargetNode() 32728     SDValue Op, const APInt &DemandedElts, const SelectionDAG &DAG,  in ComputeNumSignBitsForTargetNode() 35282     APInt DemandedElts = APInt::getAllOnesValue(VT.getVectorNumElements());  in combineShuffle()  local 35361     SDValue Op, const APInt &DemandedElts, APInt &KnownUndef, APInt &KnownZero,  in SimplifyDemandedVectorEltsForTargetNode() [all …] 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ | 
| D | RISCVISelLowering.cpp | 1081     SDValue Op, const APInt &DemandedElts, const SelectionDAG &DAG,  in ComputeNumSignBitsForTargetNode()
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ | 
| D | SparcISelLowering.cpp | 1858                                  const APInt &DemandedElts,  in computeKnownBitsForTargetNode()
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ | 
| D | PPCISelLowering.cpp | 14445                                                       const APInt &DemandedElts,  in computeKnownBitsForTargetNode()
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ | 
| D | AArch64ISelLowering.cpp | 1105     const APInt &DemandedElts, const SelectionDAG &DAG, unsigned Depth) const {  in computeKnownBitsForTargetNode()  argument
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ | 
| D | ARMISelLowering.cpp | 15652                                                       const APInt &DemandedElts,  in computeKnownBitsForTargetNode()
  |