Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp117 static AllocaInst *createAllocaInstAtEntry(IRBuilder<> &Builder, BasicBlock *BB, in createAllocaInstAtEntry() function
432 AllocaAddr = createAllocaInstAtEntry(Builder, Bitcast->getParent(), MemTy); in transformBitcast()
1159 createAllocaInstAtEntry(Builder, Cast->getParent(), LD->getType()); in combineLoadCast()
1324 AllocaAddr = createAllocaInstAtEntry(Builder, AMXCast->getParent(), MemTy); in transformAMXCast()