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

1 2

  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
NaClLLVMBitCodes.h 293 FCMP_TRUE = 15, ///< 1 1 1 1 Always true (always folded)
  /external/swiftshader/third_party/subzero/pnacl-llvm/
NaClBitcodeDecoders.cpp 181 case naclbitc::FCMP_TRUE:
182 LLVMPredicate = CmpInst::FCMP_TRUE;
  /external/swiftshader/third_party/LLVM/include/llvm/
InstrTypes.h 663 FCMP_TRUE = 15, ///< 1 1 1 1 Always true (always folded)
665 LAST_FCMP_PREDICATE = FCMP_TRUE,
666 BAD_FCMP_PREDICATE = FCMP_TRUE + 1,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
Analysis.cpp 169 case FCmpInst::FCMP_TRUE: FOC = FPC = ISD::SETTRUE; break;
  /external/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 179 case FCmpInst::FCMP_TRUE: return ISD::SETTRUE;
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 131 // Not expecting FCMP_FALSE and FCMP_TRUE;
    [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
Execution.cpp 454 case FCmpInst::FCMP_TRUE: R.IntVal = APInt(1,true); break;
510 case FCmpInst::FCMP_TRUE: {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 44 assert(FCmpInst::FCMP_FALSE <= CC && CC <= FCmpInst::FCMP_TRUE &&
63 static_assert(FCmpInst::FCMP_TRUE == 15, ""); // 1 1 1 1
84 assert(FCmpInst::FCMP_FALSE <= Pred && Pred <= FCmpInst::FCMP_TRUE &&
88 if (Pred == FCmpInst::FCMP_TRUE)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp     [all...]
ConstantFold.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
CPPBackend.cpp 853 case FCmpInst::FCMP_TRUE: Out << "TRUE"; break;
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceConverter.cpp 505 case CmpInst::FCMP_TRUE:
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]

Completed in 1087 milliseconds

1 2