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

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
RetireStage.cpp 52 for (const std::unique_ptr<WriteState> &WS : Inst.getDefs())
DispatchStage.cpp 39 IR.getInstruction()->getDefs())
121 for (std::unique_ptr<WriteState> &WS : IS.getDefs()) {
Instruction.h 325 VecDefs &getDefs() { return Defs; }
326 const VecDefs &getDefs() const { return Defs; }
InstrBuilder.cpp 462 NewIS->getDefs().emplace_back(llvm::make_unique<WriteState>(
  /external/llvm/utils/TableGen/
CTagsEmitter.cpp 67 const auto &Defs = Records.getDefs();
PseudoLoweringEmitter.cpp 280 for (const auto &D : Records.getDefs()) {
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
CTagsEmitter.cpp 67 const auto &Defs = Records.getDefs();
PseudoLoweringEmitter.cpp 281 for (const auto &D : Records.getDefs()) {
RISCVCompressInstEmitter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
PseudoLoweringEmitter.cpp 229 Records.getDefs().begin(), E = Records.getDefs().end(); I != E; ++I) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
JSONBackend.cpp 141 for (const auto &D : Records.getDefs()) {
Record.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/TableGen/
Record.cpp     [all...]
  /external/llvm/lib/TableGen/
Record.cpp     [all...]
  /external/llvm/include/llvm/TableGen/
Record.h     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/TableGen/
Record.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/TableGen/
Record.h     [all...]

Completed in 1453 milliseconds