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

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonCopyToCombine.cpp 107 MachineOperand &HiOperand, MachineOperand &LoOperand);
110 MachineOperand &HiOperand, MachineOperand &LoOperand);
113 MachineOperand &HiOperand, MachineOperand &LoOperand);
116 MachineOperand &HiOperand, MachineOperand &LoOperand);
119 MachineOperand &HiOperand, MachineOperand &LoOperand);
610 MachineOperand &LoOperand = IsI1Loreg ? I1.getOperand(1) : I2.getOperand(1);
615 bool IsLoReg = LoOperand.isReg();
618 bool IsC64 = OptForSize && LoOperand.isImm() && HiOperand.isImm() &&
624 emitCombineRR(InsertPt, DoubleRegDest, HiOperand, LoOperand);
626 emitCombineRI(InsertPt, DoubleRegDest, HiOperand, LoOperand);
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 3770 MCOperand LoOperand = MCOperand::createExpr(
3788 emitInstWithOffset(LoOperand);
3795 emitInstWithOffset(LoOperand);

Completed in 21 milliseconds