Searched defs:DemandedBits (Results  1 – 11 of 11) sorted by relevance
| /external/llvm/include/llvm/Analysis/ | 
| D | VectorUtils.h | 23 class DemandedBits;  variable
 | 
| D | DemandedBits.h | 41   DemandedBits(Function &F, AssumptionCache &AC, DominatorTree &DT) :  in DemandedBits()  function
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ | 
| D | DemandedBits.h | 42   DemandedBits(Function &F, AssumptionCache &AC, DominatorTree &DT) :  in DemandedBits()  function
 | 
| D | VectorUtils.h | 171 class DemandedBits;  variable
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Vectorize/ | 
| D | SLPVectorizer.h | 35 class DemandedBits;  variable
 | 
| D | LoopVectorize.h | 68 class DemandedBits;  variable
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ | 
| D | TargetLowering.cpp | 580 bool TargetLowering::SimplifyDemandedBits(SDValue Op, const APInt &DemandedBits,  in SimplifyDemandedBits()595 bool TargetLowering::SimplifyDemandedBits(SDValue Op, const APInt &DemandedBits,  in SimplifyDemandedBits()
 611     SDValue Op, const APInt &DemandedBits, const APInt &DemandedElts,  in SimplifyMultipleUseDemandedBits()
 813   APInt DemandedBits = OriginalDemandedBits;  in SimplifyDemandedBits()  local
 2623       APInt DemandedBits = APInt::getAllOnesValue(EltSizeInBits);  in SimplifyDemandedVectorElts()  local
 2705     SDValue Op, const APInt &DemandedBits, const APInt &DemandedElts,  in SimplifyDemandedBitsForTargetNode()
 2718     SDValue Op, const APInt &DemandedBits, const APInt &DemandedElts,  in SimplifyMultipleUseDemandedBitsForTargetNode()
 
 | 
| D | SelectionDAG.cpp | 2165 SDValue SelectionDAG::GetDemandedBits(SDValue V, const APInt &DemandedBits) {  in GetDemandedBits()2178 SDValue SelectionDAG::GetDemandedBits(SDValue V, const APInt &DemandedBits,  in GetDemandedBits()
 
 | 
| D | DAGCombiner.cpp | 305       APInt DemandedBits = APInt::getAllOnesValue(BitWidth);  in SimplifyDemandedBits()  local309     bool SimplifyDemandedBits(SDValue Op, const APInt &DemandedBits) {  in SimplifyDemandedBits()
 1049 bool DAGCombiner::SimplifyDemandedBits(SDValue Op, const APInt &DemandedBits,  in SimplifyDemandedBits()
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ | 
| D | AArch64ISelLowering.cpp | 978   uint64_t DemandedBits = Demanded.getZExtValue();  in optimizeLogicalImm()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ | 
| D | X86ISelLowering.cpp | 36109     SDValue Op, const APInt &DemandedBits, const APInt &DemandedElts,  in SimplifyMultipleUseDemandedBitsForTargetNode()
 |