Home
last modified time | relevance | path

Searched defs:CXI (Results 1 – 19 of 19) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLowerAtomic.cpp23 static bool LowerAtomicCmpXchgInst(AtomicCmpXchgInst *CXI) { in LowerAtomicCmpXchgInst()
120 else if (AtomicCmpXchgInst *CXI = dyn_cast<AtomicCmpXchgInst>(Inst)) in runOnBasicBlock() local
/external/llvm/lib/Transforms/Scalar/
DLowerAtomic.cpp25 static bool LowerAtomicCmpXchgInst(AtomicCmpXchgInst *CXI) { in LowerAtomicCmpXchgInst()
119 else if (AtomicCmpXchgInst *CXI = dyn_cast<AtomicCmpXchgInst>(Inst)) in runOnBasicBlock() local
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstruction.cpp223 if (const AtomicCmpXchgInst *CXI = dyn_cast<AtomicCmpXchgInst>(this)) in isIdenticalToWhenDefined() local
279 if (const AtomicCmpXchgInst *CXI = dyn_cast<AtomicCmpXchgInst>(this)) in isSameOperationAs() local
DAsmWriter.cpp1954 } else if (const AtomicCmpXchgInst *CXI = dyn_cast<AtomicCmpXchgInst>(&I)) { in printInstruction() local
DVerifier.cpp1361 void Verifier::visitAtomicCmpXchgInst(AtomicCmpXchgInst &CXI) { in visitAtomicCmpXchgInst()
/external/llvm/lib/Analysis/
DMemoryLocation.cpp47 MemoryLocation MemoryLocation::get(const AtomicCmpXchgInst *CXI) { in get()
DValueTracking.cpp3487 if (const AtomicCmpXchgInst *CXI = dyn_cast<AtomicCmpXchgInst>(I)) in isGuaranteedToTransferExecutionToSuccessor() local
/external/swiftshader/third_party/LLVM/lib/Analysis/
DAliasAnalysis.cpp241 AliasAnalysis::getLocation(const AtomicCmpXchgInst *CXI) { in getLocation()
/external/llvm/lib/IR/
DInstruction.cpp380 if (const AtomicCmpXchgInst *CXI = dyn_cast<AtomicCmpXchgInst>(I1)) in haveSameSpecialState() local
DAsmWriter.cpp3177 } else if (const AtomicCmpXchgInst *CXI = dyn_cast<AtomicCmpXchgInst>(&I)) { in printInstruction() local
DVerifier.cpp3087 void Verifier::visitAtomicCmpXchgInst(AtomicCmpXchgInst &CXI) { in visitAtomicCmpXchgInst()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DMergeFunctions.cpp331 if (const AtomicCmpXchgInst *CXI = dyn_cast<AtomicCmpXchgInst>(I1)) in isEquivalentOperation() local
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp1022 if (const AtomicCmpXchgInst *CXI = dyn_cast<AtomicCmpXchgInst>(L)) { in cmpOperations() local
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp904 else if (const AtomicCmpXchgInst *CXI = dyn_cast<AtomicCmpXchgInst>(I)) in AddAliasScopeMetadata() local
DSimplifyCFG.cpp3741 } else if (auto *CXI = dyn_cast<AtomicCmpXchgInst>(BBI)) { in SimplifyUnreachable() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSimplifyCFG.cpp2309 } else if (AtomicCmpXchgInst *CXI = dyn_cast<AtomicCmpXchgInst>(BBI)) { in SimplifyUnreachable() local
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.cpp3822 AtomicCmpXchgInst *CXI = in ParseCmpXchg() local
/external/llvm/lib/AsmParser/
DLLParser.cpp6136 AtomicCmpXchgInst *CXI = new AtomicCmpXchgInst( in ParseCmpXchg() local
/external/clang/lib/CodeGen/
DCGBuiltin.cpp1942 AtomicCmpXchgInst *CXI = Builder.CreateAtomicCmpXchg( in EmitBuiltinExpr() local