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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CodeGenPrepare.cpp 7260 bool canCombine(const Instruction *Use) { return isa<StoreInst>(Use); }
7269 assert(canCombine(ToBeCombined) && "Unsupported instruction to combine");
7373 if (VPH.canCombine(ToBePromoted)) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp 4503 static bool canCombine(MachineBasicBlock &MBB, MachineOperand &MO,
4534 return canCombine(MBB, MO, MulOpc, ZeroReg, true);
4541 return canCombine(MBB, MO, MulOpc);
4603 if (canCombine(MBB, Root.getOperand(Operand), Opcode)) {

Completed in 38 milliseconds