Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h303 bool hasPartwordAtomics() const { return HasPartwordAtomics; } in hasPartwordAtomics() function
H A DPPCISelLowering.cpp11001 assert(Subtarget.hasPartwordAtomics() && "Call this only with size >=4"); in EmitAtomicBinary()
11006 assert(Subtarget.hasPartwordAtomics() && "Call this only with size >=4"); in EmitAtomicBinary()
11181 if (Subtarget.hasPartwordAtomics()) in EmitPartwordAtomicBinary()
12089 (Subtarget.hasPartwordAtomics() && in EmitInstrWithCustomInserter()
12091 (Subtarget.hasPartwordAtomics() && in EmitInstrWithCustomInserter()
12103 assert(Subtarget.hasPartwordAtomics() && "No support partword atomics."); in EmitInstrWithCustomInserter()
12108 assert(Subtarget.hasPartwordAtomics() && "No support partword atomics."); in EmitInstrWithCustomInserter()
H A DPPCInstrInfo.td1166 def HasPartwordAtomics : Predicate<"Subtarget->hasPartwordAtomics()">;