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

  /external/llvm/lib/VMCore/
Instruction.cpp 198 LI->getSynchScope() == cast<LoadInst>(I)->getSynchScope();
203 SI->getSynchScope() == cast<StoreInst>(I)->getSynchScope();
219 FI->getSynchScope() == cast<FenceInst>(FI)->getSynchScope();
223 CXI->getSynchScope() == cast<AtomicCmpXchgInst>(I)->getSynchScope();
228 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...]
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 204 NewLoad->setAtomic(LI.getOrdering(), LI.getSynchScope());
677 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/Target/CppBackend/
CPPBackend.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 648 LI->getSynchScope() != LJ->getSynchScope())
657 SI->getSynchScope() != SJ->getSynchScope())
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 173 N->getSynchScope());
186 N->getSynchScope());
199 N->getSynchScope());
    [all...]
SelectionDAGBuilder.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 925 SynchronizationScope getSynchScope() const {
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 3438 milliseconds