Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp524 bool hasFI = MI->getOperand(0).isFI(); in runOnMachineFunction() local
526 hasFI ? TRI.getFrameRegister(*MF) : MI->getOperand(0).getReg(); in runOnMachineFunction()
543 assert(!hasFI && "There's no handling of frame pointer updating here yet " in runOnMachineFunction()