Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86FastISel.cpp2026 bool CondIsKill = hasTrivialKill(Cond); in X86FastEmitCMoveSelect() local
2029 .addReg(CondReg, getKillRegState(CondIsKill)).addImm(1); in X86FastEmitCMoveSelect()
2199 bool CondIsKill = hasTrivialKill(Cond); in X86FastEmitPseudoSelect() local
2201 .addReg(CondReg, getKillRegState(CondIsKill)).addImm(1); in X86FastEmitPseudoSelect()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp2676 bool CondIsKill = hasTrivialKill(Cond); in selectSelect() local
2684 .addReg(CondReg, getKillRegState(CondIsKill)) in selectSelect()