Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp174 StaticAllocaMap[AI] = FrameIndex; in set()
227 if (!isa<AllocaInst>(I) || !StaticAllocaMap.count(cast<AllocaInst>(&I))) in set()
353 StaticAllocaMap.clear(); in clear()
H A DFastISel.cpp265 !FuncInfo.StaticAllocaMap.count(cast<AllocaInst>(V)))) in getRegForValue()
630 auto SI = FuncInfo.StaticAllocaMap.find(AI); in addStackMapLiveVars()
631 if (SI != FuncInfo.StaticAllocaMap.end()) in addStackMapLiveVars()
1243 !FuncInfo.StaticAllocaMap.count(cast<AllocaInst>(Address)))) in selectIntrinsicCall()
1751 if (FuncInfo.StaticAllocaMap.count(cast<AllocaInst>(I))) in selectOperator()
H A DSelectionDAGBuilder.cpp1411 auto SI = FuncInfo.StaticAllocaMap.find(AI); in handleDebugValue()
1412 if (SI != FuncInfo.StaticAllocaMap.end()) { in handleDebugValue()
1721 FuncInfo.StaticAllocaMap.find(AI); in getValueImpl()
1722 if (SI != FuncInfo.StaticAllocaMap.end()) in getValueImpl()
4044 if (FuncInfo.StaticAllocaMap.count(&I)) in visitAlloca()
6128 if (I != FuncInfo.StaticAllocaMap.end()) in visitIntrinsicCall()
6268 int FI = FuncInfo.StaticAllocaMap[FnCtx]; in visitIntrinsicCall()
6749 int FI = FuncInfo.StaticAllocaMap[Slot]; in visitIntrinsicCall()
6961 if (SI == FuncInfo.StaticAllocaMap.end()) in visitIntrinsicCall()
7038 int FI = FuncInfo.StaticAllocaMap[Slot]; in visitIntrinsicCall()
[all …]
H A DSelectionDAGISel.cpp1325 auto SI = FuncInfo.StaticAllocaMap.find(AI); in processDbgDeclare()
1326 if (SI != FuncInfo.StaticAllocaMap.end()) in processDbgDeclare()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h128 DenseMap<const AllocaInst*, int> StaticAllocaMap; variable
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86FastISel.cpp832 if (FuncInfo.StaticAllocaMap.count(static_cast<const AllocaInst *>(V)) || in X86SelectAddress()
871 FuncInfo.StaticAllocaMap.find(A); in X86SelectAddress()
872 if (SI != FuncInfo.StaticAllocaMap.end()) { in X86SelectAddress()
2763 MFI.setStackProtectorIndex(FuncInfo.StaticAllocaMap[Slot]); in fastLowerIntrinsicCall()
3878 if (!FuncInfo.StaticAllocaMap.count(C)) in fastMaterializeAlloca()
/openbsd/gnu/llvm/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()
595 if (FuncInfo.StaticAllocaMap.count(static_cast<const AllocaInst *>(Obj)) || in computeAddress()
681 FuncInfo.StaticAllocaMap.find(AI); in computeAddress()
682 if (SI != FuncInfo.StaticAllocaMap.end()) { in computeAddress()