Searched defs:getUnits (Results 1 - 8 of 8) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.h70 const SmallVectorImpl<std::unique_ptr<DwarfCompileUnit>> &getUnits() { function in class:llvm::DwarfFile
H A DDwarfDebug.h308 const SmallVectorImpl<std::unique_ptr<DwarfCompileUnit>> &getUnits() { function in class:llvm::DwarfDebug
309 return InfoHolder.getUnits();
/external/llvm/include/llvm/MC/
H A DMCInstrItineraries.h76 unsigned getUnits() const { function in struct:llvm::InstrStage
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCInstrItineraries.h74 /// getUnits - returns the choice of FUs
75 unsigned getUnits() const { function in struct:llvm::InstrStage
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h42 unsigned getUnits() const { return (Slots); }; function in class:llvm::HexagonResource
47 return (countPopulation(A.getUnits()) < countPopulation(B.getUnits()));
H A DHexagonMCInstrInfo.cpp375 unsigned HexagonMCInstrInfo::getUnits(MCInstrInfo const &MCII, function in class:llvm::HexagonMCInstrInfo
381 return ((II[SchedClass].FirstStage + HexagonStages)->getUnits());
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp4180 unsigned HexagonInstrInfo::getUnits(const MachineInstr* MI) const { function in class:HexagonInstrInfo
4185 return IS.getUnits();
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 290 milliseconds