Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCSubtarget.h251 bool hasPartwordAtomics() const { return HasPartwordAtomics; } in hasPartwordAtomics() function
DPPCISelLowering.cpp8136 assert(Subtarget.hasPartwordAtomics() && "Call this only with size >=4"); in EmitAtomicBinary()
8141 assert(Subtarget.hasPartwordAtomics() && "Call this only with size >=4"); in EmitAtomicBinary()
8211 if (Subtarget.hasPartwordAtomics()) in EmitPartwordAtomicBinary()
8839 (Subtarget.hasPartwordAtomics() && in EmitInstrWithCustomInserter()
8841 (Subtarget.hasPartwordAtomics() && in EmitInstrWithCustomInserter()
8853 assert(Subtarget.hasPartwordAtomics() && "No support partword atomics."); in EmitInstrWithCustomInserter()
8858 assert(Subtarget.hasPartwordAtomics() && "No support partword atomics."); in EmitInstrWithCustomInserter()
DPPCInstrInfo.td744 def HasPartwordAtomics : Predicate<"PPCSubTarget->hasPartwordAtomics()">;