Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTargetInstrInfoImpl.cpp229 unsigned FoldIdx) { in canFoldCopy() argument
233 assert(FoldIdx<2 && "FoldIdx refers no nonexistent operand"); in canFoldCopy()
235 const MachineOperand &FoldOp = MI->getOperand(FoldIdx); in canFoldCopy()
236 const MachineOperand &LiveOp = MI->getOperand(1-FoldIdx); in canFoldCopy()
/external/llvm/lib/CodeGen/
DTargetInstrInfo.cpp400 unsigned FoldIdx) { in canFoldCopy() argument
404 assert(FoldIdx<2 && "FoldIdx refers no nonexistent operand"); in canFoldCopy()
406 const MachineOperand &FoldOp = MI.getOperand(FoldIdx); in canFoldCopy()
407 const MachineOperand &LiveOp = MI.getOperand(1 - FoldIdx); in canFoldCopy()