Home
last modified time | relevance | path

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

/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
DBaseTween.java33 private boolean isKilled; // true if kill() was called field in BaseTween
53 isStarted = isInitialized = isFinished = isKilled = isPaused = false; in reset()
118 isKilled = true; in kill()
325 return isFinished || isKilled; in isFinished()
414 if (!isStarted || isPaused || isKilled) return; in update()
/external/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp442 static bool isKilled(MachineInstr &MI, unsigned Reg, in isKilled() function
1182 !BaseOpKilled && isKilled(*MI, OtherOpReg, MRI, TII, LIS, false); in tryInstructionCommute()
1222 bool regBKilled = isKilled(MI, regB, MRI, TII, LIS, true); in tryInstructionTransform()
1254 regBKilled = isKilled(MI, regB, MRI, TII, LIS, true); in tryInstructionTransform()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp471 static bool isKilled(MachineInstr &MI, unsigned Reg, in isKilled() function
1227 bool OtherOpKilled = isKilled(*MI, OtherOpReg, MRI, TII, LIS, false); in tryInstructionCommute()
1277 bool regBKilled = isKilled(MI, regB, MRI, TII, LIS, true); in tryInstructionTransform()
1309 regBKilled = isKilled(MI, regB, MRI, TII, LIS, true); in tryInstructionTransform()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTwoAddressInstructionPass.cpp426 static bool isKilled(MachineInstr &MI, unsigned Reg, in isKilled() function
875 bool regBKilled = isKilled(*mi, regB, MRI, TII); in TryInstructionTransform()
897 if (!regBKilled && isKilled(*mi, regC, MRI, TII)) in TryInstructionTransform()