Searched refs:expandAtomicCmpXchg (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVExpandPseudoInsts.cpp | 54 bool expandAtomicCmpXchg(MachineBasicBlock &MBB, 131 return expandAtomicCmpXchg(MBB, MBBI, false, 32, NextMBBI); in expandMI() 133 return expandAtomicCmpXchg(MBB, MBBI, false, 64, NextMBBI); in expandMI() 135 return expandAtomicCmpXchg(MBB, MBBI, true, 32, NextMBBI); in expandMI() 528 bool RISCVExpandPseudo::expandAtomicCmpXchg( in expandAtomicCmpXchg() function in __anond9f3d86f0111::RISCVExpandPseudo
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | AtomicExpandPass.cpp | 104 bool expandAtomicCmpXchg(AtomicCmpXchgInst *CI); 1092 bool AtomicExpand::expandAtomicCmpXchg(AtomicCmpXchgInst *CI) { in expandAtomicCmpXchg() function in AtomicExpand 1422 return expandAtomicCmpXchg(CI); in tryExpandAtomicCmpXchg()
|