/external/llvm/lib/CodeGen/ |
D | SafeStackColoring.h | 74 ArrayRef<AllocaInst *> Allocas; variable 103 StackColoring(Function &F, ArrayRef<AllocaInst *> Allocas) in StackColoring()
|
D | StackColoring.cpp | 796 DenseMap<const AllocaInst*, const AllocaInst*> Allocas; in remapInstructions() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SafeStackColoring.h | 88 ArrayRef<AllocaInst *> Allocas; variable 118 StackColoring(Function &F, ArrayRef<AllocaInst *> Allocas) in StackColoring()
|
D | StackColoring.cpp | 905 DenseMap<const AllocaInst*, const AllocaInst*> Allocas; in remapInstructions() local
|
/external/llvm/lib/Transforms/Utils/ |
D | Mem2Reg.cpp | 32 std::vector<AllocaInst *> Allocas; in promoteMemoryToRegister() local
|
D | PromoteMemoryToRegister.cpp | 224 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/ |
D | Mem2Reg.cpp | 37 std::vector<AllocaInst *> Allocas; in promoteMemoryToRegister() local
|
D | PromoteMemoryToRegister.cpp | 227 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/ |
D | Mem2Reg.cpp | 37 std::vector<AllocaInst *> Allocas; in promoteMemoryToRegister() local
|
D | PromoteMemoryToRegister.cpp | 294 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/ |
D | CodeExtractor.h | 48 SmallVector<AllocaInst *, 16> Allocas; variable
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
D | StackLifetime.cpp | 319 ArrayRef<const AllocaInst *> Allocas, in StackLifetime() 403 SmallVector<const AllocaInst *, 8> Allocas; in run() local
|
D | StackSafetyAnalysis.cpp | 184 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/ |
D | CodeExtractor.h | 48 SmallVector<AllocaInst *, 16> Allocas; variable
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 67 AllocaHolder Allocas; // Track memory allocated by alloca member
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 68 AllocaHolder Allocas; // Track memory allocated by alloca member
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 72 AllocaHolder Allocas; // Track memory allocated by alloca member
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
D | StackLifetime.h | 104 ArrayRef<const AllocaInst *> Allocas; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64StackTagging.cpp | 436 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/ |
D | AMDGPUPromoteAlloca.cpp | 193 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/ |
D | AMDGPUPromoteAlloca.cpp | 168 SmallVector<AllocaInst *, 16> Allocas; in runOnFunction() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
D | ArgumentPromotion.cpp | 307 SmallVector<AllocaInst *, 4> Allocas; in doPromotion() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Coroutines/ |
D | CoroFrame.cpp | 340 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/ |
D | StackColoring.cpp | 949 DenseMap<const AllocaInst*, const AllocaInst*> Allocas; in remapInstructions() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | StackSafetyAnalysis.cpp | 151 SmallVector<AllocaInfo, 4> Allocas; member
|