Home
last modified time | relevance | path

Searched refs:isNoSyncIntrinsic (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp1385 static bool isNoSyncIntrinsic(Instruction *I);
1437 bool AANoSyncImpl::isNoSyncIntrinsic(Instruction *I) { in isNoSyncIntrinsic() function in __anon43c211a00111::AANoSyncImpl
1483 if (isa<IntrinsicInst>(&I) && isNoSyncIntrinsic(&I)) in updateImpl()
/external/llvm-project/llvm/lib/Transforms/IPO/
DAttributorAttributes.cpp1242 static bool isNoSyncIntrinsic(Instruction *I);
1294 bool AANoSyncImpl::isNoSyncIntrinsic(Instruction *I) { in isNoSyncIntrinsic() function in __anon0ce335530111::AANoSyncImpl
1339 if (isa<IntrinsicInst>(&I) && isNoSyncIntrinsic(&I)) in updateImpl()