Searched refs:PHIOp (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1655 const Value *PHIOp = PN->getIncomingValueForBlock(LLVMBB); local
1660 if (const Instruction *Inst = dyn_cast<Instruction>(PHIOp))
1663 unsigned Reg = getRegForValue(PHIOp);
H A DSelectionDAGBuilder.cpp7649 const Value *PHIOp = PN->getIncomingValueForBlock(LLVMBB);
7651 if (const Constant *C = dyn_cast<Constant>(PHIOp)) {
7660 FuncInfo.ValueMap.find(PHIOp);
7664 assert(isa<AllocaInst>(PHIOp) &&
7665 FuncInfo.StaticAllocaMap.count(cast<AllocaInst>(PHIOp)) &&
7667 Reg = FuncInfo.CreateRegs(PHIOp->getType());
7668 CopyValueToVirtualRegister(PHIOp, Reg);

Completed in 124 milliseconds