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

  /external/llvm/lib/CodeGen/
MachineCombiner.cpp 66 DenseMap<unsigned, unsigned> &InstrIdxForVirtReg,
74 DenseMap<unsigned, unsigned> &InstrIdxForVirtReg,
119 /// \param InstrIdxForVirtReg is a dense map of virtual register to index
126 DenseMap<unsigned, unsigned> &InstrIdxForVirtReg,
134 // are tracked in the InstrIdxForVirtReg map depth is looked up in InstrDepth
147 InstrIdxForVirtReg.find(MO.getReg());
148 if (II != InstrIdxForVirtReg.end()) {
245 DenseMap<unsigned, unsigned> &InstrIdxForVirtReg,
254 unsigned NewRootDepth = getDepth(InsInstrs, InstrIdxForVirtReg, BlockTrace);
399 DenseMap<unsigned, unsigned> InstrIdxForVirtReg;
    [all...]
TargetInstrInfo.cpp 669 DenseMap<unsigned, unsigned> &InstrIdxForVirtReg) const {
722 InstrIdxForVirtReg.insert(std::make_pair(NewVR, 0));
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.h 194 DenseMap<unsigned, unsigned> &InstrIdxForVirtReg) const override;
AArch64InstrInfo.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Target/
TargetInstrInfo.h     [all...]

Completed in 88 milliseconds