Home
last modified time | relevance | path

Searched defs:Allocas (Results 1 – 25 of 36) sorted by relevance

12

/external/llvm/lib/CodeGen/
DSafeStackColoring.h74 ArrayRef<AllocaInst *> Allocas; variable
103 StackColoring(Function &F, ArrayRef<AllocaInst *> Allocas) in StackColoring()
DStackColoring.cpp796 DenseMap<const AllocaInst*, const AllocaInst*> Allocas; in remapInstructions() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSafeStackColoring.h88 ArrayRef<AllocaInst *> Allocas; variable
118 StackColoring(Function &F, ArrayRef<AllocaInst *> Allocas) in StackColoring()
DStackColoring.cpp905 DenseMap<const AllocaInst*, const AllocaInst*> Allocas; in remapInstructions() local
/external/llvm/lib/Transforms/Utils/
DMem2Reg.cpp32 std::vector<AllocaInst *> Allocas; in promoteMemoryToRegister() local
DPromoteMemoryToRegister.cpp224 std::vector<AllocaInst *> Allocas; member
987 void llvm::PromoteMemToReg(ArrayRef<AllocaInst *> Allocas, DominatorTree &DT, in PromoteMemToReg()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DMem2Reg.cpp37 std::vector<AllocaInst *> Allocas; in promoteMemoryToRegister() local
DPromoteMemoryToRegister.cpp227 std::vector<AllocaInst *> Allocas; member
1000 void llvm::PromoteMemToReg(ArrayRef<AllocaInst *> Allocas, DominatorTree &DT, in PromoteMemToReg()
/external/llvm-project/llvm/lib/Transforms/Utils/
DMem2Reg.cpp37 std::vector<AllocaInst *> Allocas; in promoteMemoryToRegister() local
DPromoteMemoryToRegister.cpp224 std::vector<AllocaInst *> Allocas; member
1017 void llvm::PromoteMemToReg(ArrayRef<AllocaInst *> Allocas, DominatorTree &DT, in PromoteMemToReg()
/external/llvm-project/llvm/lib/Analysis/
DStackLifetime.cpp310 ArrayRef<const AllocaInst *> Allocas, in StackLifetime()
394 SmallVector<const AllocaInst *, 8> Allocas; in run() local
DStackSafetyAnalysis.cpp176 std::map<const AllocaInst *, UseInfo<CalleeTy>> Allocas; member
447 SmallVector<AllocaInst *, 64> Allocas; in run() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DCodeExtractor.h48 SmallVector<AllocaInst *, 16> Allocas; variable
/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DCodeExtractor.h48 SmallVector<AllocaInst *, 16> Allocas; variable
/external/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h67 AllocaHolder Allocas; // Track memory allocated by alloca member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h68 AllocaHolder Allocas; // Track memory allocated by alloca member
/external/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h72 AllocaHolder Allocas; // Track memory allocated by alloca member
/external/llvm-project/llvm/include/llvm/Analysis/
DStackLifetime.h104 ArrayRef<const AllocaInst *> Allocas; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64StackTagging.cpp436 const MapVector<AllocaInst *, AllocaInfo> &Allocas, in insertBaseTaggedPointer()
524 MapVector<AllocaInst *, AllocaInfo> Allocas; // need stable iteration order in runOnFunction() local
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp209 SmallVector<AllocaInst *, 16> Allocas; in runOnFunction() local
1110 SmallVector<AllocaInst *, 16> Allocas; in runOnFunction() local
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64StackTagging.cpp460 const MapVector<AllocaInst *, AllocaInfo> &Allocas, in insertBaseTaggedPointer()
550 MapVector<AllocaInst *, AllocaInfo> Allocas; // need stable iteration order in runOnFunction() local
/external/llvm-project/polly/lib/CodeGen/
DManagedMemoryRewrite.cpp269 SmallSet<AllocaInst *, 4> &Allocas) { in getAllocasToBeManaged()
/external/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp315 SmallVector<AllocaInfo, 8> Allocas; member
364 static void dumpAllocas(const SmallVectorImpl<AllocaInfo> &Allocas) { in dumpAllocas()
565 AllocaSetType Allocas; in addFieldForAllocas() local
2099 SmallVectorImpl<AllocaInfo> &Allocas) { in collectFrameAllocas()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp168 SmallVector<AllocaInst *, 16> Allocas; in runOnFunction() local
/external/llvm-project/llvm/lib/CodeGen/
DStackColoring.cpp951 DenseMap<const AllocaInst*, const AllocaInst*> Allocas; in remapInstructions() local

12