HomeSort by: relevance | last modified time | path
    Searched defs:Late (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
SplitKit.cpp 524 unsigned SubIdx, LiveInterval &DestLI, bool Late, SlotIndex Def) {
535 Def = Indexes.insertMachineInstrInMaps(*CopyMI, Late).getRegSlot();
550 MachineBasicBlock::iterator InsertBefore, bool Late, unsigned RegIdx) {
557 return Indexes.insertMachineInstrInMaps(*CopyMI, Late).getRegSlot();
579 DestLI, Late, Def);
594 // so always begin RegIdx 0 early and all others late.
595 bool Late = RegIdx != 0;
608 Def = Edit->rematerializeAt(MBB, I, Reg, RM, TRI, Late);
629 Def = Indexes.insertMachineInstrInMaps(*ImplicitDef, Late).getRegSlot();
632 Def = buildCopy(Edit->getReg(), Reg, LaneMask, MBB, I, Late, RegIdx)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonLoopIdiomRecognition.cpp 600 ValueSeq &Late);
601 bool classifyInst(Instruction *UseI, ValueSeq &Early, ValueSeq &Late);
1166 ValueSeq &Cycle, ValueSeq &Early, ValueSeq &Late) {
1169 // will be "late".
1184 ValueSeq &First = !IsE ? Early : Late;
1188 ValueSeq &Second = IsE ? Early : Late;
1202 ValueSeq &Early, ValueSeq &Late) {
1205 // values do have to be both early or both late.
1209 if (Late.count(TV) || Late.count(FV)
    [all...]

Completed in 28 milliseconds