Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Target/R600/
DAMDILCFGStructurizer.cpp514 MachineInstr *NewInstr = MF->CreateMachineInstr(TII->get(NewOpcode), DL); in insertCondBranchBefore() local
516 blk->insert(I, NewInstr); in insertCondBranchBefore()
517 MachineInstrBuilder(*MF, NewInstr).addReg(RegNum, false); in insertCondBranchBefore()
518 SHOWNEWINSTR(NewInstr); in insertCondBranchBefore()
524 MachineInstr *NewInstr = in insertCondBranchEnd() local
526 MBB->push_back(NewInstr); in insertCondBranchEnd()
527 MachineInstrBuilder(*MF, NewInstr).addReg(RegNum, false); in insertCondBranchEnd()
528 SHOWNEWINSTR(NewInstr); in insertCondBranchEnd()
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
DPHIElimination.cpp309 MachineInstr *NewInstr = prior(AfterPHIsIt); in LowerPHINode() local
310 SlotIndex DestCopyIndex = LIS->InsertMachineInstrInMaps(NewInstr); in LowerPHINode()
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp774 void FAddCombine::createInstPostProc(Instruction *NewInstr) { in createInstPostProc() argument
775 NewInstr->setDebugLoc(Instr->getDebugLoc()); in createInstPostProc()
781 NewInstr->setFastMathFlags(Instr->getFastMathFlags()); in createInstPostProc()
/freebsd-10-stable/contrib/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1033 bool NewInstr = (Instr && Instr->getParent() == LoopVectorBody); in getBroadcastInstrs() local
1034 bool Invariant = OrigLoop->isLoopInvariant(V) && !NewInstr; in getBroadcastInstrs()