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.cpp169 StaticAllocaMap[AI] = FrameIndex; in set()
226 if (!isa<AllocaInst>(I) || !StaticAllocaMap.count(cast<AllocaInst>(&I))) in set()
355 StaticAllocaMap.clear(); in clear()
H A DFastISel.cpp265 !FuncInfo.StaticAllocaMap.count(cast<AllocaInst>(V)))) in getRegForValue()
631 auto SI = FuncInfo.StaticAllocaMap.find(AI); in addStackMapLiveVars()
632 if (SI != FuncInfo.StaticAllocaMap.end()) in addStackMapLiveVars()
1298 if (auto SI = FuncInfo.StaticAllocaMap.find(dyn_cast<AllocaInst>(V)); in lowerDbgValue()
1299 SI != FuncInfo.StaticAllocaMap.end()) { in lowerDbgValue()
1355 !FuncInfo.StaticAllocaMap.count(cast<AllocaInst>(Address)))) in lowerDbgDeclare()
1874 if (FuncInfo.StaticAllocaMap.count(cast<AllocaInst>(I))) in selectOperator()
H A DSelectionDAGBuilder.cpp1615 auto SI = FuncInfo.StaticAllocaMap.find(AI); in handleDebugValue()
1616 if (SI != FuncInfo.StaticAllocaMap.end()) { in handleDebugValue()
1937 FuncInfo.StaticAllocaMap.find(AI); in getValueImpl()
1938 if (SI != FuncInfo.StaticAllocaMap.end()) in getValueImpl()
4431 if (FuncInfo.StaticAllocaMap.count(&I)) in visitAlloca()
6724 int FI = FuncInfo.StaticAllocaMap[FnCtx]; in visitIntrinsicCall()
7340 int FI = FuncInfo.StaticAllocaMap[Slot]; in visitIntrinsicCall()
7558 auto SI = FuncInfo.StaticAllocaMap.find(LifetimeObject); in visitIntrinsicCall()
7559 if (SI == FuncInfo.StaticAllocaMap.end()) in visitIntrinsicCall()
7645 assert(FuncInfo.StaticAllocaMap.count(Slot) && in visitIntrinsicCall()
[all …]
H A DSelectionDAGISel.cpp1550 auto SI = FuncInfo.StaticAllocaMap.find(AI); in processDbgDeclare()
1551 if (SI != FuncInfo.StaticAllocaMap.end()) in processDbgDeclare()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h133 DenseMap<const AllocaInst*, int> StaticAllocaMap; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp222 if (FuncInfo.StaticAllocaMap.count(static_cast<const AllocaInst *>(Obj)) || in computeAddress()
328 FuncInfo.StaticAllocaMap.find(AI); in computeAddress()
329 if (SI != FuncInfo.StaticAllocaMap.end()) { in computeAddress()
607 FuncInfo.StaticAllocaMap.find(AI); in fastMaterializeAlloca()
609 if (SI != FuncInfo.StaticAllocaMap.end()) { in fastMaterializeAlloca()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp311 if (FuncInfo.StaticAllocaMap.count(static_cast<const AllocaInst *>(Obj)) || in PPCComputeAddress()
388 FuncInfo.StaticAllocaMap.find(AI); in PPCComputeAddress()
389 if (SI != FuncInfo.StaticAllocaMap.end()) { in PPCComputeAddress()
2276 if (!FuncInfo.StaticAllocaMap.count(AI)) return 0; in fastMaterializeAlloca()
2282 FuncInfo.StaticAllocaMap.find(AI); in fastMaterializeAlloca()
2284 if (SI != FuncInfo.StaticAllocaMap.end()) { in fastMaterializeAlloca()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp337 FuncInfo.StaticAllocaMap.find(AI); in fastMaterializeAlloca()
339 if (SI != FuncInfo.StaticAllocaMap.end()) { in fastMaterializeAlloca()
466 if (FuncInfo.StaticAllocaMap.count(static_cast<const AllocaInst *>(Obj)) || in computeAddress()
528 FuncInfo.StaticAllocaMap.find(AI); in computeAddress()
529 if (SI != FuncInfo.StaticAllocaMap.end()) { in computeAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp645 if (!FuncInfo.StaticAllocaMap.count(AI)) return 0; in fastMaterializeAlloca()
651 FuncInfo.StaticAllocaMap.find(AI); in fastMaterializeAlloca()
655 if (SI != FuncInfo.StaticAllocaMap.end()) { in fastMaterializeAlloca()
702 if (FuncInfo.StaticAllocaMap.count(static_cast<const AllocaInst *>(Obj)) || in ARMComputeAddress()
785 FuncInfo.StaticAllocaMap.find(AI); in ARMComputeAddress()
786 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()
2762 MFI.setStackProtectorIndex(FuncInfo.StaticAllocaMap[Slot]); in fastLowerIntrinsicCall()
3937 if (!FuncInfo.StaticAllocaMap.count(C)) in fastMaterializeAlloca()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp355 if (!FuncInfo.StaticAllocaMap.count(AI)) in fastMaterializeAlloca()
359 FuncInfo.StaticAllocaMap.find(AI); in fastMaterializeAlloca()
361 if (SI != FuncInfo.StaticAllocaMap.end()) { in fastMaterializeAlloca()
599 if (FuncInfo.StaticAllocaMap.count(static_cast<const AllocaInst *>(Obj)) || in computeAddress()
685 FuncInfo.StaticAllocaMap.find(AI); in computeAddress()
686 if (SI != FuncInfo.StaticAllocaMap.end()) { in computeAddress()