Home
last modified time | relevance | path

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

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