Searched refs:ValKill (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 688 bool ValKill = hasTrivialKill(Val); in X86FastEmitStore() local 689 return X86FastEmitStore(VT, ValReg, ValKill, AM, MMO, Aligned); in X86FastEmitStore()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 711 bool ValKill = hasTrivialKill(Val); in X86FastEmitStore() local 712 return X86FastEmitStore(VT, ValReg, ValKill, AM, MMO, Aligned); in X86FastEmitStore()
|