HomeSort by relevance Sort by last modified time
    Searched refs:NewInstr (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/R600/
AMDILCFGStructurizer.cpp 514 MachineInstr *NewInstr = MF->CreateMachineInstr(TII->get(NewOpcode), DL);
516 blk->insert(I, NewInstr);
517 MachineInstrBuilder(*MF, NewInstr).addReg(RegNum, false);
518 SHOWNEWINSTR(NewInstr);
524 MachineInstr *NewInstr =
526 MBB->push_back(NewInstr);
527 MachineInstrBuilder(*MF, NewInstr).addReg(RegNum, false);
528 SHOWNEWINSTR(NewInstr);
    [all...]
  /external/llvm/lib/CodeGen/
PHIElimination.cpp 309 MachineInstr *NewInstr = prior(AfterPHIsIt);
310 SlotIndex DestCopyIndex = LIS->InsertMachineInstrInMaps(NewInstr);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 774 void FAddCombine::createInstPostProc(Instruction *NewInstr) {
775 NewInstr->setDebugLoc(Instr->getDebugLoc());
781 NewInstr->setFastMathFlags(Instr->getFastMathFlags());
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 84 milliseconds