Home
last modified time | relevance | path

Searched refs:StatusDead (Results 1 – 17 of 17) sorted by relevance

/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp178 bool StatusDead = MI.getOperand(1).isDead(); in expandCMP_SWAP() local
200 if (!StatusDead) in expandCMP_SWAP()
223 .addReg(StatusReg, getKillRegState(StatusDead)) in expandCMP_SWAP()
258 bool StatusDead = MI.getOperand(2).isDead(); in expandCMP_SWAP_128() local
303 .addUse(StatusReg, getKillRegState(StatusDead)) in expandCMP_SWAP_128()
316 .addReg(StatusReg, getKillRegState(StatusDead)) in expandCMP_SWAP_128()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp182 bool StatusDead = MI.getOperand(1).isDead(); in expandCMP_SWAP() local
204 if (!StatusDead) in expandCMP_SWAP()
227 .addReg(StatusReg, getKillRegState(StatusDead)) in expandCMP_SWAP()
262 bool StatusDead = MI.getOperand(2).isDead(); in expandCMP_SWAP_128() local
307 .addUse(StatusReg, getKillRegState(StatusDead)) in expandCMP_SWAP_128()
320 .addReg(StatusReg, getKillRegState(StatusDead)) in expandCMP_SWAP_128()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp182 bool StatusDead = MI.getOperand(1).isDead(); in expandCMP_SWAP() local
204 if (!StatusDead) in expandCMP_SWAP()
227 .addReg(StatusReg, getKillRegState(StatusDead)) in expandCMP_SWAP()
262 bool StatusDead = MI.getOperand(2).isDead(); in expandCMP_SWAP_128() local
307 .addUse(StatusReg, getKillRegState(StatusDead)) in expandCMP_SWAP_128()
320 .addReg(StatusReg, getKillRegState(StatusDead)) in expandCMP_SWAP_128()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp182 bool StatusDead = MI.getOperand(1).isDead(); in expandCMP_SWAP() local
204 if (!StatusDead) in expandCMP_SWAP()
227 .addReg(StatusReg, getKillRegState(StatusDead)) in expandCMP_SWAP()
262 bool StatusDead = MI.getOperand(2).isDead(); in expandCMP_SWAP_128() local
307 .addUse(StatusReg, getKillRegState(StatusDead)) in expandCMP_SWAP_128()
320 .addReg(StatusReg, getKillRegState(StatusDead)) in expandCMP_SWAP_128()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp597 bool StatusDead = MI.getOperand(1).isDead();
619 if (!StatusDead)
642 .addReg(StatusReg, getKillRegState(StatusDead))
677 bool StatusDead = MI.getOperand(2).isDead();
722 .addUse(StatusReg, getKillRegState(StatusDead))
735 .addReg(StatusReg, getKillRegState(StatusDead))
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp597 bool StatusDead = MI.getOperand(1).isDead(); in expandCMP_SWAP() local
619 if (!StatusDead) in expandCMP_SWAP()
642 .addReg(StatusReg, getKillRegState(StatusDead)) in expandCMP_SWAP()
677 bool StatusDead = MI.getOperand(2).isDead(); in expandCMP_SWAP_128() local
722 .addUse(StatusReg, getKillRegState(StatusDead)) in expandCMP_SWAP_128()
735 .addReg(StatusReg, getKillRegState(StatusDead)) in expandCMP_SWAP_128()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp187 bool StatusDead = MI.getOperand(1).isDead(); in expandCMP_SWAP() local
209 if (!StatusDead) in expandCMP_SWAP()
232 .addReg(StatusReg, getKillRegState(StatusDead)) in expandCMP_SWAP()
267 bool StatusDead = MI.getOperand(2).isDead(); in expandCMP_SWAP_128() local
312 .addUse(StatusReg, getKillRegState(StatusDead)) in expandCMP_SWAP_128()
325 .addReg(StatusReg, getKillRegState(StatusDead)) in expandCMP_SWAP_128()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp187 bool StatusDead = MI.getOperand(1).isDead(); in expandCMP_SWAP() local
209 if (!StatusDead) in expandCMP_SWAP()
232 .addReg(StatusReg, getKillRegState(StatusDead)) in expandCMP_SWAP()
267 bool StatusDead = MI.getOperand(2).isDead(); in expandCMP_SWAP_128() local
312 .addUse(StatusReg, getKillRegState(StatusDead)) in expandCMP_SWAP_128()
325 .addReg(StatusReg, getKillRegState(StatusDead)) in expandCMP_SWAP_128()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp189 bool StatusDead = MI.getOperand(1).isDead(); in expandCMP_SWAP() local
211 if (!StatusDead) in expandCMP_SWAP()
234 .addReg(StatusReg, getKillRegState(StatusDead)) in expandCMP_SWAP()
269 bool StatusDead = MI.getOperand(2).isDead(); in expandCMP_SWAP_128() local
314 .addUse(StatusReg, getKillRegState(StatusDead)) in expandCMP_SWAP_128()
327 .addReg(StatusReg, getKillRegState(StatusDead)) in expandCMP_SWAP_128()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp187 bool StatusDead = MI.getOperand(1).isDead(); in expandCMP_SWAP() local
209 if (!StatusDead) in expandCMP_SWAP()
232 .addReg(StatusReg, getKillRegState(StatusDead)) in expandCMP_SWAP()
267 bool StatusDead = MI.getOperand(2).isDead(); in expandCMP_SWAP_128() local
312 .addUse(StatusReg, getKillRegState(StatusDead)) in expandCMP_SWAP_128()
325 .addReg(StatusReg, getKillRegState(StatusDead)) in expandCMP_SWAP_128()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp189 bool StatusDead = MI.getOperand(1).isDead(); in expandCMP_SWAP() local
211 if (!StatusDead) in expandCMP_SWAP()
234 .addReg(StatusReg, getKillRegState(StatusDead)) in expandCMP_SWAP()
269 bool StatusDead = MI.getOperand(2).isDead(); in expandCMP_SWAP_128() local
314 .addUse(StatusReg, getKillRegState(StatusDead)) in expandCMP_SWAP_128()
327 .addReg(StatusReg, getKillRegState(StatusDead)) in expandCMP_SWAP_128()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp192 bool StatusDead = MI.getOperand(1).isDead(); in expandCMP_SWAP() local
214 if (!StatusDead) in expandCMP_SWAP()
237 .addReg(StatusReg, getKillRegState(StatusDead)) in expandCMP_SWAP()
272 bool StatusDead = MI.getOperand(2).isDead(); in expandCMP_SWAP_128() local
342 .addUse(StatusReg, getKillRegState(StatusDead)) in expandCMP_SWAP_128()
355 .addReg(StatusReg, getKillRegState(StatusDead)) in expandCMP_SWAP_128()
369 .addReg(StatusReg, getKillRegState(StatusDead)) in expandCMP_SWAP_128()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp192 bool StatusDead = MI.getOperand(1).isDead(); in expandCMP_SWAP() local
214 if (!StatusDead) in expandCMP_SWAP()
237 .addReg(StatusReg, getKillRegState(StatusDead)) in expandCMP_SWAP()
272 bool StatusDead = MI.getOperand(2).isDead(); in expandCMP_SWAP_128() local
342 .addUse(StatusReg, getKillRegState(StatusDead)) in expandCMP_SWAP_128()
355 .addReg(StatusReg, getKillRegState(StatusDead)) in expandCMP_SWAP_128()
369 .addReg(StatusReg, getKillRegState(StatusDead)) in expandCMP_SWAP_128()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp192 bool StatusDead = MI.getOperand(1).isDead(); in expandCMP_SWAP() local
214 if (!StatusDead) in expandCMP_SWAP()
237 .addReg(StatusReg, getKillRegState(StatusDead)) in expandCMP_SWAP()
272 bool StatusDead = MI.getOperand(2).isDead(); in expandCMP_SWAP_128() local
342 .addUse(StatusReg, getKillRegState(StatusDead)) in expandCMP_SWAP_128()
355 .addReg(StatusReg, getKillRegState(StatusDead)) in expandCMP_SWAP_128()
369 .addReg(StatusReg, getKillRegState(StatusDead)) in expandCMP_SWAP_128()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp192 bool StatusDead = MI.getOperand(1).isDead(); in expandCMP_SWAP() local
214 if (!StatusDead) in expandCMP_SWAP()
237 .addReg(StatusReg, getKillRegState(StatusDead)) in expandCMP_SWAP()
272 bool StatusDead = MI.getOperand(2).isDead(); in expandCMP_SWAP_128() local
342 .addUse(StatusReg, getKillRegState(StatusDead)) in expandCMP_SWAP_128()
355 .addReg(StatusReg, getKillRegState(StatusDead)) in expandCMP_SWAP_128()
369 .addReg(StatusReg, getKillRegState(StatusDead)) in expandCMP_SWAP_128()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp192 bool StatusDead = MI.getOperand(1).isDead(); in expandCMP_SWAP() local
214 if (!StatusDead) in expandCMP_SWAP()
237 .addReg(StatusReg, getKillRegState(StatusDead)) in expandCMP_SWAP()
272 bool StatusDead = MI.getOperand(2).isDead(); in expandCMP_SWAP_128() local
342 .addUse(StatusReg, getKillRegState(StatusDead)) in expandCMP_SWAP_128()
355 .addReg(StatusReg, getKillRegState(StatusDead)) in expandCMP_SWAP_128()
369 .addReg(StatusReg, getKillRegState(StatusDead)) in expandCMP_SWAP_128()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp192 bool StatusDead = MI.getOperand(1).isDead(); in expandCMP_SWAP() local
214 if (!StatusDead) in expandCMP_SWAP()
237 .addReg(StatusReg, getKillRegState(StatusDead)) in expandCMP_SWAP()
272 bool StatusDead = MI.getOperand(2).isDead(); in expandCMP_SWAP_128() local
342 .addUse(StatusReg, getKillRegState(StatusDead)) in expandCMP_SWAP_128()
355 .addReg(StatusReg, getKillRegState(StatusDead)) in expandCMP_SWAP_128()
369 .addReg(StatusReg, getKillRegState(StatusDead)) in expandCMP_SWAP_128()