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

  /external/llvm/lib/Transforms/Scalar/
LowerAtomic.cpp 97 static bool LowerFenceInst(FenceInst *FI) {
124 if (FenceInst *FI = dyn_cast<FenceInst>(Inst))
SCCP.cpp 496 void visitFenceInst (FenceInst &I) { /*returns void*/ }
    [all...]
  /external/llvm/lib/IR/
Instruction.cpp 298 if (const FenceInst *FI = dyn_cast<FenceInst>(I1))
299 return FI->getOrdering() == cast<FenceInst>(I2)->getOrdering() &&
300 FI->getSynchScope() == cast<FenceInst>(I2)->getSynchScope();
Instructions.cpp     [all...]
AsmWriter.cpp     [all...]
Verifier.cpp 316 void visitFenceInst(FenceInst &FI);
    [all...]
  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h 367 case Instruction::Fence: return getModRefInfo((const FenceInst*)I, Loc);
439 ModRefResult getModRefInfo(const FenceInst *S, const Location &Loc) {
446 ModRefResult getModRefInfo(const FenceInst *S, const Value *P, uint64_t Size){
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 308 if (isa<FenceInst>(I))
542 } else if (FenceInst *FI = dyn_cast<FenceInst>(I)) {
  /external/llvm/include/llvm/IR/
InstVisitor.h 179 RetTy visitFenceInst(FenceInst &I) { DELEGATE(Instruction);}
Instructions.h 394 // FenceInst Class
397 /// FenceInst - an instruction for ordering other memory operations
399 class FenceInst : public Instruction {
403 FenceInst *clone_impl() const override;
412 FenceInst(LLVMContext &C, AtomicOrdering Ordering,
415 FenceInst(LLVMContext &C, AtomicOrdering Ordering,
    [all...]
IRBuilder.h     [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 797 if (const FenceInst *FI = dyn_cast<FenceInst>(L)) {
799 cmpNumbers(FI->getOrdering(), cast<FenceInst>(R)->getOrdering()))
801 return cmpNumbers(FI->getSynchScope(), cast<FenceInst>(R)->getSynchScope());
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 748 void visitFence(const FenceInst &I);
SelectionDAGBuilder.cpp     [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/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 585 milliseconds