Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCSubtarget.h264 bool hasPartwordAtomics() const { return HasPartwordAtomics; } in hasPartwordAtomics() function
DPPCISelLowering.cpp8433 assert(Subtarget.hasPartwordAtomics() && "Call this only with size >=4"); in EmitAtomicBinary()
8438 assert(Subtarget.hasPartwordAtomics() && "Call this only with size >=4"); in EmitAtomicBinary()
8508 if (Subtarget.hasPartwordAtomics()) in EmitPartwordAtomicBinary()
9134 (Subtarget.hasPartwordAtomics() && in EmitInstrWithCustomInserter()
9136 (Subtarget.hasPartwordAtomics() && in EmitInstrWithCustomInserter()
9148 assert(Subtarget.hasPartwordAtomics() && "No support partword atomics."); in EmitInstrWithCustomInserter()
9153 assert(Subtarget.hasPartwordAtomics() && "No support partword atomics."); in EmitInstrWithCustomInserter()
DPPCInstrInfo.td790 def HasPartwordAtomics : Predicate<"PPCSubTarget->hasPartwordAtomics()">;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCSubtarget.h270 bool hasPartwordAtomics() const { return HasPartwordAtomics; } in hasPartwordAtomics() function
DPPCISelLowering.cpp9688 assert(Subtarget.hasPartwordAtomics() && "Call this only with size >=4"); in EmitAtomicBinary()
9693 assert(Subtarget.hasPartwordAtomics() && "Call this only with size >=4"); in EmitAtomicBinary()
9798 if (Subtarget.hasPartwordAtomics()) in EmitPartwordAtomicBinary()
10501 (Subtarget.hasPartwordAtomics() && in EmitInstrWithCustomInserter()
10503 (Subtarget.hasPartwordAtomics() && in EmitInstrWithCustomInserter()
10515 assert(Subtarget.hasPartwordAtomics() && "No support partword atomics."); in EmitInstrWithCustomInserter()
10520 assert(Subtarget.hasPartwordAtomics() && "No support partword atomics."); in EmitInstrWithCustomInserter()
DPPCInstrInfo.td904 def HasPartwordAtomics : Predicate<"PPCSubTarget->hasPartwordAtomics()">;