/external/llvm-project/llvm/include/llvm/Transforms/InstCombine/ |
D | InstCombiner.h | 444 void computeKnownBits(const Value *V, KnownBits &Known, unsigned Depth, in computeKnownBits() function 449 KnownBits computeKnownBits(const Value *V, unsigned Depth, in computeKnownBits() function
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineInternal.h | 456 void computeKnownBits(const Value *V, KnownBits &Known, in computeKnownBits() function 461 KnownBits computeKnownBits(const Value *V, unsigned Depth, in computeKnownBits() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineInternal.h | 728 void computeKnownBits(const Value *V, KnownBits &Known, in computeKnownBits() function 733 KnownBits computeKnownBits(const Value *V, unsigned Depth, in computeKnownBits() function
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineInternal.h | 477 void computeKnownBits(Value *V, APInt &KnownZero, APInt &KnownOne, in computeKnownBits() function
|
/external/llvm-project/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 205 static void computeKnownBits(const Value *V, KnownBits &Known, unsigned Depth, in computeKnownBits() function 220 void llvm::computeKnownBits(const Value *V, KnownBits &Known, in computeKnownBits() function in llvm 229 void llvm::computeKnownBits(const Value *V, const APInt &DemandedElts, in computeKnownBits() function in llvm 244 KnownBits llvm::computeKnownBits(const Value *V, const DataLayout &DL, in computeKnownBits() function in llvm 254 KnownBits llvm::computeKnownBits(const Value *V, const APInt &DemandedElts, in computeKnownBits() function in llvm 1760 KnownBits computeKnownBits(const Value *V, const APInt &DemandedElts, in computeKnownBits() function 1769 KnownBits computeKnownBits(const Value *V, unsigned Depth, const Query &Q) { in computeKnownBits() function 1790 void computeKnownBits(const Value *V, const APInt &DemandedElts, in computeKnownBits() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 169 void llvm::computeKnownBits(const Value *V, KnownBits &Known, in computeKnownBits() function in llvm 181 KnownBits llvm::computeKnownBits(const Value *V, const DataLayout &DL, in computeKnownBits() function in llvm 1700 KnownBits computeKnownBits(const Value *V, unsigned Depth, const Query &Q) { in computeKnownBits() function 1721 void computeKnownBits(const Value *V, KnownBits &Known, unsigned Depth, in computeKnownBits() function
|
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 125 void llvm::computeKnownBits(Value *V, APInt &KnownZero, APInt &KnownOne, in computeKnownBits() function in llvm 1375 void computeKnownBits(Value *V, APInt &KnownZero, APInt &KnownOne, in computeKnownBits() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 2492 KnownBits SelectionDAG::computeKnownBits(SDValue Op, unsigned Depth) const { in computeKnownBits() function in SelectionDAG 2503 KnownBits SelectionDAG::computeKnownBits(SDValue Op, const APInt &DemandedElts, in computeKnownBits() function in SelectionDAG
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 2609 KnownBits SelectionDAG::computeKnownBits(SDValue Op, unsigned Depth) const { in computeKnownBits() function in SelectionDAG 2628 KnownBits SelectionDAG::computeKnownBits(SDValue Op, const APInt &DemandedElts, in computeKnownBits() function in SelectionDAG
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 2023 void SelectionDAG::computeKnownBits(SDValue Op, APInt &KnownZero, in computeKnownBits() function in SelectionDAG
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 10785 static void computeKnownBits(SelectionDAG &DAG, SDValue Op, APInt &KnownZero, in computeKnownBits() function
|