Home
last modified time | relevance | path

Searched refs:alloca_inst (Results 1 – 13 of 13) sorted by relevance

/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DCodeGen_Posix.cpp149 AllocaInst *alloca_inst = dyn_cast<AllocaInst>(it->ptr); in create_allocation() local
150 … llvm::Function *allocated_in = alloca_inst ? alloca_inst->getParent()->getParent() : nullptr; in create_allocation()
192 AllocaInst *alloca_inst = dyn_cast<AllocaInst>(it->pseudostack_slot); in create_allocation() local
193 … llvm::Function *allocated_in = alloca_inst ? alloca_inst->getParent()->getParent() : nullptr; in create_allocation()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Expression/
H A DIRInterpreter.cpp802 const AllocaInst *alloca_inst = cast<AllocaInst>(inst); in Interpret() local
804 if (alloca_inst->isArrayAllocation()) { in Interpret()
819 Type *T = alloca_inst->getAllocatedType(); in Interpret()
820 Type *Tptr = alloca_inst->getType(); in Interpret()
855 frame.m_values[alloca_inst] = P; in Interpret()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Expression/
H A DIRInterpreter.cpp802 const AllocaInst *alloca_inst = cast<AllocaInst>(inst); in Interpret() local
804 if (alloca_inst->isArrayAllocation()) { in Interpret()
819 Type *T = alloca_inst->getAllocatedType(); in Interpret()
820 Type *Tptr = alloca_inst->getType(); in Interpret()
855 frame.m_values[alloca_inst] = P; in Interpret()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Expression/
H A DIRInterpreter.cpp802 const AllocaInst *alloca_inst = cast<AllocaInst>(inst); in Interpret() local
804 if (alloca_inst->isArrayAllocation()) { in Interpret()
819 Type *T = alloca_inst->getAllocatedType(); in Interpret()
820 Type *Tptr = alloca_inst->getType(); in Interpret()
855 frame.m_values[alloca_inst] = P; in Interpret()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Expression/
H A DIRInterpreter.cpp802 const AllocaInst *alloca_inst = cast<AllocaInst>(inst); in Interpret() local
804 if (alloca_inst->isArrayAllocation()) { in Interpret()
819 Type *T = alloca_inst->getAllocatedType(); in Interpret()
820 Type *Tptr = alloca_inst->getType(); in Interpret()
855 frame.m_values[alloca_inst] = P; in Interpret()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp802 const AllocaInst *alloca_inst = cast<AllocaInst>(inst); in Interpret() local
804 if (alloca_inst->isArrayAllocation()) { in Interpret()
819 Type *T = alloca_inst->getAllocatedType(); in Interpret()
820 Type *Tptr = alloca_inst->getType(); in Interpret()
855 frame.m_values[alloca_inst] = P; in Interpret()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Expression/
H A DIRInterpreter.cpp802 const AllocaInst *alloca_inst = cast<AllocaInst>(inst); in Interpret() local
804 if (alloca_inst->isArrayAllocation()) { in Interpret()
819 Type *T = alloca_inst->getAllocatedType(); in Interpret()
820 Type *Tptr = alloca_inst->getType(); in Interpret()
855 frame.m_values[alloca_inst] = P; in Interpret()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Expression/
H A DIRInterpreter.cpp802 const AllocaInst *alloca_inst = cast<AllocaInst>(inst); in Interpret() local
804 if (alloca_inst->isArrayAllocation()) { in Interpret()
819 Type *T = alloca_inst->getAllocatedType(); in Interpret()
820 Type *Tptr = alloca_inst->getType(); in Interpret()
855 frame.m_values[alloca_inst] = P; in Interpret()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Expression/
H A DIRInterpreter.cpp802 const AllocaInst *alloca_inst = cast<AllocaInst>(inst); in Interpret() local
804 if (alloca_inst->isArrayAllocation()) { in Interpret()
819 Type *T = alloca_inst->getAllocatedType(); in Interpret()
820 Type *Tptr = alloca_inst->getType(); in Interpret()
855 frame.m_values[alloca_inst] = P; in Interpret()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp803 const AllocaInst *alloca_inst = cast<AllocaInst>(inst); in Interpret() local
805 if (alloca_inst->isArrayAllocation()) { in Interpret()
820 Type *T = alloca_inst->getAllocatedType(); in Interpret()
821 Type *Tptr = alloca_inst->getType(); in Interpret()
856 frame.m_values[alloca_inst] = P; in Interpret()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Expression/
H A DIRInterpreter.cpp802 const AllocaInst *alloca_inst = cast<AllocaInst>(inst); in Interpret() local
804 if (alloca_inst->isArrayAllocation()) { in Interpret()
819 Type *T = alloca_inst->getAllocatedType(); in Interpret()
820 Type *Tptr = alloca_inst->getType(); in Interpret()
855 frame.m_values[alloca_inst] = P; in Interpret()
/dports/lang/zig-devel/zig-0.9.0/src/codegen/
H A Dllvm.zig3435 const alloca_inst = self.buildAlloca(pointee_llvm_ty);
3438 alloca_inst.setAlignment(alignment);
3439 return alloca_inst;
3450 const alloca_inst = self.buildAlloca(ret_llvm_ty);
3451 alloca_inst.setAlignment(ptr_ty.ptrAlignment(target));
3452 return alloca_inst;
/dports/lang/zig/zig-0.9.0/src/codegen/
H A Dllvm.zig3435 const alloca_inst = self.buildAlloca(pointee_llvm_ty);
3438 alloca_inst.setAlignment(alignment);
3439 return alloca_inst;
3450 const alloca_inst = self.buildAlloca(ret_llvm_ty);
3451 alloca_inst.setAlignment(ptr_ty.ptrAlignment(target));
3452 return alloca_inst;