HomeSort by relevance Sort by last modified time
    Searched refs:getDemandedBits (Results 1 - 20 of 20) sorted by null

  /external/llvm/include/llvm/Analysis/
DemandedBits.h 45 APInt getDemandedBits(Instruction *I);
84 DemandedBits &getDemandedBits() { return *DB; }
  /external/llvm/lib/Transforms/Scalar/
BDCE.cpp 43 !DB.getDemandedBits(&I).getBoolValue()) {
93 auto &DB = getAnalysis<DemandedBitsWrapperPass>().getDemandedBits();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
DemandedBits.h 45 APInt getDemandedBits(Instruction *I);
84 DemandedBits &getDemandedBits() { return *DB; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
DemandedBits.h 46 APInt getDemandedBits(Instruction *I);
84 DemandedBits &getDemandedBits() { return *DB; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
DemandedBits.h 46 APInt getDemandedBits(Instruction *I);
84 DemandedBits &getDemandedBits() { return *DB; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
DemandedBits.h 47 APInt getDemandedBits(Instruction *I);
87 DemandedBits &getDemandedBits() { return *DB; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
DemandedBits.h 47 APInt getDemandedBits(Instruction *I);
87 DemandedBits &getDemandedBits() { return *DB; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
DemandedBits.h 47 APInt getDemandedBits(Instruction *I);
87 DemandedBits &getDemandedBits() { return *DB; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
DemandedBits.h 47 APInt getDemandedBits(Instruction *I);
87 DemandedBits &getDemandedBits() { return *DB; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
DemandedBits.h 45 APInt getDemandedBits(Instruction *I);
84 DemandedBits &getDemandedBits() { return *DB; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
DemandedBits.h 46 APInt getDemandedBits(Instruction *I);
84 DemandedBits &getDemandedBits() { return *DB; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
DemandedBits.h 46 APInt getDemandedBits(Instruction *I);
84 DemandedBits &getDemandedBits() { return *DB; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
DemandedBits.h 47 APInt getDemandedBits(Instruction *I);
87 DemandedBits &getDemandedBits() { return *DB; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
DemandedBits.h 47 APInt getDemandedBits(Instruction *I);
87 DemandedBits &getDemandedBits() { return *DB; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
DemandedBits.h 47 APInt getDemandedBits(Instruction *I);
87 DemandedBits &getDemandedBits() { return *DB; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
DemandedBits.h 47 APInt getDemandedBits(Instruction *I);
87 DemandedBits &getDemandedBits() { return *DB; }
  /external/llvm/lib/Analysis/
VectorUtils.cpp 367 if (DB.getDemandedBits(I).getBitWidth() > 64)
370 uint64_t V = DB.getDemandedBits(I).getZExtValue();
DemandedBits.cpp 362 APInt DemandedBits::getDemandedBits(Instruction *I) {
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
LoopVectorize.cpp     [all...]

Completed in 813 milliseconds