Home
last modified time | relevance | path

Searched refs:isVariableSizedObjectIndex (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h595 bool isVariableSizedObjectIndex(int ObjectIdx) const { in isVariableSizedObjectIndex() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h682 bool isVariableSizedObjectIndex(int ObjectIdx) const { in isVariableSizedObjectIndex() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMIRPrinter.cpp384 : MFI.isVariableSizedObjectIndex(I) in convertStackObjects()
DPrologEpilogInserter.cpp620 if (MFI.isVariableSizedObjectIndex(FrameIdx)) in scavengeStackSlot()
/external/llvm/lib/CodeGen/
DMIRPrinter.cpp321 : MFI.isVariableSizedObjectIndex(I) in convertStackObjects()
DPrologEpilogInserter.cpp627 if (MFI->isVariableSizedObjectIndex(FrameIdx)) in scavengeStackSlot()