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

1 2 3 4

  /libcore/ojluni/src/main/java/sun/misc/
FpUtils.java 303 public static boolean isUnordered(double arg1, double arg2) {
319 public static boolean isUnordered(float arg1, float arg2) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 407 bool isUnordered() const {
413 return LI->isUnordered();
415 return SI->isUnordered();
623 if (MemInst.isVolatile() || !MemInst.isUnordered()) {
641 !MemInst.isVolatile() && MemInst.isUnordered() &&
720 !MemInst.isVolatile() && MemInst.isUnordered()) {
751 assert(LastStoreMemInst.isUnordered() &&
782 if (MemInst.isUnordered() && !MemInst.isVolatile())
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
MemDepPrinter.cpp 124 if (!LI->isUnordered()) {
133 if (!LI->isUnordered()) {
AliasAnalysis.cpp 285 if (!L->isUnordered())
300 if (!S->isUnordered())
LoopDependenceAnalysis.cpp 82 return LI->isUnordered();
84 return SI->isUnordered();
AliasSetTracker.cpp 300 if (!LI->isUnordered()) ATy = AliasSet::ModRef;
313 if (!SI->isUnordered()) ATy = AliasSet::ModRef;
MemoryDependenceAnalysis.cpp 123 if (LI->isUnordered()) {
135 if (SI->isUnordered()) {
380 if (!LI->isUnordered())
440 if (!SI->isUnordered())
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instruction.cpp 329 return !cast<StoreInst>(this)->isUnordered();
349 return !cast<LoadInst>(this)->isUnordered();
418 if (!LI->isUnordered())
  /external/llvm/include/llvm/CodeGen/
MachineMemOperand.h 190 bool isUnordered() const { return !isVolatile(); }
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 463 if (!LI.isUnordered())
    [all...]
  /external/llvm/lib/CodeGen/
ImplicitNullChecks.cpp 197 if (!MMO->isUnordered()) {
228 if (!MMO->isUnordered())
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineMemOperand.h 236 bool isUnordered() const { return !isVolatile(); }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineMemOperand.h 236 bool isUnordered() const { return !isVolatile(); }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineMemOperand.h 236 bool isUnordered() const { return !isVolatile(); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineMemOperand.h 236 bool isUnordered() const { return !isVolatile(); }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineMemOperand.h 236 bool isUnordered() const { return !isVolatile(); }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineMemOperand.h 236 bool isUnordered() const { return !isVolatile(); }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineMemOperand.h 236 bool isUnordered() const { return !isVolatile(); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineMemOperand.h 236 bool isUnordered() const { return !isVolatile(); }
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp 92 if (LI->isUnordered()) {
105 if (SI->isUnordered()) {
585 if (!SI->isUnordered() && SI->isAtomic()) {
    [all...]
AliasAnalysis.cpp 315 if (!L->isUnordered())
330 if (!S->isUnordered())
Loads.cpp 321 if (!Load->isUnordered())
  /external/llvm/lib/IR/
Instruction.cpp 497 return !cast<StoreInst>(this)->isUnordered();
519 return !cast<LoadInst>(this)->isUnordered();
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DeadStoreElimination.cpp 220 return SI->isUnordered();
675 if (!L->isUnordered()) // Be conservative with atomic/volatile load
  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 140 /// isUnordered - Returns true if dependence is Input
142 bool isUnordered() const { return isInput(); }
    [all...]

Completed in 949 milliseconds

1 2 3 4