Home
last modified time | relevance | path

Searched refs:StackObjectInfo (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMIRPrinter.cpp417 auto StackObjectInfo = StackObjectOperandMapping.find(CSInfo.getFrameIdx()); in convertStackObjects() local
418 assert(StackObjectInfo != StackObjectOperandMapping.end() && in convertStackObjects()
420 const FrameIndexOperand &StackObject = StackObjectInfo->second; in convertStackObjects()
434 auto StackObjectInfo = StackObjectOperandMapping.find(LocalObject.first); in convertStackObjects() local
435 assert(StackObjectInfo != StackObjectOperandMapping.end() && in convertStackObjects()
437 const FrameIndexOperand &StackObject = StackObjectInfo->second; in convertStackObjects()
453 auto StackObjectInfo = StackObjectOperandMapping.find(DebugVar.Slot); in convertStackObjects() local
454 assert(StackObjectInfo != StackObjectOperandMapping.end() && in convertStackObjects()
456 const FrameIndexOperand &StackObject = StackObjectInfo->second; in convertStackObjects()
/external/llvm/lib/CodeGen/
DMIRPrinter.cpp336 auto StackObjectInfo = StackObjectOperandMapping.find(CSInfo.getFrameIdx()); in convertStackObjects() local
337 assert(StackObjectInfo != StackObjectOperandMapping.end() && in convertStackObjects()
339 const FrameIndexOperand &StackObject = StackObjectInfo->second; in convertStackObjects()
347 auto StackObjectInfo = StackObjectOperandMapping.find(LocalObject.first); in convertStackObjects() local
348 assert(StackObjectInfo != StackObjectOperandMapping.end() && in convertStackObjects()
350 const FrameIndexOperand &StackObject = StackObjectInfo->second; in convertStackObjects()
366 auto StackObjectInfo = StackObjectOperandMapping.find(DebugVar.Slot); in convertStackObjects() local
367 assert(StackObjectInfo != StackObjectOperandMapping.end() && in convertStackObjects()
369 const FrameIndexOperand &StackObject = StackObjectInfo->second; in convertStackObjects()