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

  /external/llvm/lib/Transforms/Scalar/
LowerAtomic.cpp 97 static bool LowerFenceInst(FenceInst *FI) {
124 if (FenceInst *FI = dyn_cast<FenceInst>(Inst))
EarlyCSE.cpp 675 if (FenceInst *FI = dyn_cast<FenceInst>(Inst))
    [all...]
SCCP.cpp 505 void visitFenceInst (FenceInst &I) { /*returns void*/ }
    [all...]
  /external/llvm/lib/IR/
Instruction.cpp 309 if (const FenceInst *FI = dyn_cast<FenceInst>(I1))
310 return FI->getOrdering() == cast<FenceInst>(I2)->getOrdering() &&
311 FI->getSynchScope() == cast<FenceInst>(I2)->getSynchScope();
Instructions.cpp     [all...]
AsmWriter.cpp     [all...]
Verifier.cpp 397 void visitFenceInst(FenceInst &FI);
    [all...]
  /external/llvm/include/llvm/IR/
InstVisitor.h 182 RetTy visitFenceInst(FenceInst &I) { DELEGATE(Instruction);}
Instructions.h 442 // FenceInst Class
445 /// FenceInst - an instruction for ordering other memory operations
447 class FenceInst : public Instruction {
454 FenceInst *cloneImpl() const;
464 FenceInst(LLVMContext &C, AtomicOrdering Ordering,
467 FenceInst(LLVMContext &C, AtomicOrdering Ordering,
    [all...]
IRBuilder.h     [all...]
  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h 383 ModRefInfo getModRefInfo(const FenceInst *S, const MemoryLocation &Loc) {
390 ModRefInfo getModRefInfo(const FenceInst *S, const Value *P, uint64_t Size) {
477 case Instruction::Fence: return getModRefInfo((const FenceInst*)I, Loc);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 327 if (isa<FenceInst>(I))
576 } else if (FenceInst *FI = dyn_cast<FenceInst>(I)) {
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp     [all...]
  /external/llvm/lib/CodeGen/
AtomicExpandPass.cpp 99 assert((LI || SI || RMWI || CASI || isa<FenceInst>(I)) &&
  /external/llvm/lib/Analysis/
CFLAliasAnalysis.cpp 87 // There are certain instructions (i.e. FenceInst, etc.) that we ignore.
714 return !isa<CmpInst>(Inst) && !isa<FenceInst>(Inst) && !IsNonInvokeTerminator;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h     [all...]
SelectionDAGBuilder.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/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 965 milliseconds