HomeSort by relevance Sort by last modified time
    Searched refs:FCMP_ONE (Results 26 - 50 of 74) sorted by null

12 3

  /external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
CPPBackend.cpp 843 case FCmpInst::FCMP_ONE: Out << "ONE"; break;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FastISel.cpp 931 case CmpInst::FCMP_ONE: SwapArgs = false; SetCCOpc = X86::SETNEr; break;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 125 case FCmpInst::FCMP_ONE: isOrdered = true; return 5; // 101
174 case 5: Pred = isordered ? FCmpInst::FCMP_ONE : FCmpInst::FCMP_UNE; break;
    [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h     [all...]
IRBuilder.h     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /external/swiftshader/third_party/subzero/src/
IceConverter.cpp 478 case CmpInst::FCMP_ONE:
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 193 case CmpInst::FCMP_ONE: CC = X86::COND_NE; break;
244 case CmpInst::FCMP_ONE: CC = 8; break;
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
IRBuilder.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
IndVarSimplify.cpp 323 case CmpInst::FCMP_ONE:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]
AArch64InstructionSelector.cpp 553 case CmpInst::FCMP_ONE:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 631 case FCmpInst::FCMP_ONE: R = executeFCMP_ONE(Src1, Src2, Ty); break;
663 case FCmpInst::FCMP_ONE: return executeFCMP_ONE(Src1, Src2, Ty);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 631 case FCmpInst::FCMP_ONE: R = executeFCMP_ONE(Src1, Src2, Ty); break;
663 case FCmpInst::FCMP_ONE: return executeFCMP_ONE(Src1, Src2, Ty);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 239 case CmpInst::FCMP_ONE:
    [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 314 case CmpInst::FCMP_ONE:
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Instructions.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CBackend/
CBackend.cpp 885 case FCmpInst::FCMP_ONE: op = "one"; break;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
AsmWriter.cpp 638 case FCmpInst::FCMP_ONE: pred = "one"; break;
    [all...]

Completed in 947 milliseconds

12 3