Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp161 StaticAllocaMap[AI] = FrameIndex; in set()
218 if (!isa<AllocaInst>(I) || !StaticAllocaMap.count(cast<AllocaInst>(&I))) in set()
342 StaticAllocaMap.clear(); in clear()
H A DFastISel.cpp390 !FuncInfo.StaticAllocaMap.count(cast<AllocaInst>(V)))) in getRegForValue()
776 auto SI = FuncInfo.StaticAllocaMap.find(AI); in addStackMapLiveVars()
777 if (SI != FuncInfo.StaticAllocaMap.end()) in addStackMapLiveVars()
1378 !FuncInfo.StaticAllocaMap.count(cast<AllocaInst>(Address)))) in selectIntrinsicCall()
1865 if (FuncInfo.StaticAllocaMap.count(cast<AllocaInst>(I))) in selectOperator()
H A DSelectionDAGBuilder.cpp1386 FuncInfo.StaticAllocaMap.find(AI); in getValueImpl()
1387 if (SI != FuncInfo.StaticAllocaMap.end()) in getValueImpl()
3600 if (FuncInfo.StaticAllocaMap.count(&I)) in visitAlloca()
5249 auto I = FuncInfo.StaticAllocaMap.find(AI); in visitIntrinsicCall()
5250 if (I != FuncInfo.StaticAllocaMap.end()) in visitIntrinsicCall()
5448 int FI = FuncInfo.StaticAllocaMap[FnCtx]; in visitIntrinsicCall()
5915 int FI = FuncInfo.StaticAllocaMap[Slot]; in visitIntrinsicCall()
6114 if (SI == FuncInfo.StaticAllocaMap.end()) in visitIntrinsicCall()
6173 assert(FuncInfo.StaticAllocaMap.count(Slot) && in visitIntrinsicCall()
6175 int FI = FuncInfo.StaticAllocaMap[Slot]; in visitIntrinsicCall()
[all …]
H A DSelectionDAGISel.cpp1329 auto SI = FuncInfo->StaticAllocaMap.find(AI); in processDbgDeclares()
1330 if (SI != FuncInfo->StaticAllocaMap.end()) in processDbgDeclares()
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp217 if (FuncInfo.StaticAllocaMap.count(static_cast<const AllocaInst *>(Obj)) || in computeAddress()
320 FuncInfo.StaticAllocaMap.find(AI); in computeAddress()
321 if (SI != FuncInfo.StaticAllocaMap.end()) { in computeAddress()
592 FuncInfo.StaticAllocaMap.find(AI); in fastMaterializeAlloca()
594 if (SI != FuncInfo.StaticAllocaMap.end()) { in fastMaterializeAlloca()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h169 DenseMap<const AllocaInst*, int> StaticAllocaMap; variable
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp327 if (FuncInfo.StaticAllocaMap.count(static_cast<const AllocaInst *>(Obj)) || in PPCComputeAddress()
404 FuncInfo.StaticAllocaMap.find(AI); in PPCComputeAddress()
405 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-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp343 FuncInfo.StaticAllocaMap.find(AI); in fastMaterializeAlloca()
345 if (SI != FuncInfo.StaticAllocaMap.end()) { in fastMaterializeAlloca()
472 if (FuncInfo.StaticAllocaMap.count(static_cast<const AllocaInst *>(Obj)) || in computeAddress()
534 FuncInfo.StaticAllocaMap.find(AI); in computeAddress()
535 if (SI != FuncInfo.StaticAllocaMap.end()) { in computeAddress()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMFastISel.cpp666 if (!FuncInfo.StaticAllocaMap.count(AI)) return 0; in fastMaterializeAlloca()
672 FuncInfo.StaticAllocaMap.find(AI); in fastMaterializeAlloca()
676 if (SI != FuncInfo.StaticAllocaMap.end()) { in fastMaterializeAlloca()
723 if (FuncInfo.StaticAllocaMap.count(static_cast<const AllocaInst *>(Obj)) || in ARMComputeAddress()
806 FuncInfo.StaticAllocaMap.find(AI); in ARMComputeAddress()
807 if (SI != FuncInfo.StaticAllocaMap.end()) { in ARMComputeAddress()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86FastISel.cpp851 if (FuncInfo.StaticAllocaMap.count(static_cast<const AllocaInst *>(V)) || in X86SelectAddress()
890 FuncInfo.StaticAllocaMap.find(A); in X86SelectAddress()
891 if (SI != FuncInfo.StaticAllocaMap.end()) { in X86SelectAddress()
2789 MFI.setStackProtectorIndex(FuncInfo.StaticAllocaMap[Slot]); in fastLowerIntrinsicCall()
3893 if (!FuncInfo.StaticAllocaMap.count(C)) in fastMaterializeAlloca()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp362 if (!FuncInfo.StaticAllocaMap.count(AI)) in fastMaterializeAlloca()
366 FuncInfo.StaticAllocaMap.find(AI); in fastMaterializeAlloca()
368 if (SI != FuncInfo.StaticAllocaMap.end()) { in fastMaterializeAlloca()
559 if (FuncInfo.StaticAllocaMap.count(static_cast<const AllocaInst *>(Obj)) || in computeAddress()
645 FuncInfo.StaticAllocaMap.find(AI); in computeAddress()
646 if (SI != FuncInfo.StaticAllocaMap.end()) { in computeAddress()