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

  /external/v8/test/cctest/compiler/
test-instruction.cc 78 int NewInstr() {
150 int i0 = R.NewInstr();
151 int i1 = R.NewInstr();
154 int i2 = R.NewInstr();
155 int i3 = R.NewInstr();
156 int i4 = R.NewInstr();
157 int i5 = R.NewInstr();
160 int i6 = R.NewInstr();
161 int i7 = R.NewInstr();
162 int i8 = R.NewInstr();
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDILCFGStructurizer.cpp 521 MachineInstr *NewInstr = MF->CreateMachineInstr(TII->get(NewOpcode), DL);
523 blk->insert(I, NewInstr);
524 MachineInstrBuilder(*MF, NewInstr).addReg(RegNum, false);
525 SHOWNEWINSTR(NewInstr);
531 MachineInstr *NewInstr =
533 MBB->push_back(NewInstr);
534 MachineInstrBuilder(*MF, NewInstr).addReg(RegNum, false);
535 SHOWNEWINSTR(NewInstr);
    [all...]
  /external/llvm/lib/CodeGen/
PHIElimination.cpp 312 MachineInstr *NewInstr = std::prev(AfterPHIsIt);
313 SlotIndex DestCopyIndex = LIS->InsertMachineInstrInMaps(NewInstr);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 790 void FAddCombine::createInstPostProc(Instruction *NewInstr, bool NoNumber) {
791 NewInstr->setDebugLoc(Instr->getDebugLoc());
798 NewInstr->setFastMathFlags(Instr->getFastMathFlags());
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 251 milliseconds