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

  /external/llvm/lib/IR/
Instruction.cpp 288 LI->getSynchScope() == cast<LoadInst>(I)->getSynchScope();
293 SI->getSynchScope() == cast<StoreInst>(I)->getSynchScope();
309 FI->getSynchScope() == cast<FenceInst>(FI)->getSynchScope();
313 CXI->getSynchScope() == cast<AtomicCmpXchgInst>(I)->getSynchScope();
318 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/Instrumentation/
ThreadSanitizer.cpp 292 return LI->isAtomic() && LI->getSynchScope() == CrossThread;
294 return SI->isAtomic() && SI->getSynchScope() == CrossThread;
501 Function *F = FI->getSynchScope() == SingleThread ?
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 328 NewLoad->setAtomic(LI.getOrdering(), LI.getSynchScope());
801 SI.getSynchScope());
  /external/llvm/include/llvm/IR/
Instructions.h 201 SynchronizationScope getSynchScope() const {
321 SynchronizationScope getSynchScope() const {
416 SynchronizationScope getSynchScope() const {
509 SynchronizationScope getSynchScope() const {
656 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...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp     [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 943 SynchronizationScope getSynchScope() const {
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 989 milliseconds