Home
last modified time | relevance | path

Searched refs:hasPartwordAtomics (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCSubtarget.h246 bool hasPartwordAtomics() const { return HasPartwordAtomics; } in hasPartwordAtomics() function
HDPPCISelLowering.cpp8073 assert(Subtarget.hasPartwordAtomics() && "Call this only with size >=4"); in EmitAtomicBinary()
8078 assert(Subtarget.hasPartwordAtomics() && "Call this only with size >=4"); in EmitAtomicBinary()
8149 if (Subtarget.hasPartwordAtomics()) in EmitPartwordAtomicBinary()
8780 (Subtarget.hasPartwordAtomics() && in EmitInstrWithCustomInserter()
8782 (Subtarget.hasPartwordAtomics() && in EmitInstrWithCustomInserter()
8794 assert(Subtarget.hasPartwordAtomics() && "No support partword atomics."); in EmitInstrWithCustomInserter()
8799 assert(Subtarget.hasPartwordAtomics() && "No support partword atomics."); in EmitInstrWithCustomInserter()
HDPPCInstrInfo.td742 def HasPartwordAtomics : Predicate<"PPCSubTarget->hasPartwordAtomics()">;