Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp169 StaticAllocaMap[AI] = FrameIndex; in set()
222 if (!isa<AllocaInst>(I) || !StaticAllocaMap.count(cast<AllocaInst>(&I))) in set()
348 StaticAllocaMap.clear(); in clear()
H A DFastISel.cpp265 !FuncInfo.StaticAllocaMap.count(cast<AllocaInst>(V)))) in getRegForValue()
627 auto SI = FuncInfo.StaticAllocaMap.find(AI); in addStackMapLiveVars()
628 if (SI != FuncInfo.StaticAllocaMap.end()) in addStackMapLiveVars()
1269 if (auto SI = FuncInfo.StaticAllocaMap.find(dyn_cast<AllocaInst>(V)); in lowerDbgValue()
1270 SI != FuncInfo.StaticAllocaMap.end()) { in lowerDbgValue()
1326 !FuncInfo.StaticAllocaMap.count(cast<AllocaInst>(Address)))) in lowerDbgDeclare()
1829 if (FuncInfo.StaticAllocaMap.count(cast<AllocaInst>(I))) in selectOperator()
H A DSelectionDAGBuilder.cpp1582 auto SI = FuncInfo.StaticAllocaMap.find(AI); in handleDebugValue()
1583 if (SI != FuncInfo.StaticAllocaMap.end()) { in handleDebugValue()
1898 FuncInfo.StaticAllocaMap.find(AI); in getValueImpl()
1899 if (SI != FuncInfo.StaticAllocaMap.end()) in getValueImpl()
4238 if (FuncInfo.StaticAllocaMap.count(&I)) in visitAlloca()
6406 int FI = FuncInfo.StaticAllocaMap[FnCtx]; in visitIntrinsicCall()
6981 int FI = FuncInfo.StaticAllocaMap[Slot]; in visitIntrinsicCall()
7196 if (SI == FuncInfo.StaticAllocaMap.end()) in visitIntrinsicCall()
7279 assert(FuncInfo.StaticAllocaMap.count(Slot) && in visitIntrinsicCall()
7281 int FI = FuncInfo.StaticAllocaMap[Slot]; in visitIntrinsicCall()
[all …]
H A DSelectionDAGISel.cpp1436 auto SI = FuncInfo.StaticAllocaMap.find(AI); in processDbgDeclare()
1437 if (SI != FuncInfo.StaticAllocaMap.end()) in processDbgDeclare()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h133 DenseMap<const AllocaInst*, int> StaticAllocaMap; variable
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/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()
2274 if (!FuncInfo.StaticAllocaMap.count(AI)) return 0; in fastMaterializeAlloca()
2280 FuncInfo.StaticAllocaMap.find(AI); in fastMaterializeAlloca()
2282 if (SI != FuncInfo.StaticAllocaMap.end()) { in fastMaterializeAlloca()
/freebsd-14.2/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-14.2/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-14.2/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()
2760 MFI.setStackProtectorIndex(FuncInfo.StaticAllocaMap[Slot]); in fastLowerIntrinsicCall()
3935 if (!FuncInfo.StaticAllocaMap.count(C)) in fastMaterializeAlloca()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp354 if (!FuncInfo.StaticAllocaMap.count(AI)) in fastMaterializeAlloca()
358 FuncInfo.StaticAllocaMap.find(AI); in fastMaterializeAlloca()
360 if (SI != FuncInfo.StaticAllocaMap.end()) { in fastMaterializeAlloca()
598 if (FuncInfo.StaticAllocaMap.count(static_cast<const AllocaInst *>(Obj)) || in computeAddress()
684 FuncInfo.StaticAllocaMap.find(AI); in computeAddress()
685 if (SI != FuncInfo.StaticAllocaMap.end()) { in computeAddress()