Home
last modified time | relevance | path

Searched defs:canCombine (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp5881 static bool canCombine(MachineBasicBlock &MBB, MachineOperand &MO, canCombine() function
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7686 bool canCombine(const Instruction *Use) { return isa<StoreInst>(Use); } canCombine() function in __anond527a6aa1811::VectorPromoteHelper