Home
last modified time | relevance | path

Searched defs:NumMicroOps (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/
DDispatchStage.cpp63 const unsigned NumMicroOps = IR.getInstruction()->getNumMicroOps(); in checkRCU() local
82 const unsigned NumMicroOps = IS.getNumMicroOps(); in dispatch() local
160 unsigned NumMicroOps = Inst.getNumMicroOps(); in isAvailable() local
DExecuteStage.cpp203 unsigned NumMicroOps = Inst.getNumMicroOps(); in execute() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
DSupport.cpp83 unsigned NumMicroOps, in computeBlockRThroughput()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrItineraries.h96 int16_t NumMicroOps; ///< # of micro-ops, -1 means it's variable member
DMCSchedule.h117 uint16_t NumMicroOps : 14; member
/external/llvm/include/llvm/MC/
DMCInstrItineraries.h98 int NumMicroOps; ///< # of micro-ops, -1 means it's variable member
DMCSchedule.h108 unsigned short NumMicroOps; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
DInstruction.h367 unsigned NumMicroOps; member