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

1 2 3

  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
NaClLLVMBitCodes.h 284 FCMP_ONE = 6, ///< 0 1 1 0 True if ordered and operands are unequal
  /external/swiftshader/third_party/subzero/pnacl-llvm/
NaClBitcodeDecoders.cpp 154 case naclbitc::FCMP_ONE:
155 LLVMPredicate = CmpInst::FCMP_ONE;
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
ValueLatticeTest.cpp 147 EXPECT_TRUE(LV1.getCompare(CmpInst::FCMP_ONE, I1Ty, LV2)->isZeroValue());
157 EXPECT_EQ(LV1.getCompare(CmpInst::FCMP_ONE, I1Ty, LV2), nullptr);
181 EXPECT_TRUE(isa<UndefValue>(LV1.getCompare(CmpInst::FCMP_ONE, I1Ty, LV3)));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMLegalizerInfo.cpp 218 FCmp32Libcalls[CmpInst::FCMP_ONE] = {
244 FCmp64Libcalls[CmpInst::FCMP_ONE] = {
268 FCmp32Libcalls[CmpInst::FCMP_ONE] = {{RTLIB::OGT_F32, CmpInst::ICMP_SGT},
286 FCmp64Libcalls[CmpInst::FCMP_ONE] = {{RTLIB::OGT_F64, CmpInst::ICMP_SGT},
ARMInstructionSelector.cpp 289 case CmpInst::FCMP_ONE:
    [all...]
  /external/llvm/lib/Transforms/Utils/
FlattenCFG.cpp 248 // Canonicalize icmp_ne -> icmp_eq, fcmp_one -> fcmp_oeq
249 if ((Predicate == CmpInst::ICMP_NE) || (Predicate == CmpInst::FCMP_ONE)) {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
Analysis.cpp 160 case FCmpInst::FCMP_ONE: FOC = ISD::SETNE; FPC = ISD::SETONE; break;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
FlattenCFG.cpp 261 // Canonicalize icmp_ne -> icmp_eq, fcmp_one -> fcmp_oeq
262 if ((Predicate == CmpInst::ICMP_NE) || (Predicate == CmpInst::FCMP_ONE)) {
  /external/llvm/lib/Transforms/Scalar/
Float2Int.cpp 99 case CmpInst::FCMP_ONE:
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
Float2Int.cpp 99 case CmpInst::FCMP_ONE:
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 170 case FCmpInst::FCMP_ONE: return ISD::SETONE;
  /external/swiftshader/third_party/LLVM/include/llvm/
InstrTypes.h 654 FCMP_ONE = 6, ///< 0 1 1 0 True if ordered and operands are unequal
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
Analysis.cpp 169 case FCmpInst::FCMP_ONE: return ISD::SETONE;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/
Operations.cpp 59 Ops.push_back(cmpOpDescriptor(1, Instruction::FCmp, CmpInst::FCMP_ONE));
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
Execution.cpp 460 case FCmpInst::FCMP_ONE: R = executeFCMP_ONE(Src1, Src2, Ty); break;
495 case FCmpInst::FCMP_ONE: return executeFCMP_ONE(Src1, Src2, Ty);
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
blend_jit.cpp 490 case ZFUNC_NE: pTest = FCMP_ONE(pAlpha, pRef); break;
  /external/spirv-llvm/lib/SPIRV/
SPIRVInternal.h 136 _SPIRV_OP(FCMP_ONE, FOrdNotEqual)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZTargetTransformInfo.cpp 748 case CmpInst::Predicate::FCMP_ONE:
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 104 case CmpInst::FCMP_ONE:
    [all...]

Completed in 912 milliseconds

1 2 3