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

1 2 3 4

  /external/llvm/lib/Target/SystemZ/
SystemZTDC.cpp 144 if ((Pred & CmpInst::FCMP_OGE) != CmpInst::FCMP_OGE &&
145 (Pred & CmpInst::FCMP_OGE) != 0)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZTDC.cpp 144 if ((Pred & CmpInst::FCMP_OGE) != CmpInst::FCMP_OGE &&
145 (Pred & CmpInst::FCMP_OGE) != 0)
  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
NaClLLVMBitCodes.h 281 FCMP_OGE = 3, ///< 0 0 1 1 True if ordered and greater than or equal
  /external/swiftshader/third_party/subzero/pnacl-llvm/
NaClBitcodeDecoders.cpp 145 case naclbitc::FCMP_OGE:
146 LLVMPredicate = CmpInst::FCMP_OGE;
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
ValueLatticeTest.cpp 145 EXPECT_TRUE(LV1.getCompare(CmpInst::FCMP_OGE, I1Ty, LV2)->isOneValue());
155 EXPECT_EQ(LV1.getCompare(CmpInst::FCMP_OGE, I1Ty, LV2), nullptr);
179 EXPECT_TRUE(isa<UndefValue>(LV1.getCompare(CmpInst::FCMP_OGE, I1Ty, LV3)));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMLegalizerInfo.cpp 202 FCmp32Libcalls[CmpInst::FCMP_OGE] = {
228 FCmp64Libcalls[CmpInst::FCMP_OGE] = {
257 FCmp32Libcalls[CmpInst::FCMP_OGE] = {{RTLIB::OGE_F32, CmpInst::ICMP_SGE}};
275 FCmp64Libcalls[CmpInst::FCMP_OGE] = {{RTLIB::OGE_F64, CmpInst::ICMP_SGE}};
ARMInstructionSelector.cpp 304 case CmpInst::FCMP_OGE:
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
Analysis.cpp 157 case FCmpInst::FCMP_OGE: FOC = ISD::SETGE; FPC = ISD::SETOGE; break;
  /external/llvm/lib/Transforms/Scalar/
Float2Int.cpp 90 case CmpInst::FCMP_OGE:
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Instructions.cpp     [all...]
ConstantFold.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
Float2Int.cpp 90 case CmpInst::FCMP_OGE:
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
LibCallsShrinkWrap.cpp 238 Cond = createOrCond(CI, CmpInst::FCMP_OLE, -1.0f, CmpInst::FCMP_OGE, 1.0f);
  /external/llvm/lib/CodeGen/
Analysis.cpp 167 case FCmpInst::FCMP_OGE: return ISD::SETOGE;
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
InstrTypes.h 651 FCMP_OGE = 3, ///< 0 0 1 1 True if ordered and greater than or equal
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
Analysis.cpp 166 case FCmpInst::FCMP_OGE: return ISD::SETOGE;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/
Operations.cpp 56 Ops.push_back(cmpOpDescriptor(1, Instruction::FCmp, CmpInst::FCMP_OGE));
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp     [all...]
ConstantFold.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
Execution.cpp 468 case FCmpInst::FCMP_OGE: R = executeFCMP_OGE(Src1, Src2, Ty); break;
503 case FCmpInst::FCMP_OGE: return executeFCMP_OGE(Src1, Src2, Ty);
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
blend_jit.cpp 491 case ZFUNC_GE: pTest = FCMP_OGE(pAlpha, pRef); break;
  /external/spirv-llvm/lib/SPIRV/
SPIRVInternal.h 133 _SPIRV_OP(FCMP_OGE, FOrdGreaterThanEqual)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 106 case CmpInst::FCMP_OGE:
    [all...]

Completed in 719 milliseconds

1 2 3 4