/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | Mem2Reg.cpp | 37 std::vector<AllocaInst *> Allocas; in promoteMemoryToRegister() local
|
H A D | PromoteMemoryToRegister.cpp | 224 std::vector<AllocaInst *> Allocas; member 1013 void llvm::PromoteMemToReg(ArrayRef<AllocaInst *> Allocas, DominatorTree &DT, in PromoteMemToReg()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | StackLifetime.cpp | 310 ArrayRef<const AllocaInst *> Allocas, in StackLifetime() 394 SmallVector<const AllocaInst *, 8> Allocas; in run() local
|
H A D | StackSafetyAnalysis.cpp | 176 std::map<const AllocaInst *, UseInfo<CalleeTy>> Allocas; member 447 SmallVector<AllocaInst *, 64> Allocas; in run() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
H A D | CodeExtractor.h | 48 SmallVector<AllocaInst *, 16> Allocas; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Interpreter.h | 67 AllocaHolder Allocas; // Track memory allocated by alloca member
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | StackLifetime.h | 105 ArrayRef<const AllocaInst *> Allocas; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64StackTagging.cpp | 462 const MapVector<AllocaInst *, AllocaInfo> &Allocas, in insertBaseTaggedPointer() 552 MapVector<AllocaInst *, AllocaInfo> Allocas; // need stable iteration order in runOnFunction() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPromoteAlloca.cpp | 187 SmallVector<AllocaInst *, 16> Allocas; in run() local 1111 SmallVector<AllocaInst *, 16> Allocas; in promoteAllocasToVector() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 324 SmallVector<AllocaInfo, 8> Allocas; member 401 static void dumpAllocas(const SmallVectorImpl<AllocaInfo> &Allocas) { in dumpAllocas() 614 AllocaSetType Allocas; in addFieldForAllocas() local 2419 SmallVectorImpl<AllocaInfo> &Allocas) { in collectFrameAllocas()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | StackColoring.cpp | 949 DenseMap<const AllocaInst*, const AllocaInst*> Allocas; in remapInstructions() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | StatepointLowering.cpp | 692 SmallVector<SDValue, 4> Allocas; in lowerStatepointMetaArgs() local
|
H A D | SelectionDAGBuilder.cpp | 6766 SmallVector<const Value *, 4> Allocas; in visitIntrinsicCall() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | HWAddressSanitizer.cpp | 1142 SmallVectorImpl<AllocaInst *> &Allocas, in instrumentStack()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 1838 SmallVector<const Value *, 4> Allocas; in translateKnownIntrinsic() local
|