Searched refs:Incomings (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SILowerI1Copies.cpp | 74 SmallVectorImpl<Incoming> &Incomings) const override; 150 void analyze(MachineBasicBlock &DefBlock, ArrayRef<Incoming> Incomings) { in analyze() argument 161 for (auto Incoming : Incomings) { in analyze() 309 ArrayRef<Incoming> Incomings = {}) { in addLoopEntries() argument 313 for (auto &Incoming : Incomings) 316 if (!inLoopLevel(*Dom, LoopLevel, Incomings)) { 323 if (!inLoopLevel(*Pred, LoopLevel, Incomings)) 332 ArrayRef<Incoming> Incomings) const { in inLoopLevel() 337 for (auto &Incoming : Incomings) in inLoopLevel() 545 SmallVector<Incoming, 4> Incomings; in lowerPhis() local [all …]
|
H A D | AMDGPUGlobalISelDivergenceLowering.cpp | 73 SmallVectorImpl<Incoming> &Incomings) const override; 116 const MachineInstr *MI, SmallVectorImpl<Incoming> &Incomings) const { in collectIncomingValuesFromPhi() 118 Incomings.emplace_back(MI->getOperand(i).getReg(), in collectIncomingValuesFromPhi()
|
H A D | SILowerI1Copies.h | 88 SmallVectorImpl<Incoming> &Incomings) const = 0;
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | StructurizeCFG.cpp | 289 const SmallSet<BasicBlock *, 8> &Incomings, 657 BasicBlock *PHIBlock, const SmallSet<BasicBlock *, 8> &Incomings, in findUndefBlocks() argument 707 } else if (!Incomings.contains(Current)) { in findUndefBlocks() 734 SmallSet<BasicBlock *, 8> Incomings; in setPhiValues() local 737 Incomings.insert(VI.first); in setPhiValues() 744 findUndefBlocks(To, Incomings, UndefBlks); in setPhiValues()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86LowerAMXType.cpp | 531 SmallVector<Instruction *, 2> &Incomings); 539 BasicBlock *BB, SmallVector<Instruction *, 2> &Incomings) { in updatePhiIncomings() argument 542 for (auto *I : Incomings) { in updatePhiIncomings() 620 SmallVector<Instruction *, 2> Incomings; in volatileTilePHI() local 626 Incomings.push_back(Inst); in volatileTilePHI() 629 Value *StorePtr = updatePhiIncomings(BB, Incomings); in volatileTilePHI()
|