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

  /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/include/llvm/CodeGen/
MachineMemOperand.h 181 /// isUnordered - Returns true if this memory operation doesn't have any
188 bool isUnordered() const { return !isVolatile(); }
  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 140 /// isUnordered - Returns true if dependence is Input
142 bool isUnordered() const { return isInput(); }
    [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...]
  /external/llvm/include/llvm/IR/
Instructions.h 282 bool isUnordered() const {
403 bool isUnordered() const {
    [all...]
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 

Completed in 509 milliseconds