Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp181 StaticAllocaMap[AI] = FrameIndex; in set()
234 if (!isa<AllocaInst>(I) || !StaticAllocaMap.count(cast<AllocaInst>(&I))) in set()
360 StaticAllocaMap.clear(); in clear()
H A DFastISel.cpp268 !FuncInfo.StaticAllocaMap.count(cast<AllocaInst>(V)))) in getRegForValue()
638 auto SI = FuncInfo.StaticAllocaMap.find(AI); in addStackMapLiveVars()
639 if (SI != FuncInfo.StaticAllocaMap.end()) in addStackMapLiveVars()
1253 !FuncInfo.StaticAllocaMap.count(cast<AllocaInst>(Address)))) in selectIntrinsicCall()
1749 if (FuncInfo.StaticAllocaMap.count(cast<AllocaInst>(I))) in selectOperator()
H A DSelectionDAGBuilder.cpp1336 auto SI = FuncInfo.StaticAllocaMap.find(AI); in handleDebugValue()
1337 if (SI != FuncInfo.StaticAllocaMap.end()) { in handleDebugValue()
1644 FuncInfo.StaticAllocaMap.find(AI); in getValueImpl()
1645 if (SI != FuncInfo.StaticAllocaMap.end()) in getValueImpl()
3983 if (FuncInfo.StaticAllocaMap.count(&I)) in visitAlloca()
6006 auto I = FuncInfo.StaticAllocaMap.find(AI); in visitIntrinsicCall()
6007 if (I != FuncInfo.StaticAllocaMap.end()) in visitIntrinsicCall()
6138 int FI = FuncInfo.StaticAllocaMap[FnCtx]; in visitIntrinsicCall()
6565 int FI = FuncInfo.StaticAllocaMap[Slot]; in visitIntrinsicCall()
6778 auto SI = FuncInfo.StaticAllocaMap.find(LifetimeObject); in visitIntrinsicCall()
[all …]
H A DSelectionDAGISel.cpp1343 auto SI = FuncInfo.StaticAllocaMap.find(AI); in processDbgDeclares()
1344 if (SI != FuncInfo.StaticAllocaMap.end()) in processDbgDeclares()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp214 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()
598 FuncInfo.StaticAllocaMap.find(AI); in fastMaterializeAlloca()
600 if (SI != FuncInfo.StaticAllocaMap.end()) { in fastMaterializeAlloca()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h125 DenseMap<const AllocaInst*, int> StaticAllocaMap; variable
/netbsd-src/external/apache2/llvm/dist/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()
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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp341 FuncInfo.StaticAllocaMap.find(AI); in fastMaterializeAlloca()
343 if (SI != FuncInfo.StaticAllocaMap.end()) { in fastMaterializeAlloca()
470 if (FuncInfo.StaticAllocaMap.count(static_cast<const AllocaInst *>(Obj)) || in computeAddress()
532 FuncInfo.StaticAllocaMap.find(AI); in computeAddress()
533 if (SI != FuncInfo.StaticAllocaMap.end()) { in computeAddress()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMFastISel.cpp647 if (!FuncInfo.StaticAllocaMap.count(AI)) return 0; in fastMaterializeAlloca()
653 FuncInfo.StaticAllocaMap.find(AI); in fastMaterializeAlloca()
657 if (SI != FuncInfo.StaticAllocaMap.end()) { in fastMaterializeAlloca()
704 if (FuncInfo.StaticAllocaMap.count(static_cast<const AllocaInst *>(Obj)) || in ARMComputeAddress()
787 FuncInfo.StaticAllocaMap.find(AI); in ARMComputeAddress()
788 if (SI != FuncInfo.StaticAllocaMap.end()) { in ARMComputeAddress()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FastISel.cpp839 if (FuncInfo.StaticAllocaMap.count(static_cast<const AllocaInst *>(V)) || in X86SelectAddress()
878 FuncInfo.StaticAllocaMap.find(A); in X86SelectAddress()
879 if (SI != FuncInfo.StaticAllocaMap.end()) { in X86SelectAddress()
2767 MFI.setStackProtectorIndex(FuncInfo.StaticAllocaMap[Slot]); in fastLowerIntrinsicCall()
3856 if (!FuncInfo.StaticAllocaMap.count(C)) in fastMaterializeAlloca()
/netbsd-src/external/apache2/llvm/dist/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()