Searched defs:canCombine (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ | ||
H A D | AArch64InstrInfo.cpp | 5881 static bool canCombine(MachineBasicBlock &MBB, MachineOperand &MO, canCombine() function |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ | ||
H A D | CodeGenPrepare.cpp | 7686 bool canCombine(const Instruction *Use) { return isa<StoreInst>(Use); } canCombine() function in __anond527a6aa1811::VectorPromoteHelper |