Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCSubtarget.h246 bool hasPartwordAtomics() const { return HasPartwordAtomics; } in hasPartwordAtomics() function
DPPCISelLowering.cpp7844 assert(Subtarget.hasPartwordAtomics() && "Call this only with size >=4"); in EmitAtomicBinary()
7849 assert(Subtarget.hasPartwordAtomics() && "Call this only with size >=4"); in EmitAtomicBinary()
7920 if (Subtarget.hasPartwordAtomics()) in EmitPartwordAtomicBinary()
8548 (Subtarget.hasPartwordAtomics() && in EmitInstrWithCustomInserter()
8550 (Subtarget.hasPartwordAtomics() && in EmitInstrWithCustomInserter()
8562 assert(Subtarget.hasPartwordAtomics() && "No support partword atomics."); in EmitInstrWithCustomInserter()
8567 assert(Subtarget.hasPartwordAtomics() && "No support partword atomics."); in EmitInstrWithCustomInserter()
DPPCInstrInfo.td726 def HasPartwordAtomics : Predicate<"PPCSubTarget->hasPartwordAtomics()">;