HomeSort by relevance Sort by last modified time
    Searched full:fcmp (Results 851 - 875 of 1276) sorted by null

<<31323334353637383940>>

  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
ValueTracking.h 483 /// fcmp; select, does the fcmp have to be
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
ValueTracking.h 483 /// fcmp; select, does the fcmp have to be
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ValueTracking.h 448 /// fcmp; select, does the fcmp have to be
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
ValueTracking.h 478 /// fcmp; select, does the fcmp have to be
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
ValueTracking.h 478 /// fcmp; select, does the fcmp have to be
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
ValueTracking.h 483 /// fcmp; select, does the fcmp have to be
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
ValueTracking.h 483 /// fcmp; select, does the fcmp have to be
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
ValueTracking.h 483 /// fcmp; select, does the fcmp have to be
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
ValueTracking.h 483 /// fcmp; select, does the fcmp have to be
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/
diagnostic.l 53 [^:]*:55: Error: immediate zero expected at operand 2 -- `fcmp d0,#1.0'
54 [^:]*:56: Error: operand 2 should be a floating-point register -- `fcmp d0,x0'
  /external/clang/test/CodeGen/
aarch64-neon-misc.c 174 // CHECK: [[TMP2:%.*]] = fcmp oeq <2 x float> [[TMP1]], zeroinitializer
184 // CHECK: [[TMP2:%.*]] = fcmp oeq <1 x double> [[TMP1]], zeroinitializer
194 // CHECK: [[TMP2:%.*]] = fcmp oeq <4 x float> [[TMP1]], zeroinitializer
240 // CHECK: [[TMP2:%.*]] = fcmp oeq <2 x double> [[TMP1]], zeroinitializer
336 // CHECK: [[TMP2:%.*]] = fcmp oge <2 x float> [[TMP1]], zeroinitializer
346 // CHECK: [[TMP2:%.*]] = fcmp oge <1 x double> [[TMP1]], zeroinitializer
356 // CHECK: [[TMP2:%.*]] = fcmp oge <4 x float> [[TMP1]], zeroinitializer
366 // CHECK: [[TMP2:%.*]] = fcmp oge <2 x double> [[TMP1]], zeroinitializer
452 // CHECK: [[TMP2:%.*]] = fcmp ole <2 x float> [[TMP1]], zeroinitializer
462 // CHECK: [[TMP2:%.*]] = fcmp ole <1 x double> [[TMP1]], zeroinitialize
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 128 module Fcmp = struct
199 | FCmp
553 external const_fcmp : Fcmp.t -> llvalue -> llvalue -> llvalue
    [all...]
llvm.mli 181 (** The predicate for a floating-point comparison ([fcmp]) instruction.
185 module Fcmp : sig
257 | FCmp
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Instructions.h     [all...]
Constants.h 778 /// @brief Return an ICmp or FCmp comparison operator constant expression.
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringX86BaseImpl.h 868 } else if (auto *Fcmp = llvm::dyn_cast<InstFcmp>(Next)) {
869 Operand *Src0 = Fcmp->getSrc(0);
870 Operand *Src1 = Fcmp->getSrc(1);
872 NewInst = InstFcmp::create(Func, Fcmp->getCondition(),
873 Fcmp->getDest(), Src0, Src1);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_support.py 30 "fcmp", "have_unicode", "is_jython", "TESTFN", "HOST", "FUZZ",
320 def fcmp(x, y): # fuzzy comparison function function
330 outcome = fcmp(x[i], y[i])
    [all...]
  /external/llvm/test/CodeGen/X86/
stack-protector.ll     [all...]
  /external/llvm/test/Transforms/LoopVectorize/
gcc-examples.ll 641 %6 = fcmp olt float %3, %5
668 %6 = fcmp olt float %3, %5
673 %11 = fcmp olt float %8, %10
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
object.c 955 cmpfunc fcmp; local
968 fcmp = v->ob_type->tp_compare;
969 if (fcmp != NULL) {
970 int c = (*fcmp)(v, w);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
object.c 950 cmpfunc fcmp; local
963 fcmp = v->ob_type->tp_compare;
964 if (fcmp != NULL) {
965 int c = (*fcmp)(v, w);
    [all...]
  /external/llvm/include/llvm/IR/
Operator.h 309 I->getOpcode() == Instruction::FCmp;
  /external/llvm/lib/Analysis/
CFLGraph.h 161 CE->getOpcode() != Instruction::FCmp;
  /external/llvm/lib/Target/AArch64/
AArch64ConditionOptimizer.cpp 182 // fcmp d8, #0.0
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 669 case Instruction::FCmp:
751 case Instruction::FCmp:
752 assert(NewOps.size() == 2 && "fcmp with #ops != 2");
    [all...]

Completed in 3585 milliseconds

<<31323334353637383940>>