Home
last modified time | relevance | path

Searched refs:DemoteRegToStack (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/
H A DBUILD.gn28 "DemoteRegToStack.cpp",
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCMakeLists.txt21 DemoteRegToStack.cpp
H A DDemoteRegToStack.cpp22 AllocaInst *llvm::DemoteRegToStack(Instruction &I, bool VolatileLoads, in DemoteRegToStack() function in llvm
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DReg2Mem.cpp78 DemoteRegToStack(*I, false, AllocaInsertionPoint); in runPass()
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dsjlj-prepare-critical-edge.ll69 ; Make sure that the instruction DemoteRegToStack inserts to reload
72 ; Previously, DemoteRegToStack would insert a load instruction into the entry
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DLocal.h197 AllocaInst *DemoteRegToStack(Instruction &X,
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp333 DemoteRegToStack(Inst, true); in lowerAcrossUnwindEdges()