Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Analysis/
DMemDepPrinter.cpp124 if (!LI->isUnordered()) { in runOnFunction()
133 if (!SI->isUnordered()) { in runOnFunction()
DAliasAnalysis.cpp290 if (!L->isUnordered()) in getModRefInfo()
305 if (!S->isUnordered()) in getModRefInfo()
DMemoryDependenceAnalysis.cpp121 if (LI->isUnordered()) { in GetLocation()
134 if (SI->isUnordered()) { in GetLocation()
406 if (!LI->isUnordered()) in getPointerDependencyFrom()
466 if (!SI->isUnordered()) in getPointerDependencyFrom()
DDependenceAnalysis.cpp647 return LI->isUnordered(); in isLoadOrStore()
649 return SI->isUnordered(); in isLoadOrStore()
DValueTracking.cpp2009 if (!LI->isUnordered()) in isSafeToSpeculativelyExecute()
DInstructionSimplify.cpp2638 assert(FCmpInst::isUnordered(Pred) && in SimplifyFCmpInst()
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
DMachineMemOperand.h167 bool isUnordered() const { return !isVolatile(); } in isUnordered() function
/freebsd-10-stable/contrib/llvm/lib/IR/
DInstruction.cpp435 return !cast<StoreInst>(this)->isUnordered(); in mayReadFromMemory()
455 return !cast<LoadInst>(this)->isUnordered(); in mayWriteToMemory()
DInstructions.cpp3263 bool CmpInst::isUnordered(unsigned short predicate) { in isUnordered() function in CmpInst
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp248 return SI->isUnordered(); in isRemovable()
836 if (!L->isUnordered()) // Be conservative with atomic/volatile load in handleEndBlock()
DLICM.cpp396 if (!LI->isUnordered()) in canSinkOrHoistInst()
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/
DDependenceAnalysis.h132 bool isUnordered() const { return isInput(); } in isUnordered() function
/freebsd-10-stable/contrib/llvm/include/llvm/IR/
DInstrTypes.h814 static bool isUnordered(unsigned short predicate);
DInstructions.h219 bool isUnordered() const { in isUnordered() function
339 bool isUnordered() const { in isUnordered() function
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
DMachineInstr.cpp1278 if (!(*I)->isUnordered()) in hasOrderedMemoryRef()
/freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp910 LI->isUnordered() ? (Instruction*)ICI : LI); in OptimizeGlobalAddressOfMalloc()