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 277 LI->getSynchScope() == cast<LoadInst>(I2)->getSynchScope();
283 SI->getSynchScope() == cast<StoreInst>(I2)->getSynchScope();
300 FI->getSynchScope() == cast<FenceInst>(I2)->getSynchScope();
308 CXI->getSynchScope() == cast<AtomicCmpXchgInst>(I2)->getSynchScope();
313 RMWI->getSynchScope() == cast<AtomicRMWInst>(I2)->getSynchScope();
    [all...]
AsmWriter.cpp     [all...]
Instructions.cpp     [all...]
Verifier.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 746 cmpNumbers(LI->getSynchScope(), cast<LoadInst>(R)->getSynchScope()))
761 return cmpNumbers(SI->getSynchScope(), cast<StoreInst>(R)->getSynchScope());
801 return cmpNumbers(FI->getSynchScope(), cast<FenceInst>(R)->getSynchScope());
817 return cmpNumbers(CXI->getSynchScope(),
818 cast<AtomicCmpXchgInst>(R)->getSynchScope());
    [all...]
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 301 return LI->isAtomic() && LI->getSynchScope() == CrossThread;
303 return SI->isAtomic() && SI->getSynchScope() == CrossThread;
544 Function *F = FI->getSynchScope() == SingleThread ?
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 344 NewLoad->setAtomic(LI.getOrdering(), LI.getSynchScope());
    [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 177 N->getSynchScope());
190 N->getSynchScope());
214 N->getSynchScope());
227 N->getFailureOrdering(), N->getSynchScope());
    [all...]
SelectionDAGBuilder.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 216 SynchronizationScope getSynchScope() const {
336 SynchronizationScope getSynchScope() const {
431 SynchronizationScope getSynchScope() const {
551 SynchronizationScope getSynchScope() const {
720 SynchronizationScope getSynchScope() const {
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 347 milliseconds