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

1 2 3 4

  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
NaClLLVMBitCodes.h 279 FCMP_OEQ = 1, ///< 0 0 0 1 True if ordered and equal
  /external/swiftshader/third_party/subzero/pnacl-llvm/
NaClBitcodeDecoders.cpp 139 case naclbitc::FCMP_OEQ:
140 LLVMPredicate = CmpInst::FCMP_OEQ;
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
ValueLatticeTest.cpp 144 EXPECT_TRUE(LV1.getCompare(CmpInst::FCMP_OEQ, I1Ty, LV2)->isOneValue());
154 EXPECT_EQ(LV1.getCompare(CmpInst::FCMP_OEQ, I1Ty, LV2), nullptr);
178 EXPECT_TRUE(isa<UndefValue>(LV1.getCompare(CmpInst::FCMP_OEQ, I1Ty, LV3)));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMLegalizerInfo.cpp 200 FCmp32Libcalls[CmpInst::FCMP_OEQ] = {
226 FCmp64Libcalls[CmpInst::FCMP_OEQ] = {
256 FCmp32Libcalls[CmpInst::FCMP_OEQ] = {{RTLIB::OEQ_F32, CmpInst::ICMP_EQ}};
274 FCmp64Libcalls[CmpInst::FCMP_OEQ] = {{RTLIB::OEQ_F64, CmpInst::ICMP_EQ}};
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
LibCallsShrinkWrap.cpp 160 Cond = createOrCond(CI, CmpInst::FCMP_OEQ, INFINITY, CmpInst::FCMP_OEQ,
  /external/llvm/lib/Target/SystemZ/
SystemZTDC.cpp 205 if (Pred & CmpInst::FCMP_OEQ)
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
Analysis.cpp 155 case FCmpInst::FCMP_OEQ: FOC = ISD::SETEQ; FPC = ISD::SETOEQ; break;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZTDC.cpp 205 if (Pred & CmpInst::FCMP_OEQ)
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
Float2Int.cpp 84 case CmpInst::FCMP_OEQ:
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
Float2Int.cpp 84 case CmpInst::FCMP_OEQ:
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineSelect.cpp 715 if (FCI->getPredicate() == FCmpInst::FCMP_OEQ) {
742 if (FCI->getPredicate() == FCmpInst::FCMP_OEQ) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 165 case FCmpInst::FCMP_OEQ: return ISD::SETOEQ;
  /external/swiftshader/third_party/LLVM/include/llvm/
InstrTypes.h 649 FCMP_OEQ = 1, ///< 0 0 0 1 True if ordered and equal
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
Analysis.cpp 164 case FCmpInst::FCMP_OEQ: return ISD::SETOEQ;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/
Operations.cpp 54 Ops.push_back(cmpOpDescriptor(1, Instruction::FCmp, CmpInst::FCMP_OEQ));
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 196 case CmpInst::FCMP_OEQ: // fall-through
231 case CmpInst::FCMP_OEQ: CC = 0; break;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
Execution.cpp 458 case FCmpInst::FCMP_OEQ: R = executeFCMP_OEQ(Src1, Src2, Ty); break;
493 case FCmpInst::FCMP_OEQ: return executeFCMP_OEQ(Src1, Src2, Ty);
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
blend_jit.cpp 487 case ZFUNC_EQ: pTest = FCMP_OEQ(pAlpha, pRef); break;
  /external/spirv-llvm/lib/SPIRV/
SPIRVInternal.h 131 _SPIRV_OP(FCMP_OEQ, FOrdEqual)
    [all...]

Completed in 2039 milliseconds

1 2 3 4