Home
last modified time | relevance | path

Searched refs:isUnordered (Results 1 – 19 of 19) sorted by relevance

/external/llvm/lib/Analysis/
DMemDepPrinter.cpp123 if (!LI->isUnordered()) { in runOnFunction()
132 if (!SI->isUnordered()) { in runOnFunction()
DAliasAnalysis.cpp312 if (!L->isUnordered()) in getModRefInfo()
327 if (!S->isUnordered()) in getModRefInfo()
DMemoryDependenceAnalysis.cpp125 if (LI->isUnordered()) { in GetLocation()
138 if (SI->isUnordered()) { in GetLocation()
410 if (!LI->isUnordered()) in getPointerDependencyFrom()
470 if (!SI->isUnordered()) in getPointerDependencyFrom()
DDependenceAnalysis.cpp647 return LI->isUnordered(); in isLoadOrStore()
649 return SI->isUnordered(); in isLoadOrStore()
DValueTracking.cpp2006 if (!LI->isUnordered() || in isSafeToSpeculativelyExecute()
DInstructionSimplify.cpp2658 assert(FCmpInst::isUnordered(Pred) && in SimplifyFCmpInst()
/external/llvm/include/llvm/CodeGen/
DMachineMemOperand.h183 bool isUnordered() const { return !isVolatile(); } in isUnordered() function
/external/llvm/lib/IR/
DInstruction.cpp417 return !cast<StoreInst>(this)->isUnordered(); in mayReadFromMemory()
437 return !cast<LoadInst>(this)->isUnordered(); in mayWriteToMemory()
DInstructions.cpp3313 bool CmpInst::isUnordered(unsigned short predicate) { in isUnordered() function in CmpInst
/external/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp253 return SI->isUnordered(); in isRemovable()
827 if (!L->isUnordered()) // Be conservative with atomic/volatile load in handleEndBlock()
DLICM.cpp437 if (!LI->isUnordered()) in canSinkOrHoistInst()
/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h132 bool isUnordered() const { return isInput(); } in isUnordered() function
/external/llvm/include/llvm/IR/
DInstrTypes.h819 static bool isUnordered(unsigned short predicate);
DInstructions.h236 bool isUnordered() const { in isUnordered() function
356 bool isUnordered() const { in isUnordered() function
/external/skia/experimental/Intersection/
DEdgeWalker.cpp1632 bool isUnordered(const ActiveEdge* edge) const { in isUnordered() function in ActiveEdge
2293 && activePtr->isUnordered(nextPtr)) { in adjustCoincident()
2308 } else if (activePtr->isUnordered(nextPtr)) { in adjustCoincident()
/external/chromium_org/third_party/skia/experimental/Intersection/
DEdgeWalker.cpp1632 bool isUnordered(const ActiveEdge* edge) const { in isUnordered() function in ActiveEdge
2293 && activePtr->isUnordered(nextPtr)) { in adjustCoincident()
2308 } else if (activePtr->isUnordered(nextPtr)) { in adjustCoincident()
/external/llvm/docs/
DAtomics.rst363 * ``isUnordered()``: A load or store which is not volatile and at most
/external/llvm/lib/CodeGen/
DMachineInstr.cpp1343 if (!(*I)->isUnordered()) in hasOrderedMemoryRef()
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp906 LI->isUnordered() ? (Instruction*)ICI : LI); in OptimizeGlobalAddressOfMalloc()