Home
last modified time | relevance | path

Searched refs:expandCopy (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.h132 bool expandCopy(MachineBasicBlock &B, MachineBasicBlock::iterator It,
DHexagonFrameLowering.cpp1716 bool HexagonFrameLowering::expandCopy(MachineBasicBlock &B, in expandCopy() function in HexagonFrameLowering
2046 Changed |= expandCopy(B, I, MRI, HII, NewRegs); in expandSpillMacros()
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsSEFrameLowering.cpp81 bool expandCopy(MachineBasicBlock &MBB, Iter I);
156 if (!expandCopy(MBB, I)) in expandInstr()
244 bool ExpandPseudo::expandCopy(MachineBasicBlock &MBB, Iter I) { in expandCopy() function in ExpandPseudo