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

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64SIMDInstrOpt.cpp 160 bool shouldReplaceInst(MachineFunction *MF, const MCInstrDesc *InstDesc,
218 shouldReplaceInst(MachineFunction *MF, const MCInstrDesc *InstDesc,
286 if (shouldReplaceInst(MF, OriginalMCID, ReplInstrMCID))
302 if (shouldReplaceInst(MF, OriginalMCID, ReplInstrMCID)) {
423 if (!shouldReplaceInst(MI.getParent()->getParent(), &TII->get(MI.getOpcode()),
543 if (!shouldReplaceInst(MI.getParent()->getParent(), &TII->get(MI.getOpcode()),
AArch64SIMDInstrOpt.cpp 160 bool shouldReplaceInst(MachineFunction *MF, const MCInstrDesc *InstDesc,
218 shouldReplaceInst(MachineFunction *MF, const MCInstrDesc *InstDesc,
286 if (shouldReplaceInst(MF, OriginalMCID, ReplInstrMCID))
302 if (shouldReplaceInst(MF, OriginalMCID, ReplInstrMCID)) {
423 if (!shouldReplaceInst(MI.getParent()->getParent(), &TII->get(MI.getOpcode()),
543 if (!shouldReplaceInst(MI.getParent()->getParent(), &TII->get(MI.getOpcode()),

Completed in 219 milliseconds