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

  /external/llvm/lib/Target/Hexagon/
HexagonGenPredicate.cpp 219 MachineInstr *UseI = I->getParent();
220 if (isConvertibleToPredForm(UseI))
221 PUsers.insert(UseI);
HexagonSplitDouble.cpp 244 MachineInstr *UseI = Op.getParent();
245 if (isFixedInstr(UseI))
247 for (unsigned i = 0, n = UseI->getNumOperands(); i < n; ++i) {
248 MachineOperand &MO = UseI->getOperand(i);
405 MachineInstr *UseI = U->getParent();
406 if (isFixedInstr(UseI)) {
409 for (auto &Op : UseI->operands()) {
420 if (UseI->isPHI()) {
421 const MachineBasicBlock *PB = UseI->getParent();
428 int32_t P = profit(UseI);
    [all...]
  /external/llvm/lib/CodeGen/
SplitKit.cpp 175 SmallVectorImpl<SlotIndex>::const_iterator UseI, UseE;
176 UseI = UseSlots.begin();
191 if (UseI == UseE || *UseI >= Stop) {
200 BI.FirstInstr = *UseI;
202 do ++UseI;
203 while (UseI != UseE && *UseI < Stop);
204 BI.LastInstr = UseI[-1];
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 180 milliseconds