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

  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instruction.cpp 131 case AtomicCmpXchg: return "cmpxchg";
321 case Instruction::AtomicCmpXchg:
341 case Instruction::AtomicCmpXchg:
441 case AtomicCmpXchg:
Instructions.cpp     [all...]
  /external/llvm/lib/IR/
Instruction.cpp 296 case AtomicCmpXchg: return "cmpxchg";
487 case Instruction::AtomicCmpXchg:
509 case Instruction::AtomicCmpXchg:
527 case Instruction::AtomicCmpXchg:
Instructions.cpp     [all...]
  /external/llvm/lib/Analysis/
CaptureTracking.cpp 297 case Instruction::AtomicCmpXchg: {
ValueTracking.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
AliasAnalysis.h 347 case Instruction::AtomicCmpXchg:
  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h 489 case Instruction::AtomicCmpXchg:
    [all...]
  /external/spirv-llvm/lib/SPIRV/
OCLUtil.h 145 const static char AtomicCmpXchg[] = "atomic_cmpxchg";
  /external/llvm/lib/AsmParser/
LLLexer.cpp 769 INSTKEYWORD(cmpxchg, AtomicCmpXchg);
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLLexer.cpp 651 INSTKEYWORD(cmpxchg, AtomicCmpXchg);
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.ml 200 | AtomicCmpXchg
    [all...]
llvm.mli 250 | AtomicCmpXchg
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Instructions.h 529 return I->getOpcode() == Instruction::AtomicCmpXchg;
    [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/bindings/ocaml/llvm/
llvm.ml 212 | AtomicCmpXchg
    [all...]
llvm.mli 270 | AtomicCmpXchg
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 642 return I->getOpcode() == Instruction::AtomicCmpXchg;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 114 STATISTIC(NumFastIselFailAtomicCmpXchg,"Fast isel fails on AtomicCmpXchg");
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]

Completed in 1534 milliseconds