Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp461 SmallVector<Instruction *, 2> &Incomings);
469 BasicBlock *BB, SmallVector<Instruction *, 2> &Incomings) { in updatePhiIncomings() argument
472 for (auto *I : Incomings) { in updatePhiIncomings()
550 SmallVector<Instruction *, 2> Incomings; in volatileTilePHI() local
556 Incomings.push_back(Inst); in volatileTilePHI()
559 Value *StorePtr = updatePhiIncomings(BB, Incomings); in volatileTilePHI()