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

  /external/llvm/include/llvm/CodeGen/
MachineMemOperand.h 190 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/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 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/include/llvm/
Instructions.h 219 bool isUnordered() const {
339 bool isUnordered() const {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 268 bool isUnordered() const {
391 bool isUnordered() const {
    [all...]
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 
  /prebuilts/tools/common/intellij-core/171.2455.10/
intellij-core.jar 

Completed in 656 milliseconds