Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp104 AllocaInst *AllocaRes = in createAllocaInstAtEntry() local
106 AllocaRes->setAlignment(AllocaAlignment); in createAllocaInstAtEntry()
107 return AllocaRes; in createAllocaInstAtEntry()
455 AllocaInst *AllocaRes = in getAllocaPos() local
457 BasicBlock::iterator Iter = AllocaRes->getIterator(); in getAllocaPos()
460 Value *I8Ptr = Builder.CreateBitCast(AllocaRes, Builder.getInt8PtrTy()); in getAllocaPos()