HomeSort by relevance Sort by last modified time
    Searched refs:getSynchScope (Results 1 - 13 of 13) sorted by null

  /external/llvm/lib/VMCore/
Instruction.cpp 201 LI->getSynchScope() == cast<LoadInst>(I)->getSynchScope();
206 SI->getSynchScope() == cast<StoreInst>(I)->getSynchScope();
222 FI->getSynchScope() == cast<FenceInst>(FI)->getSynchScope();
226 CXI->getSynchScope() == cast<AtomicCmpXchgInst>(I)->getSynchScope();
231 RMWI->getSynchScope() == cast<AtomicRMWInst>(I)->getSynchScope();
    [all...]
AsmWriter.cpp     [all...]
Instructions.cpp     [all...]
Verifier.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 310 LI->getSynchScope() == cast<LoadInst>(I2)->getSynchScope();
315 SI->getSynchScope() == cast<StoreInst>(I2)->getSynchScope();
330 FI->getSynchScope() == cast<FenceInst>(I2)->getSynchScope();
334 CXI->getSynchScope() == cast<AtomicCmpXchgInst>(I2)->getSynchScope();
339 RMWI->getSynchScope() == cast<AtomicRMWInst>(I2)->getSynchScope();
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 135 NewLoad->setAtomic(LI.getOrdering(), LI.getSynchScope());
608 SI.getSynchScope());
  /external/llvm/include/llvm/
Instructions.h 199 SynchronizationScope getSynchScope() const {
319 SynchronizationScope getSynchScope() const {
414 SynchronizationScope getSynchScope() const {
508 SynchronizationScope getSynchScope() const {
655 SynchronizationScope getSynchScope() const {
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 172 N->getSynchScope());
185 N->getSynchScope());
198 N->getSynchScope());
    [all...]
SelectionDAGBuilder.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 924 SynchronizationScope getSynchScope() const {
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 2481 milliseconds