Home
last modified time | relevance | path

Searched defs:Cmp1 (Results 1 – 25 of 27) sorted by relevance

12

/external/llvm/lib/Transforms/Instrumentation/
DBoundsChecking.cpp158 Value *Cmp1 = Builder->CreateICmpSLT(Offset, ConstantInt::get(IntTy, 0)); in instrument() local
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DBoundsChecking.cpp102 Value *Cmp1 = IRB.CreateICmpSLT(Offset, ConstantInt::get(IntTy, 0)); in getBoundsCheckCond() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DBoundsChecking.cpp102 Value *Cmp1 = IRB.CreateICmpSLT(Offset, ConstantInt::get(IntTy, 0)); in getBoundsCheckCond() local
/external/llvm-project/llvm/lib/Transforms/Utils/
DCodeMoverUtils.cpp213 if (const CmpInst *Cmp1 = dyn_cast<CmpInst>(&V1)) in isInverse() local
DLoopUtils.cpp1718 Value *Cmp1 = ChkBuilder.CreateICmpULT(Start1, End0, "bound1"); in addRuntimeChecks() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp742 Value *Cmp1 = Cmp->getOperand(1); in canonicalizeSaturatedAdd() local
1250 Value *Cmp1; in canonicalizeClampLike() local
2442 Value *Cmp0 = FCI->getOperand(0), *Cmp1 = FCI->getOperand(1); in visitSelectInst() local
DInstCombineAndOrXor.cpp752 Value *InstCombiner::simplifyRangeCheck(ICmpInst *Cmp0, ICmpInst *Cmp1, in simplifyRangeCheck()
1023 static Value *foldIsPowerOf2(ICmpInst *Cmp0, ICmpInst *Cmp1, bool JoinedByAnd, in foldIsPowerOf2()
DInstCombineCalls.cpp1394 APFloat::cmpResult Cmp1 = Max3.compare(Src1); in fmed3AMDGCN() local
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp754 Value *Cmp1 = Cmp->getOperand(1); in canonicalizeSaturatedAdd() local
1301 Value *Cmp1; in canonicalizeClampLike() local
2696 Value *Cmp0 = FCI->getOperand(0), *Cmp1 = FCI->getOperand(1); in visitSelectInst() local
DInstCombineAndOrXor.cpp691 Value *InstCombinerImpl::simplifyRangeCheck(ICmpInst *Cmp0, ICmpInst *Cmp1, in simplifyRangeCheck()
963 static Value *foldIsPowerOf2(ICmpInst *Cmp0, ICmpInst *Cmp1, bool JoinedByAnd, in foldIsPowerOf2()
1082 static Value *foldAndOrOfICmpsWithConstEq(ICmpInst *Cmp0, ICmpInst *Cmp1, in foldAndOrOfICmpsWithConstEq()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerEmscriptenEHSjLj.cpp558 Value *Cmp1 = IRB.CreateAnd(ThrewCmp, ThrewValueCmp, "cmp1"); in wrapTestSetjmp() local
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUInstCombineIntrinsic.cpp49 APFloat::cmpResult Cmp1 = Max3.compare(Src1); in fmed3AMDGCN() local
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dsimd_vec4.inl317 __m128 Cmp1 = _mm_cmpnlt_ps(x.Data, glm::detail::zero); local
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerEmscriptenEHSjLj.cpp571 Value *Cmp1 = IRB.CreateAnd(ThrewCmp, ThrewValueCmp, "cmp1"); in wrapTestSetjmp() local
/external/llvm-project/llvm/lib/Analysis/
DInstructionSimplify.cpp1571 static Value *simplifyAndOrOfICmpsWithConstants(ICmpInst *Cmp0, ICmpInst *Cmp1, in simplifyAndOrOfICmpsWithConstants()
1608 static Value *simplifyAndOrOfICmpsWithZero(ICmpInst *Cmp0, ICmpInst *Cmp1, in simplifyAndOrOfICmpsWithZero()
1693 static Value *simplifyAndOrOfICmpsWithLimitConst(ICmpInst *Cmp0, ICmpInst *Cmp1, in simplifyAndOrOfICmpsWithLimitConst()
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1868 Value *Cmp1 = ChkBuilder.CreateICmpULE(Start1, End0, "bound1"); in addRuntimeChecks() local
DInstructionSimplify.cpp1632 auto *Cmp1 = dyn_cast<ICmpInst>(Cast1->getOperand(0)); in SimplifyAndInst() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp2249 Value *Cmp1 = ChkBuilder.CreateICmpULT(Start1, End0, "bound1"); in addRuntimeChecks() local
DInstructionSimplify.cpp1577 static Value *simplifyAndOrOfICmpsWithConstants(ICmpInst *Cmp0, ICmpInst *Cmp1, in simplifyAndOrOfICmpsWithConstants()
1614 static Value *simplifyAndOrOfICmpsWithZero(ICmpInst *Cmp0, ICmpInst *Cmp1, in simplifyAndOrOfICmpsWithZero()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp815 Value *InstCombiner::simplifyRangeCheck(ICmpInst *Cmp0, ICmpInst *Cmp1, in simplifyRangeCheck()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp1795 SDValue Cmp1 = DAG.getSetCC(dl, getSetCCResultType(NVT), Lo, LoOps[0], in ExpandIntRes_ADDSUB() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp2344 SDValue Cmp1 = DAG.getSetCC(dl, getSetCCResultType(NVT), Lo, LoOps[0], in ExpandIntRes_ADDSUB() local
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp2601 SDValue Cmp1 = DAG.getSetCC(dl, getSetCCResultType(NVT), Lo, LoOps[0], in ExpandIntRes_ADDSUB() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp9975 APFloat::cmpResult Cmp1 = F.compare(One); in performClampCombine() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp21428 SDValue Cmp0, Cmp1; in LowerVSETCC() local
44744 SDValue Cmp1 = DAG.getNode(X86ISD::CMP, DL, MVT::i32, Z, One); in combineAddOrSubToADCOrSBB() local
44752 SDValue Cmp1 = DAG.getNode(X86ISD::CMP, DL, MVT::i32, Z, One); in combineAddOrSubToADCOrSBB() local

12