Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1546 DISubprogram *OldSP = OldFunc.getSubprogram(); in fixupDebugInfoPostExtraction() local
1549 if (!OldSP) { in fixupDebugInfoPostExtraction()
1560 assert(OldSP->getUnit() && "Missing compile unit for subprogram"); in fixupDebugInfoPostExtraction()
1562 OldSP->getUnit()); in fixupDebugInfoPostExtraction()
1569 OldSP->getUnit(), NewFunc.getName(), NewFunc.getName(), OldSP->getFile(), in fixupDebugInfoPostExtraction()
1705 TheCall.setDebugLoc(DILocation::get(Ctx, 0, 0, OldSP)); in fixupDebugInfoPostExtraction()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp4055 SDValue OldSP = DAG.getCopyFromReg(Chain, DL, SPReg, MVT::i64); in lowerDYNAMIC_STACKALLOC_ELF() local
4060 Backchain = DAG.getLoad(MVT::i64, DL, Chain, getBackchainAddress(OldSP, DAG), in lowerDYNAMIC_STACKALLOC_ELF()
4072 DAG.getVTList(MVT::i64, MVT::Other), Chain, OldSP, NeededSpace); in lowerDYNAMIC_STACKALLOC_ELF()
4076 NewSP = DAG.getNode(ISD::SUB, DL, MVT::i64, OldSP, NeededSpace); in lowerDYNAMIC_STACKALLOC_ELF()
4773 SDValue OldSP = DAG.getCopyFromReg( in lowerSTACKRESTORE() local
4775 Backchain = DAG.getLoad(MVT::i64, DL, Chain, getBackchainAddress(OldSP, DAG), in lowerSTACKRESTORE()