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

  /external/llvm/lib/Target/X86/
X86AtomicExpandPass.cpp 145 case AtomicRMWInst::Nand:
185 case AtomicRMWInst::Nand:
  /external/llvm/lib/Transforms/Scalar/
LowerAtomic.cpp 65 case AtomicRMWInst::Nand:
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 602 unsigned Size, unsigned BinOpcode, bool Nand = false) const;
605 bool Nand = false) const;
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/
AtomicExpandLoadLinkedPass.cpp 188 case AtomicRMWInst::Nand:
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 182 else if (op == AtomicRMWInst::Nand)
  /external/clang/lib/CodeGen/
CGAtomic.cpp 430 Op = llvm::AtomicRMWInst::Nand;
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 244 | Nand
    [all...]
llvm.mli 309 | Nand
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 116 case AtomicRMWInst::Nand: return bitc::RMW_NAND;
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp 722 case AtomicRMWInst::Nand: Out << " nand"; break;
    [all...]
Core.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 112 case AtomicRMWInst::Nand: return bitc::RMW_NAND;
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 117 case AtomicRMWInst::Nand: return bitc::RMW_NAND;
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 641 Nand,
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 176 case bitc::RMW_NAND: return AtomicRMWInst::Nand;
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 449 case bitc::RMW_NAND: return AtomicRMWInst::Nand;
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 553 milliseconds