Home
last modified time | relevance | path

Searched refs:StaticAllocaMap (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp168 StaticAllocaMap[AI] = FrameIndex; in set()
235 if (!isa<AllocaInst>(I) || !StaticAllocaMap.count(cast<AllocaInst>(&I))) in set()
361 StaticAllocaMap.clear(); in clear()
H A DFastISel.cpp266 !FuncInfo.StaticAllocaMap.count(cast<AllocaInst>(V)))) in getRegForValue()
628 auto SI = FuncInfo.StaticAllocaMap.find(AI); in addStackMapLiveVars()
629 if (SI != FuncInfo.StaticAllocaMap.end()) in addStackMapLiveVars()
1290 if (auto SI = FuncInfo.StaticAllocaMap.find(dyn_cast<AllocaInst>(V)); in lowerDbgValue()
1291 SI != FuncInfo.StaticAllocaMap.end()) { in lowerDbgValue()
1347 !FuncInfo.StaticAllocaMap.count(cast<AllocaInst>(Address)))) in lowerDbgDeclare()
1819 if (FuncInfo.StaticAllocaMap.count(cast<AllocaInst>(I))) in selectOperator()
H A DSelectionDAGBuilder.cpp1605 auto SI = FuncInfo.StaticAllocaMap.find(AI); in handleDebugValue()
1606 if (SI != FuncInfo.StaticAllocaMap.end()) { in handleDebugValue()
1957 FuncInfo.StaticAllocaMap.find(AI); in getValueImpl()
1958 if (SI != FuncInfo.StaticAllocaMap.end()) in getValueImpl()
4516 if (FuncInfo.StaticAllocaMap.count(&I)) in visitAlloca()
6738 int FI = FuncInfo.StaticAllocaMap[FnCtx]; in visitIntrinsicCall()
7387 int FI = FuncInfo.StaticAllocaMap[Slot]; in visitIntrinsicCall()
7614 auto SI = FuncInfo.StaticAllocaMap.find(LifetimeObject); in visitIntrinsicCall()
7615 if (SI == FuncInfo.StaticAllocaMap.end()) in visitIntrinsicCall()
7701 assert(FuncInfo.StaticAllocaMap.count(Slot) && in visitIntrinsicCall()
[all …]
H A DSelectionDAGISel.cpp1567 auto SI = FuncInfo.StaticAllocaMap.find(AI); in processDbgDeclare()
1568 if (SI != FuncInfo.StaticAllocaMap.end()) in processDbgDeclare()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h132 DenseMap<const AllocaInst*, int> StaticAllocaMap; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp216 if (FuncInfo.StaticAllocaMap.count(static_cast<const AllocaInst *>(Obj)) || in computeAddress()
322 FuncInfo.StaticAllocaMap.find(AI); in computeAddress()
323 if (SI != FuncInfo.StaticAllocaMap.end()) { in computeAddress()
613 FuncInfo.StaticAllocaMap.find(AI); in fastMaterializeAlloca()
615 if (SI != FuncInfo.StaticAllocaMap.end()) { in fastMaterializeAlloca()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp299 if (FuncInfo.StaticAllocaMap.count(static_cast<const AllocaInst *>(Obj)) || in PPCComputeAddress()
376 FuncInfo.StaticAllocaMap.find(AI); in PPCComputeAddress()
377 if (SI != FuncInfo.StaticAllocaMap.end()) { in PPCComputeAddress()
2267 FuncInfo.StaticAllocaMap.find(AI); in fastMaterializeAlloca()
2270 if (SI == FuncInfo.StaticAllocaMap.end()) in fastMaterializeAlloca()
2277 if (SI != FuncInfo.StaticAllocaMap.end()) { in fastMaterializeAlloca()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp335 FuncInfo.StaticAllocaMap.find(AI); in fastMaterializeAlloca()
337 if (SI != FuncInfo.StaticAllocaMap.end()) { in fastMaterializeAlloca()
464 if (FuncInfo.StaticAllocaMap.count(static_cast<const AllocaInst *>(Obj)) || in computeAddress()
526 FuncInfo.StaticAllocaMap.find(AI); in computeAddress()
527 if (SI != FuncInfo.StaticAllocaMap.end()) { in computeAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp675 if (!FuncInfo.StaticAllocaMap.count(AI)) in fastMaterializeAlloca()
683 FuncInfo.StaticAllocaMap.find(AI); in fastMaterializeAlloca()
687 if (SI != FuncInfo.StaticAllocaMap.end()) { in fastMaterializeAlloca()
734 if (FuncInfo.StaticAllocaMap.count(static_cast<const AllocaInst *>(Obj)) || in ARMComputeAddress()
817 FuncInfo.StaticAllocaMap.find(AI); in ARMComputeAddress()
818 if (SI != FuncInfo.StaticAllocaMap.end()) { in ARMComputeAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp837 if (FuncInfo.StaticAllocaMap.count(static_cast<const AllocaInst *>(V)) || in X86SelectAddress()
876 FuncInfo.StaticAllocaMap.find(A); in X86SelectAddress()
877 if (SI != FuncInfo.StaticAllocaMap.end()) { in X86SelectAddress()
2798 MFI.setStackProtectorIndex(FuncInfo.StaticAllocaMap[Slot]); in fastLowerIntrinsicCall()
3953 if (!FuncInfo.StaticAllocaMap.count(C)) in fastMaterializeAlloca()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp349 auto SI = FuncInfo.StaticAllocaMap.find(AI); in fastMaterializeAlloca()
350 if (SI == FuncInfo.StaticAllocaMap.end()) in fastMaterializeAlloca()
353 if (SI != FuncInfo.StaticAllocaMap.end()) { in fastMaterializeAlloca()
594 if (FuncInfo.StaticAllocaMap.count(static_cast<const AllocaInst *>(Obj)) || in computeAddress()
680 FuncInfo.StaticAllocaMap.find(AI); in computeAddress()
681 if (SI != FuncInfo.StaticAllocaMap.end()) { in computeAddress()