Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineOperand.h108 bool IsEarlyClobber : 1; variable
263 return IsEarlyClobber; in isEarlyClobber()
348 IsEarlyClobber = Val;
501 Op.IsEarlyClobber = isEarlyClobber;
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h134 bool IsEarlyClobber : 1; variable
314 return IsEarlyClobber; in isEarlyClobber()
398 IsEarlyClobber = Val;
622 Op.IsEarlyClobber = isEarlyClobber;
/external/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp1446 bool IsEarlyClobber = false; in processTiedPairs() local
1449 IsEarlyClobber |= DstMO.isEarlyClobber(); in processTiedPairs()
1526 LIS->getInstructionIndex(*MI).getRegSlot(IsEarlyClobber); in processTiedPairs()
1556 if (!IsEarlyClobber) { in processTiedPairs()
1585 SlotIndex UseIdx = MIIdx.getRegSlot(IsEarlyClobber); in processTiedPairs()
DMachineInstr.cpp201 IsEarlyClobber = false; in ChangeToRegister()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTwoAddressInstructionPass.cpp1135 bool IsEarlyClobber = false; in runOnMachineFunction() local
1146 IsEarlyClobber |= DstMO.isEarlyClobber(); in runOnMachineFunction()
1211 if (!IsEarlyClobber) { in runOnMachineFunction()
DMachineInstr.cpp181 IsEarlyClobber = false; in ChangeToRegister()