Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86FastISel.cpp2120 bool CondIsKill = hasTrivialKill(Cond); in X86FastEmitCMoveSelect() local
2128 .addReg(KCondReg, getKillRegState(CondIsKill)); in X86FastEmitCMoveSelect()
2133 .addReg(CondReg, getKillRegState(CondIsKill)) in X86FastEmitCMoveSelect()
2336 bool CondIsKill = hasTrivialKill(Cond); in X86FastEmitPseudoSelect() local
2344 .addReg(KCondReg, getKillRegState(CondIsKill)); in X86FastEmitPseudoSelect()
2349 .addReg(CondReg, getKillRegState(CondIsKill)) in X86FastEmitPseudoSelect()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp2774 bool CondIsKill = hasTrivialKill(Cond); in selectSelect() local
2782 .addReg(CondReg, getKillRegState(CondIsKill)) in selectSelect()