Home
last modified time | relevance | path

Searched refs:canCombine (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp2850 static bool canCombine(MachineBasicBlock &MBB, MachineOperand &MO, in canCombine() function
2881 return canCombine(MBB, MO, MulOpc, ZeroReg, true); in canCombineWithMUL()
2888 return canCombine(MBB, MO, MulOpc); in canCombineWithFMUL()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp5049 bool canCombine(const Instruction *Use) { return isa<StoreInst>(Use); } in canCombine() function in __anonebd7bfba0411::VectorPromoteHelper
5058 assert(canCombine(ToBeCombined) && "Unsupported instruction to combine"); in recordCombineInstruction()
5161 if (VPH.canCombine(ToBePromoted)) { in optimizeExtractElementInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp3559 static bool canCombine(MachineBasicBlock &MBB, MachineOperand &MO, in canCombine() function
3590 return canCombine(MBB, MO, MulOpc, ZeroReg, true); in canCombineWithMUL()
3597 return canCombine(MBB, MO, MulOpc); in canCombineWithFMUL()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp6095 bool canCombine(const Instruction *Use) { return isa<StoreInst>(Use); } in canCombine() function in __anon783ecff20a11::VectorPromoteHelper
6104 assert(canCombine(ToBeCombined) && "Unsupported instruction to combine"); in recordCombineInstruction()
6208 if (VPH.canCombine(ToBePromoted)) { in optimizeExtractElementInst()