HomeSort by relevance Sort by last modified time
    Searched refs:isUnordered (Results 1 - 18 of 18) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineMemOperand.h 154 /// isUnordered - Returns true if this memory operation doesn't have any
161 bool isUnordered() const { return !isVolatile(); }
  /external/llvm/lib/Analysis/
MemDepPrinter.cpp 124 if (!LI->isUnordered()) {
133 if (!SI->isUnordered()) {
AliasAnalysis.cpp 289 if (!L->isUnordered())
304 if (!S->isUnordered())
AliasSetTracker.cpp 302 if (!LI->isUnordered()) ATy = AliasSet::ModRef;
315 if (!SI->isUnordered()) ATy = AliasSet::ModRef;
MemoryDependenceAnalysis.cpp 123 if (LI->isUnordered()) {
135 if (SI->isUnordered()) {
405 if (!LI->isUnordered())
465 if (!SI->isUnordered())
    [all...]
DependenceAnalysis.cpp 642 return LI->isUnordered();
644 return SI->isUnordered();
    [all...]
ValueTracking.cpp     [all...]
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/IR/
Instruction.cpp 434 return !cast<StoreInst>(this)->isUnordered();
454 return !cast<LoadInst>(this)->isUnordered();
Instructions.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 248 return SI->isUnordered();
836 if (!L->isUnordered()) // Be conservative with atomic/volatile load
LICM.cpp 396 if (!LI->isUnordered())
    [all...]
  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 121 /// isUnordered - Returns true if dependence is Input
123 bool isUnordered() const { return isInput(); }
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssemblerX86Common.h 614 Jump isUnordered(m_assembler.jp());
616 isUnordered.link(this);
619 Jump isUnordered(m_assembler.jp());
621 isUnordered.link(this);
    [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h     [all...]
Instructions.h 221 bool isUnordered() const {
341 bool isUnordered() const {
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]

Completed in 759 milliseconds