Home
last modified time | relevance | path

Searched defs:setKill (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64A57FPLoadBalancing.cpp233 void setKill(MachineInstr *MI, unsigned Idx, bool Immutable) { in setKill() function in __anonc66926b50211::Chain
/third_party/mesa3d/src/amd/compiler/
Daco_ir.h809 constexpr void setKill(bool flag) noexcept in setKill() function
941 constexpr void setKill(bool flag) noexcept { isKill_ = flag; } in setKill() function