Searched refs:isAtomic (Results 26 - 50 of 72) sorted by relevance

123

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp575 UnorderedAtomic = UnorderedAtomic || LI->isAtomic();
1294 if (!TheStore->isAtomic() && !TheLoad->isAtomic())
H A DNewGVN.cpp1443 if (LI->isAtomic() > DepSI->isAtomic() ||
1458 if (LI->isAtomic() > DepLI->isAtomic())
H A DGVNSink.cpp414 if (isStrongerThanUnordered(I->getOrdering()) || I->isAtomic())
H A DJumpThreading.cpp1399 PredAvailable = findAvailablePtrLoadStore(Loc, AccessTy, LoadI->isAtomic(),
1412 Loc, AccessTy, LoadI->isAtomic(), SinglePredBB, BBIt,
H A DDeadStoreElimination.cpp1710 if (NI->isAtomic()) {
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp336 if (Predicate.isLoad() || Predicate.isStore() || Predicate.isAtomic()) {
345 if (Predicate.isAtomic() && Predicate.getMemoryVT())
348 if (Predicate.isAtomic() &&
3790 if (Predicate.isLoad() || Predicate.isStore() || Predicate.isAtomic()) {
3862 if (Predicate.isLoad() || Predicate.isStore() || Predicate.isAtomic()) {
3880 if (Predicate.isAtomic()) {
H A DCodeGenDAGPatterns.h544 bool isAtomic() const;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp502 if (LI->isAtomic() && isStrongerThanUnordered(LI->getOrdering())) {
551 if (!SI->isUnordered() && SI->isAtomic()) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp1183 if (Load->isAtomic())
1243 if (Store->isAtomic())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp876 if (LI->isAtomic())
H A DScheduleDAGInstrs.cpp134 // TODO: Figure out whether isAtomic is really necessary (see D57601).
135 if (MMO->isVolatile() || MMO->isAtomic())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp891 if (cast<LoadInst>(I)->isAtomic())
916 if (cast<StoreInst>(I)->isAtomic())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp2423 /// if isAtomic: ::= SyncScope? AtomicOrdering
7455 bool isAtomic = false;
7460 isAtomic = true;
7475 parseScopeAndOrdering(isAtomic, SSID, Ordering) ||
7481 if (isAtomic && !Alignment)
7512 bool isAtomic = false;
7517 isAtomic = true;
7530 parseScopeAndOrdering(isAtomic, SSID, Ordering) ||
7541 if (isAtomic && !Alignment)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp591 if (cast<LoadInst>(I)->isAtomic())
740 if (cast<StoreInst>(I)->isAtomic())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp1081 if (MemOp.isAtomic()) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp738 if (Mo->isVolatile() || Mo->isAtomic())
H A DHexagonSplitDouble.cpp156 if (MO->isVolatile() || MO->isAtomic())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp3982 if ((isa<LoadInst>(I) && cast<LoadInst>(I).isAtomic()) ||
3983 (isa<StoreInst>(I) && cast<StoreInst>(I).isAtomic()))
4350 if (LI->isAtomic())
4355 if (SI->isAtomic())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp640 if (FirstLI->isAtomic())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1485 if (!I->isAtomic())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp850 assert(MMO.isAtomic() && "not atomic mem operand");
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3055 if (cast<LoadInst>(I).isAtomic()) {
3066 if (cast<LoadInst>(I).isAtomic()) {
3072 if (cast<StoreInst>(I).isAtomic())
3080 if (cast<StoreInst>(I).isAtomic()) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1201 Value *Shadow = SI->isAtomic() ? getCleanShadow(Val) : getShadow(Val);
1213 if (SI->isAtomic())
1216 if (MS.TrackOrigins && !SI->isAtomic())
1926 if (I.isAtomic())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1753 if (LI->isVolatile() || LI->isAtomic())
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4032 assert(SI.isAtomic() && "violated precondition");
4041 assert(LI.isAtomic() && "violated precondition");

Completed in 626 milliseconds

123