Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DCMakeLists.txt13 DemoteRegToStack.cpp
DAndroid.mk15 DemoteRegToStack.cpp \
DDemoteRegToStack.cpp24 AllocaInst *llvm::DemoteRegToStack(Instruction &I, bool VolatileLoads, in DemoteRegToStack() function in llvm
/external/llvm/lib/Transforms/Scalar/
DReg2Mem.cpp106 DemoteRegToStack(**ilb, false, AllocaInsertionPoint); in INITIALIZE_PASS_DEPENDENCY()
/external/llvm/include/llvm/Transforms/Utils/
DLocal.h160 AllocaInst *DemoteRegToStack(Instruction &X,
/external/llvm/test/CodeGen/ARM/
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
/external/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp341 DemoteRegToStack(*Inst, true); in lowerAcrossUnwindEdges()