Home
last modified time | relevance | path

Searched refs:IsMemOp (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
DLanaiMemAluCombiner.cpp370 bool IsMemOp = isNonVolatileMemoryOp(*MBBIter); in combineMemAluInBasicBlock() local
372 if (IsMemOp) { in combineMemAluInBasicBlock()
/external/llvm/lib/Target/Lanai/
DLanaiMemAluCombiner.cpp367 bool IsMemOp = isNonVolatileMemoryOp(*MBBIter); in combineMemAluInBasicBlock() local
369 if (IsMemOp) { in combineMemAluInBasicBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DScheduler.cpp300 bool IsMemOp = Desc.MayLoad || Desc.MayStore; in promoteToReadyQueue() local
301 if (!IS->isReady() || (IsMemOp && !LSU->isReady({IID, IS}))) { in promoteToReadyQueue()