Home
last modified time | relevance | path

Searched refs:setAllocatedType (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp1388 void AllocaInst::setAllocatedType(Type *Ty) { in setAllocatedType() function in llvm::sandboxir::AllocaInst
1391 &AllocaInst::setAllocatedType>>(this); in setAllocatedType()
1392 cast<llvm::AllocaInst>(Val)->setAllocatedType(Ty->LLVMTy); in setAllocatedType()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp1048 AI->setAllocatedType(TypeMapper->remapType(AI->getAllocatedType())); in remapInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp558 I.setAllocatedType(NewTy); in visitAllocaInst()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h2242 LLVM_ABI void setAllocatedType(Type *Ty);
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h124 void setAllocatedType(Type *Ty) { AllocatedType = Ty; } in setAllocatedType() function