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

12 3 4

  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 666 case CmpInst::FCMP_OGE: {
695 case CmpInst::FCMP_OGE:
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
CPPBackend.cpp 851 case FCmpInst::FCMP_OGE: Out << "OGE"; break;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FastISel.cpp 928 case CmpInst::FCMP_OGE: SwapArgs = false; SetCCOpc = X86::SETAEr; break;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 121 case FCmpInst::FCMP_OGE: isOrdered = true; return 3; // 011
172 case 3: Pred = isordered ? FCmpInst::FCMP_OGE : FCmpInst::FCMP_UGE; break;
    [all...]
InstructionCombining.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsFastISel.cpp 703 case CmpInst::FCMP_OGE: {
732 case CmpInst::FCMP_OGE:
    [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h     [all...]
PatternMatch.h     [all...]
IRBuilder.h     [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyFastISel.cpp 902 case FCmpInst::FCMP_OGE:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /external/swiftshader/third_party/subzero/src/
IceConverter.cpp 469 case CmpInst::FCMP_OGE:
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
IRBuilder.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
IndVarSimplify.cpp 327 case CmpInst::FCMP_OGE:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64InstructionSelector.cpp 544 case CmpInst::FCMP_OGE:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyFastISel.cpp 1049 case FCmpInst::FCMP_OGE:
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 639 case FCmpInst::FCMP_OGE: R = executeFCMP_OGE(Src1, Src2, Ty); break;
671 case FCmpInst::FCMP_OGE: return executeFCMP_OGE(Src1, Src2, Ty);
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 188 case CmpInst::FCMP_OGE: CC = X86::COND_AE; break;
234 case CmpInst::FCMP_OGE: NeedSwap = true; // fall-through
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 639 case FCmpInst::FCMP_OGE: R = executeFCMP_OGE(Src1, Src2, Ty); break;
671 case FCmpInst::FCMP_OGE: return executeFCMP_OGE(Src1, Src2, Ty);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]

Completed in 1020 milliseconds

12 3 4