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

  /external/llvm/lib/CodeGen/
ImplicitNullChecks.cpp 163 if (!MMO->isUnordered()) {
186 if (!MMO->isUnordered())
MachineInstr.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 421 bool isUnordered() const {
427 return LI->isUnordered();
429 return SI->isUnordered();
603 if (MemInst.isVolatile() || !MemInst.isUnordered()) {
614 !MemInst.isVolatile() && MemInst.isUnordered() &&
693 !MemInst.isVolatile() && MemInst.isUnordered()) {
724 assert(LastStoreMemInst.isUnordered() &&
755 if (MemInst.isUnordered() && !MemInst.isVolatile())
    [all...]
DeadStoreElimination.cpp 250 return SI->isUnordered();
    [all...]
LICM.cpp 445 if (!LI->isUnordered())
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineMemOperand.h 181 /// isUnordered - Returns true if this memory operation doesn't have any
188 bool isUnordered() const { return !isVolatile(); }
  /libcore/ojluni/src/main/java/sun/misc/
FpUtils.java 334 public static boolean isUnordered(double arg1, double arg2) {
350 public static boolean isUnordered(float arg1, float arg2) {
    [all...]
  /external/llvm/lib/Analysis/
AliasAnalysis.cpp 197 if (!L->isUnordered())
212 if (!S->isUnordered())
MemoryDependenceAnalysis.cpp 133 if (LI->isUnordered()) {
146 if (SI->isUnordered()) {
628 if (!SI->isUnordered()) {
    [all...]
DependenceAnalysis.cpp 644 return LI->isUnordered();
646 return SI->isUnordered();
    [all...]
InstructionSimplify.cpp     [all...]
ValueTracking.cpp     [all...]
  /external/llvm/lib/IR/
Instruction.cpp 430 return !cast<StoreInst>(this)->isUnordered();
452 return !cast<LoadInst>(this)->isUnordered();
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp     [all...]
InstCombineSelect.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 140 /// isUnordered - Returns true if dependence is Input
142 bool isUnordered() const { return isInput(); }
    [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h     [all...]
Instructions.h 282 bool isUnordered() const {
403 bool isUnordered() const {
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 

Completed in 508 milliseconds