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

1 2 3 4

  /external/llvm/lib/Transforms/Scalar/
LowerAtomic.cpp 98 static bool LowerFenceInst(FenceInst *FI) {
117 if (FenceInst *FI = dyn_cast<FenceInst>(Inst))
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LowerAtomic.cpp 93 static bool LowerFenceInst(FenceInst *FI) {
118 if (FenceInst *FI = dyn_cast<FenceInst>(Inst))
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instruction.cpp 220 if (const FenceInst *FI = dyn_cast<FenceInst>(this))
221 return FI->getOrdering() == cast<FenceInst>(FI)->getOrdering() &&
222 FI->getSynchScope() == cast<FenceInst>(FI)->getSynchScope();
276 if (const FenceInst *FI = dyn_cast<FenceInst>(this))
277 return FI->getOrdering() == cast<FenceInst>(I)->getOrdering() &&
278 FI->getSynchScope() == cast<FenceInst>(I)->getSynchScope();
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
AliasAnalysis.h 346 case Instruction::Fence: return getModRefInfo((const FenceInst*)I, Loc);
418 ModRefResult getModRefInfo(const FenceInst *S, const Location &Loc) {
425 ModRefResult getModRefInfo(const FenceInst *S, const Value *P, uint64_t Size){
  /external/llvm/lib/IR/
Instruction.cpp 377 if (const FenceInst *FI = dyn_cast<FenceInst>(I1))
378 return FI->getOrdering() == cast<FenceInst>(I2)->getOrdering() &&
379 FI->getSynchScope() == cast<FenceInst>(I2)->getSynchScope();
  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h 394 ModRefInfo getModRefInfo(const FenceInst *S, const MemoryLocation &Loc) {
401 ModRefInfo getModRefInfo(const FenceInst *S, const Value *P, uint64_t Size) {
488 case Instruction::Fence: return getModRefInfo((const FenceInst*)I, Loc);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
AliasAnalysis.h 446 ModRefInfo getModRefInfo(const FenceInst *S, const MemoryLocation &Loc);
449 ModRefInfo getModRefInfo(const FenceInst *S, const Value *P, uint64_t Size) {
544 case Instruction::Fence: return getModRefInfo((const FenceInst*)I, Loc);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
AliasAnalysis.h 446 ModRefInfo getModRefInfo(const FenceInst *S, const MemoryLocation &Loc);
449 ModRefInfo getModRefInfo(const FenceInst *S, const Value *P, uint64_t Size) {
544 case Instruction::Fence: return getModRefInfo((const FenceInst*)I, Loc);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
AliasAnalysis.h 446 ModRefInfo getModRefInfo(const FenceInst *S, const MemoryLocation &Loc);
449 ModRefInfo getModRefInfo(const FenceInst *S, const Value *P, uint64_t Size) {
544 case Instruction::Fence: return getModRefInfo((const FenceInst*)I, Loc);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
AliasAnalysis.h 452 ModRefInfo getModRefInfo(const FenceInst *S, const MemoryLocation &Loc);
455 ModRefInfo getModRefInfo(const FenceInst *S, const Value *P, uint64_t Size) {
540 case Instruction::Fence: return getModRefInfo((const FenceInst*)I, Loc);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
AliasAnalysis.h 452 ModRefInfo getModRefInfo(const FenceInst *S, const MemoryLocation &Loc);
455 ModRefInfo getModRefInfo(const FenceInst *S, const Value *P, uint64_t Size) {
540 case Instruction::Fence: return getModRefInfo((const FenceInst*)I, Loc);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
AliasAnalysis.h 452 ModRefInfo getModRefInfo(const FenceInst *S, const MemoryLocation &Loc);
455 ModRefInfo getModRefInfo(const FenceInst *S, const Value *P, uint64_t Size) {
540 case Instruction::Fence: return getModRefInfo((const FenceInst*)I, Loc);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
AliasAnalysis.h 452 ModRefInfo getModRefInfo(const FenceInst *S, const MemoryLocation &Loc);
455 ModRefInfo getModRefInfo(const FenceInst *S, const Value *P, uint64_t Size) {
540 case Instruction::Fence: return getModRefInfo((const FenceInst*)I, Loc);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
AliasAnalysis.h 446 ModRefInfo getModRefInfo(const FenceInst *S, const MemoryLocation &Loc);
449 ModRefInfo getModRefInfo(const FenceInst *S, const Value *P, uint64_t Size) {
544 case Instruction::Fence: return getModRefInfo((const FenceInst*)I, Loc);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
AliasAnalysis.h 446 ModRefInfo getModRefInfo(const FenceInst *S, const MemoryLocation &Loc);
449 ModRefInfo getModRefInfo(const FenceInst *S, const Value *P, uint64_t Size) {
544 case Instruction::Fence: return getModRefInfo((const FenceInst*)I, Loc);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
AliasAnalysis.h 446 ModRefInfo getModRefInfo(const FenceInst *S, const MemoryLocation &Loc);
449 ModRefInfo getModRefInfo(const FenceInst *S, const Value *P, uint64_t Size) {
544 case Instruction::Fence: return getModRefInfo((const FenceInst*)I, Loc);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
AliasAnalysis.h 452 ModRefInfo getModRefInfo(const FenceInst *S, const MemoryLocation &Loc);
455 ModRefInfo getModRefInfo(const FenceInst *S, const Value *P, uint64_t Size) {
540 case Instruction::Fence: return getModRefInfo((const FenceInst*)I, Loc);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
AliasAnalysis.h 452 ModRefInfo getModRefInfo(const FenceInst *S, const MemoryLocation &Loc);
455 ModRefInfo getModRefInfo(const FenceInst *S, const Value *P, uint64_t Size) {
540 case Instruction::Fence: return getModRefInfo((const FenceInst*)I, Loc);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
AliasAnalysis.h 452 ModRefInfo getModRefInfo(const FenceInst *S, const MemoryLocation &Loc);
455 ModRefInfo getModRefInfo(const FenceInst *S, const Value *P, uint64_t Size) {
540 case Instruction::Fence: return getModRefInfo((const FenceInst*)I, Loc);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
AliasAnalysis.h 452 ModRefInfo getModRefInfo(const FenceInst *S, const MemoryLocation &Loc);
455 ModRefInfo getModRefInfo(const FenceInst *S, const Value *P, uint64_t Size) {
540 case Instruction::Fence: return getModRefInfo((const FenceInst*)I, Loc);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
InstVisitor.h 175 RetTy visitFenceInst(FenceInst &I) { DELEGATE(Instruction); }
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
MergeFunctions.cpp 328 if (const FenceInst *FI = dyn_cast<FenceInst>(I1))
329 return FI->getOrdering() == cast<FenceInst>(I2)->getOrdering() &&
330 FI->getSynchScope() == cast<FenceInst>(I2)->getSynchScope();
  /external/llvm/include/llvm/IR/
InstVisitor.h 182 RetTy visitFenceInst(FenceInst &I) { DELEGATE(Instruction);}
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 185 RetTy visitFenceInst(FenceInst &I) { DELEGATE(Instruction);}
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
InstVisitor.h 185 RetTy visitFenceInst(FenceInst &I) { DELEGATE(Instruction);}

Completed in 876 milliseconds

1 2 3 4