Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DMemDepPrinter.cpp124 if (!LI->isUnordered()) { in runOnFunction()
133 if (!SI->isUnordered()) { in runOnFunction()
DLoopDependenceAnalysis.cpp82 return LI->isUnordered(); in IsLoadOrStoreInst()
84 return SI->isUnordered(); in IsLoadOrStoreInst()
DAliasAnalysis.cpp285 if (!L->isUnordered()) in getModRefInfo()
300 if (!S->isUnordered()) in getModRefInfo()
DMemoryDependenceAnalysis.cpp125 if (LI->isUnordered()) { in GetLocation()
137 if (SI->isUnordered()) { in GetLocation()
468 if (!LI->isUnordered()) in getPointerDependencyFrom()
528 if (!SI->isUnordered()) in getPointerDependencyFrom()
DAliasSetTracker.cpp302 if (!LI->isUnordered()) ATy = AliasSet::ModRef; in add()
315 if (!SI->isUnordered()) ATy = AliasSet::ModRef; in add()
DValueTracking.cpp1850 if (!LI->isUnordered()) in isSafeToSpeculativelyExecute()
DInstructionSimplify.cpp2443 assert(FCmpInst::isUnordered(Pred) && in SimplifyFCmpInst()
/external/llvm/lib/VMCore/
DInstruction.cpp326 return !cast<StoreInst>(this)->isUnordered(); in mayReadFromMemory()
346 return !cast<LoadInst>(this)->isUnordered(); in mayWriteToMemory()
DInstructions.cpp3090 bool CmpInst::isUnordered(unsigned short predicate) { in isUnordered() function in CmpInst
/external/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp223 return SI->isUnordered(); in isRemovable()
797 if (!L->isUnordered()) // Be conservative with atomic/volatile load in handleEndBlock()
DLICM.cpp376 if (!LI->isUnordered()) in canSinkOrHoistInst()
/external/webkit/Source/JavaScriptCore/assembler/
DMacroAssemblerX86Common.h614 Jump isUnordered(m_assembler.jp()); in branchDouble()
616 isUnordered.link(this); in branchDouble()
619 Jump isUnordered(m_assembler.jp()); in branchDouble()
621 isUnordered.link(this); in branchDouble()
/external/llvm/include/llvm/
DInstrTypes.h810 static bool isUnordered(unsigned short predicate);
DInstructions.h219 bool isUnordered() const { in isUnordered() function
339 bool isUnordered() const { in isUnordered() function
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp928 LI->isUnordered() ? (Instruction*)ICI : LI); in OptimizeGlobalAddressOfMalloc()