HomeSort by relevance Sort by last modified time
    Searched refs:ICMP_SGT (Results 51 - 75 of 125) sorted by null

1 23 4 5

  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/IR/
AutoUpgrade.cpp 670 Rep = upgradeMaskedCompare(Builder, *CI, ICmpInst::ICMP_SGT);
675 Rep = upgradeIntMinMax(Builder, *CI, ICmpInst::ICMP_SGT);
    [all...]
ConstantRange.cpp 99 case CmpInst::ICMP_SGT: {
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
builder_misc.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
Execution.cpp 199 dbgs() << "Unhandled type for ICMP_SGT predicate: " << *Ty << "\n";
270 case ICmpInst::ICMP_SGT: R = executeICMP_SGT(Src1, Src2, Ty); break;
484 case ICmpInst::ICMP_SGT: return executeICMP_SGT(Src1, Src2, Ty);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
IndVarSimplify.cpp 326 case CmpInst::FCMP_UGT: NewPred = CmpInst::ICMP_SGT; break;
359 if (NewPred == CmpInst::ICMP_SLE || NewPred == CmpInst::ICMP_SGT) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
ConstantRangeTest.cpp 639 EXPECT_TRUE(ConstantRange::makeAllowedICmpRegion(ICmpInst::ICMP_SGT, SMax)
687 ConstantRange::makeSatisfyingICmpRegion(ICmpInst::ICMP_SGT, SignedSample),
    [all...]
  /external/swiftshader/src/Reactor/
LLVMReactor.cpp 168 llvm::Value *cmp = ::builder->CreateICmp(llvm::ICmpInst::ICMP_SGT, v, zero);
236 res = lowerPMINMAX(res, min, llvm::ICmpInst::ICMP_SGT);
388 x = lowerPMINMAX(x, min, llvm::ICmpInst::ICMP_SGT);
390 y = lowerPMINMAX(y, min, llvm::ICmpInst::ICMP_SGT);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp 723 Pred == ICmpInst::ICMP_SGT &&
    [all...]
  /external/llvm/lib/Transforms/Utils/
LoopUtils.cpp 629 P = CmpInst::ICMP_SGT;
    [all...]
  /external/llvm/unittests/IR/
InstructionsTest.cpp 318 ICmpInst *ICmp0 = new ICmpInst(ICmpInst::ICMP_SGT, PtrVecA, PtrVecB);
  /external/spirv-llvm/lib/SPIRV/
SPIRVInternal.h 151 _SPIRV_OP(ICMP_SGT, SGreaterThan)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
PatternMatch.h 741 return Pred == CmpInst::ICMP_SGT || Pred == CmpInst::ICMP_SGE;
  /external/swiftshader/third_party/LLVM/unittests/Support/
ConstantRangeTest.cpp 438 EXPECT_TRUE(ConstantRange::makeICmpRegion(ICmpInst::ICMP_SGT,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMInstructionSelector.cpp 299 case CmpInst::ICMP_SGT:
    [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 317 case CmpInst::FCMP_UGT: NewPred = CmpInst::ICMP_SGT; break;
350 if (NewPred == CmpInst::ICMP_SLE || NewPred == CmpInst::ICMP_SGT) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
CPPBackend.cpp 826 case ICmpInst::ICMP_SGT: Out << "SGT"; break;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FastISel.cpp 946 case CmpInst::ICMP_SGT: SwapArgs = false; SetCCOpc = X86::SETGr; break;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 357 case CmpInst::FCMP_UGT: NewPred = CmpInst::ICMP_SGT; break;
390 if (NewPred == CmpInst::ICMP_SLE || NewPred == CmpInst::ICMP_SGT) {
    [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyFastISel.cpp 843 case ICmpInst::ICMP_SGT:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
AutoUpgrade.cpp     [all...]
ConstantRange.cpp 102 case CmpInst::ICMP_SGT: {
    [all...]

Completed in 1218 milliseconds

1 23 4 5