Home
last modified time | relevance | path

Searched defs:Allocas (Results 1 – 25 of 34) 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/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DMem2Reg.cpp37 std::vector<AllocaInst *> Allocas; in promoteMemoryToRegister() local
DPromoteMemoryToRegister.cpp294 std::vector<AllocaInst *> Allocas; member
1104 void llvm::PromoteMemToReg(ArrayRef<AllocaInst *> Allocas, DominatorTree &DT, in PromoteMemToReg()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DCodeExtractor.h48 SmallVector<AllocaInst *, 16> Allocas; variable
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DStackLifetime.cpp319 ArrayRef<const AllocaInst *> Allocas, in StackLifetime()
403 SmallVector<const AllocaInst *, 8> Allocas; in run() local
DStackSafetyAnalysis.cpp184 std::map<const AllocaInst *, UseInfo<CalleeTy>> Allocas; member
528 SmallVector<AllocaInst *, 64> Allocas; in run() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/
DCodeExtractor.h48 SmallVector<AllocaInst *, 16> Allocas; variable
/external/swiftshader/third_party/llvm-16.0/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/swiftshader/third_party/llvm-16.0/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/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp193 SmallVector<AllocaInst *, 16> Allocas; in run() local
1193 SmallVector<AllocaInst *, 16> Allocas; in promoteAllocasToVector() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp168 SmallVector<AllocaInst *, 16> Allocas; in runOnFunction() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp307 SmallVector<AllocaInst *, 4> Allocas; in doPromotion() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp340 SmallVector<AllocaInfo, 8> Allocas; member
429 static void dumpAllocas(const SmallVectorImpl<AllocaInfo> &Allocas) { in dumpAllocas()
664 AllocaSetType Allocas; in addFieldForAllocas() local
2611 SmallVectorImpl<AllocaInfo> &Allocas, in collectFrameAlloca()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DStackColoring.cpp949 DenseMap<const AllocaInst*, const AllocaInst*> Allocas; in remapInstructions() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DStackSafetyAnalysis.cpp151 SmallVector<AllocaInfo, 4> Allocas; member

12