Searched refs:isUnordered (Results 1 - 18 of 18) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h176 /// isUnordered - Returns true if this memory operation doesn't have any
183 bool isUnordered() const { return !isVolatile(); } function in class:llvm::MachineMemOperand
/external/llvm/lib/Analysis/
H A DMemDepPrinter.cpp123 if (!LI->isUnordered()) {
132 if (!SI->isUnordered()) {
H A DAliasAnalysis.cpp312 if (!L->isUnordered())
327 if (!S->isUnordered())
H A DMemoryDependenceAnalysis.cpp125 if (LI->isUnordered()) {
138 if (SI->isUnordered()) {
410 if (!LI->isUnordered())
470 if (!SI->isUnordered())
H A DDependenceAnalysis.cpp647 return LI->isUnordered();
649 return SI->isUnordered();
H A DValueTracking.cpp2006 if (!LI->isUnordered() ||
H A DInstructionSimplify.cpp2658 assert(FCmpInst::isUnordered(Pred) &&
/external/llvm/lib/IR/
H A DInstruction.cpp417 return !cast<StoreInst>(this)->isUnordered();
437 return !cast<LoadInst>(this)->isUnordered();
H A DInstructions.cpp3313 bool CmpInst::isUnordered(unsigned short predicate) { function in class:CmpInst
/external/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp253 return SI->isUnordered();
827 if (!L->isUnordered()) // Be conservative with atomic/volatile load
H A DLICM.cpp437 if (!LI->isUnordered())
/external/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h130 /// isUnordered - Returns true if dependence is Input
132 bool isUnordered() const { return isInput(); } function in class:llvm::Dependence
/external/llvm/include/llvm/IR/
H A DInstrTypes.h819 static bool isUnordered(unsigned short predicate);
H A DInstructions.h236 bool isUnordered() const { function in class:llvm::LoadInst
356 bool isUnordered() const { function in class:llvm::StoreInst
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalker.cpp1632 bool isUnordered(const ActiveEdge* edge) const { function in class:OutEdgeBuilder
2293 && activePtr->isUnordered(nextPtr)) {
2308 } else if (activePtr->isUnordered(nextPtr)) {
/external/skia/experimental/Intersection/
H A DEdgeWalker.cpp1632 bool isUnordered(const ActiveEdge* edge) const { function in class:OutEdgeBuilder
2293 && activePtr->isUnordered(nextPtr)) {
2308 } else if (activePtr->isUnordered(nextPtr)) {
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp1343 if (!(*I)->isUnordered())
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp906 LI->isUnordered() ? (Instruction*)ICI : LI);

Completed in 238 milliseconds