HomeSort by relevance Sort by last modified time
    Searched refs:expandAtomicRMW (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/X86/
X86AtomicExpandPass.cpp 61 bool expandAtomicRMW(AtomicRMWInst *AI);
90 MadeChange |= expandAtomicRMW(AI);
209 bool X86AtomicExpandPass::expandAtomicRMW(AtomicRMWInst *AI) {
281 expandAtomicRMW(AI);
  /external/llvm/lib/CodeGen/
AtomicExpandLoadLinkedPass.cpp 45 bool expandAtomicRMW(AtomicRMWInst *AI);
85 MadeChange |= expandAtomicRMW(AI);
131 return expandAtomicRMW(AI);
134 bool AtomicExpandLoadLinked::expandAtomicRMW(AtomicRMWInst *AI) {
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
SparcISelLowering.h 171 MachineBasicBlock *expandAtomicRMW(MachineInstr *MI,

Completed in 68 milliseconds