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

1 2

  /external/swiftshader/third_party/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/IR/
Instruction.cpp 355 LI->getSynchScope() == cast<LoadInst>(I2)->getSynchScope();
361 SI->getSynchScope() == cast<StoreInst>(I2)->getSynchScope();
379 FI->getSynchScope() == cast<FenceInst>(I2)->getSynchScope();
387 CXI->getSynchScope() == cast<AtomicCmpXchgInst>(I2)->getSynchScope();
392 RMWI->getSynchScope() == cast<AtomicRMWInst>(I2)->getSynchScope();
    [all...]
AsmWriter.cpp     [all...]
Instructions.cpp     [all...]
  /external/swiftshader/third_party/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/IPO/
MergeFunctions.cpp     [all...]
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 330 NewLoad->setAtomic(LI.getOrdering(), LI.getSynchScope());
403 NewStore->setAtomic(SI.getOrdering(), SI.getSynchScope());
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 135 NewLoad->setAtomic(LI.getOrdering(), LI.getSynchScope());
608 SI.getSynchScope());
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 368 return LI->isAtomic() && LI->getSynchScope() == CrossThread;
370 return SI->isAtomic() && SI->getSynchScope() == CrossThread;
655 Function *F = FI->getSynchScope() == SingleThread ?
  /external/llvm/lib/CodeGen/
AtomicExpandPass.cpp 371 NewLI->setAtomic(LI->getOrdering(), LI->getSynchScope());
454 NewSI->setAtomic(SI->getOrdering(), SI->getSynchScope());
811 CI->getFailureOrdering(), CI->getSynchScope());
    [all...]
  /external/swiftshader/third_party/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/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
BitcodeWriter.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 192 N->getSynchScope());
205 N->getSynchScope());
229 N->getSynchScope());
242 N->getFailureOrdering(), N->getSynchScope());
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 249 SynchronizationScope getSynchScope() const {
372 SynchronizationScope getSynchScope() const {
473 SynchronizationScope getSynchScope() const {
598 SynchronizationScope getSynchScope() const {
773 SynchronizationScope getSynchScope() const {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 172 N->getSynchScope());
185 N->getSynchScope());
198 N->getSynchScope());
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SelectionDAGNodes.h 924 SynchronizationScope getSynchScope() const {
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]

Completed in 430 milliseconds

1 2