Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
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()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp2765 bool CondIsKill = hasTrivialKill(Cond); in selectSelect() local
2773 .addReg(CondReg, getKillRegState(CondIsKill)) in selectSelect()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp2676 bool CondIsKill = hasTrivialKill(Cond); in selectSelect() local
2684 .addReg(CondReg, getKillRegState(CondIsKill)) in selectSelect()