Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonCopyToCombine.cpp90 bool AllowC64);
183 MachineInstr &LowRegInst, bool AllowC64) { in areCombinableOperations() argument
203 if (!AllowC64) { in areCombinableOperations()
521 bool AllowC64) { in findPairable() argument
555 if ((IsI2LowReg && !areCombinableOperations(TRI, I1, *I2, AllowC64)) || in findPairable()
556 (IsI1LowReg && !areCombinableOperations(TRI, *I2, I1, AllowC64))) in findPairable()