Home
last modified time | relevance | path

Searched defs:InstRef (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/
DEntryStage.cpp42 llvm::Error EntryStage::execute(InstRef & /*unused */) { in execute() argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/Stages/
DStage.h25 class InstRef; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
DInstruction.h566 InstRef() : Data(std::make_pair(0, nullptr)) {} in InstRef() function
567 InstRef(unsigned Index, Instruction *I) : Data(std::make_pair(Index, I)) {} in InstRef() function
/external/swiftshader/third_party/subzero/src/
DIceCfg.cpp613 for (auto &InstRef : Insts) { in findLoopInvariantInstructions() local