Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1247 DISubprogram *OldSP = OldFunc.getSubprogram(); in fixupDebugInfoPostExtraction() local
1250 if (!OldSP) { in fixupDebugInfoPostExtraction()
1261 assert(OldSP->getUnit() && "Missing compile unit for subprogram"); in fixupDebugInfoPostExtraction()
1263 OldSP->getUnit()); in fixupDebugInfoPostExtraction()
1269 OldSP->getUnit(), NewFunc.getName(), NewFunc.getName(), OldSP->getFile(), in fixupDebugInfoPostExtraction()
1415 TheCall.setDebugLoc(DILocation::get(Ctx, 0, 0, OldSP)); in fixupDebugInfoPostExtraction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp1210 auto OldSP = B.buildCopy(PtrTy, SPReg); in applyMappingDynStackAlloc() local
1213 auto Tmp1 = B.buildPtrAdd(PtrTy, OldSP, in applyMappingDynStackAlloc()
1218 B.buildCopy(Dst, OldSP); in applyMappingDynStackAlloc()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp4508 SDValue OldSP = DAG.getCopyFromReg(Chain, DL, SPReg, MVT::i64); in lowerDYNAMIC_STACKALLOC_ELF() local
4513 Backchain = DAG.getLoad(MVT::i64, DL, Chain, getBackchainAddress(OldSP, DAG), in lowerDYNAMIC_STACKALLOC_ELF()
4525 DAG.getVTList(MVT::i64, MVT::Other), Chain, OldSP, NeededSpace); in lowerDYNAMIC_STACKALLOC_ELF()
4529 NewSP = DAG.getNode(ISD::SUB, DL, MVT::i64, OldSP, NeededSpace); in lowerDYNAMIC_STACKALLOC_ELF()
5265 SDValue OldSP = DAG.getCopyFromReg( in lowerSTACKRESTORE() local
5267 Backchain = DAG.getLoad(MVT::i64, DL, Chain, getBackchainAddress(OldSP, DAG), in lowerSTACKRESTORE()