Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp178 StaticAllocaMap[AI] = FrameIndex; in set()
231 if (!isa<AllocaInst>(I) || !StaticAllocaMap.count(cast<AllocaInst>(&I))) in set()
357 StaticAllocaMap.clear(); in clear()
H A DFastISel.cpp265 !FuncInfo.StaticAllocaMap.count(cast<AllocaInst>(V)))) in getRegForValue()
635 auto SI = FuncInfo.StaticAllocaMap.find(AI); in addStackMapLiveVars()
636 if (SI != FuncInfo.StaticAllocaMap.end()) in addStackMapLiveVars()
1249 !FuncInfo.StaticAllocaMap.count(cast<AllocaInst>(Address)))) in selectIntrinsicCall()
1750 if (FuncInfo.StaticAllocaMap.count(cast<AllocaInst>(I))) in selectOperator()
H A DSelectionDAGBuilder.cpp1350 auto SI = FuncInfo.StaticAllocaMap.find(AI); in handleDebugValue()
1351 if (SI != FuncInfo.StaticAllocaMap.end()) { in handleDebugValue()
1665 FuncInfo.StaticAllocaMap.find(AI); in getValueImpl()
1666 if (SI != FuncInfo.StaticAllocaMap.end()) in getValueImpl()
3991 if (FuncInfo.StaticAllocaMap.count(&I)) in visitAlloca()
6057 if (I != FuncInfo.StaticAllocaMap.end()) in visitIntrinsicCall()
6188 int FI = FuncInfo.StaticAllocaMap[FnCtx]; in visitIntrinsicCall()
6669 int FI = FuncInfo.StaticAllocaMap[Slot]; in visitIntrinsicCall()
6881 if (SI == FuncInfo.StaticAllocaMap.end()) in visitIntrinsicCall()
6958 int FI = FuncInfo.StaticAllocaMap[Slot]; in visitIntrinsicCall()
[all …]
H A DSelectionDAGISel.cpp1312 auto SI = FuncInfo.StaticAllocaMap.find(AI); in processDbgDeclares()
1313 if (SI != FuncInfo.StaticAllocaMap.end()) in processDbgDeclares()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h128 DenseMap<const AllocaInst*, int> StaticAllocaMap; variable
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp218 if (FuncInfo.StaticAllocaMap.count(static_cast<const AllocaInst *>(Obj)) || in computeAddress()
324 FuncInfo.StaticAllocaMap.find(AI); in computeAddress()
325 if (SI != FuncInfo.StaticAllocaMap.end()) { in computeAddress()
599 FuncInfo.StaticAllocaMap.find(AI); in fastMaterializeAlloca()
601 if (SI != FuncInfo.StaticAllocaMap.end()) { in fastMaterializeAlloca()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp312 if (FuncInfo.StaticAllocaMap.count(static_cast<const AllocaInst *>(Obj)) || in PPCComputeAddress()
389 FuncInfo.StaticAllocaMap.find(AI); in PPCComputeAddress()
390 if (SI != FuncInfo.StaticAllocaMap.end()) { in PPCComputeAddress()
2275 if (!FuncInfo.StaticAllocaMap.count(AI)) return 0; in fastMaterializeAlloca()
2281 FuncInfo.StaticAllocaMap.find(AI); in fastMaterializeAlloca()
2283 if (SI != FuncInfo.StaticAllocaMap.end()) { in fastMaterializeAlloca()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86FastISel.cpp834 if (FuncInfo.StaticAllocaMap.count(static_cast<const AllocaInst *>(V)) || in X86SelectAddress()
873 FuncInfo.StaticAllocaMap.find(A); in X86SelectAddress()
874 if (SI != FuncInfo.StaticAllocaMap.end()) { in X86SelectAddress()
2765 MFI.setStackProtectorIndex(FuncInfo.StaticAllocaMap[Slot]); in fastLowerIntrinsicCall()
3876 if (!FuncInfo.StaticAllocaMap.count(C)) in fastMaterializeAlloca()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp351 if (!FuncInfo.StaticAllocaMap.count(AI)) in fastMaterializeAlloca()
355 FuncInfo.StaticAllocaMap.find(AI); in fastMaterializeAlloca()
357 if (SI != FuncInfo.StaticAllocaMap.end()) { in fastMaterializeAlloca()
571 if (FuncInfo.StaticAllocaMap.count(static_cast<const AllocaInst *>(Obj)) || in computeAddress()
657 FuncInfo.StaticAllocaMap.find(AI); in computeAddress()
658 if (SI != FuncInfo.StaticAllocaMap.end()) { in computeAddress()