Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp2081 static const MachineInstr *canCombine(const MachineBasicBlock &MBB, canCombine() function
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp5920 static bool canCombine(MachineBasicBlock &MBB, MachineOperand &MO, canCombine() function
/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7800 bool canCombine(const Instruction *Use) { return isa<StoreInst>(Use); } canCombine() function in __anon072927cb1911::VectorPromoteHelper