Searched defs:canCombine (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/Target/RISCV/ | ||
H A D | RISCVInstrInfo.cpp | 2081 static const MachineInstr *canCombine(const MachineBasicBlock &MBB, canCombine() function |
/llvm-project/llvm/lib/Target/AArch64/ | ||
H A D | AArch64InstrInfo.cpp | 5920 static bool canCombine(MachineBasicBlock &MBB, MachineOperand &MO, canCombine() function |
/llvm-project/llvm/lib/CodeGen/ | ||
H A D | CodeGenPrepare.cpp | 7800 bool canCombine(const Instruction *Use) { return isa<StoreInst>(Use); } canCombine() function in __anon072927cb1911::VectorPromoteHelper |