Searched refs:shouldReplaceInst (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64SIMDInstrOpt.cpp | 160 bool shouldReplaceInst(MachineFunction *MF, const MCInstrDesc *InstDesc, 218 shouldReplaceInst(MachineFunction *MF, const MCInstrDesc *InstDesc, in shouldReplaceInst() function in AArch64SIMDInstrOpt 286 if (shouldReplaceInst(MF, OriginalMCID, ReplInstrMCID)) in shouldExitEarly() 302 if (shouldReplaceInst(MF, OriginalMCID, ReplInstrMCID)) { in shouldExitEarly() 423 if (!shouldReplaceInst(MI.getParent()->getParent(), &TII->get(MI.getOpcode()), in optimizeVectElement() 543 if (!shouldReplaceInst(MI.getParent()->getParent(), &TII->get(MI.getOpcode()), in optimizeLdStInterleave()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64SIMDInstrOpt.cpp | 160 bool shouldReplaceInst(MachineFunction *MF, const MCInstrDesc *InstDesc, 218 shouldReplaceInst(MachineFunction *MF, const MCInstrDesc *InstDesc, in shouldReplaceInst() function in AArch64SIMDInstrOpt 285 if (shouldReplaceInst(MF, OriginalMCID, ReplInstrMCID)) in shouldExitEarly() 299 if (shouldReplaceInst(MF, OriginalMCID, ReplInstrMCID)) { in shouldExitEarly() 420 if (!shouldReplaceInst(MI.getParent()->getParent(), &TII->get(MI.getOpcode()), in optimizeVectElement() 540 if (!shouldReplaceInst(MI.getParent()->getParent(), &TII->get(MI.getOpcode()), in optimizeLdStInterleave()
|