Home
last modified time | relevance | path

Searched defs:Cmp0 (Results 1 – 10 of 10) sorted by relevance

/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp653 simplifyRangeCheck(ICmpInst * Cmp0,ICmpInst * Cmp1,bool Inverted) simplifyRangeCheck() argument
871 foldIsPowerOf2OrZero(ICmpInst * Cmp0,ICmpInst * Cmp1,bool IsAnd,InstCombiner::BuilderTy & Builder) foldIsPowerOf2OrZero() argument
891 foldIsPowerOf2(ICmpInst * Cmp0,ICmpInst * Cmp1,bool JoinedByAnd,InstCombiner::BuilderTy & Builder) foldIsPowerOf2() argument
991 foldPowerOf2AndShiftedMask(ICmpInst * Cmp0,ICmpInst * Cmp1,bool JoinedByAnd,InstCombiner::BuilderTy & Builder) foldPowerOf2AndShiftedMask() argument
1101 foldEqOfParts(ICmpInst * Cmp0,ICmpInst * Cmp1,bool IsAnd) foldEqOfParts() argument
1174 foldAndOrOfICmpsWithConstEq(ICmpInst * Cmp0,ICmpInst * Cmp1,bool IsAnd,bool IsLogical,InstCombiner::BuilderTy & Builder,const SimplifyQuery & Q) foldAndOrOfICmpsWithConstEq() argument
[all...]
H A DInstCombineSelect.cpp976 Value *Cmp0 = Cmp->getOperand(0); canonicalizeSaturatedAdd() local
1390 canonicalizeClampLike(SelectInst & Sel0,ICmpInst & Cmp0,InstCombiner::BuilderTy & Builder,InstCombiner & IC) canonicalizeClampLike() argument
3511 matchFMulByZeroIfResultEqZero(InstCombinerImpl & IC,Value * Cmp0,Value * Cmp1,Value * TrueVal,Value * FalseVal,Instruction & CtxI,bool SelectIsNSZ) matchFMulByZeroIfResultEqZero() argument
3627 Value *Cmp0 = FCmp->getOperand(0), *Cmp1 = FCmp->getOperand(1); visitSelectInst() local
[all...]
H A DInstCombineCompares.cpp3441 Value *Cmp0 = Cmp.getOperand(0); foldICmpInstWithConstant() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp49 APFloat::cmpResult Cmp0 = Max3.compare(Src0); in fmed3AMDGCN() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1843 Value *Cmp0 = ChkBuilder.CreateICmpULT(A.Start, B.End, "bound0"); addRuntimeChecks() local
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp1532 Register Cmp0 = I.getOperand(2).getReg(); selectCmp() local
/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1666 simplifyAndOrOfICmpsWithConstants(ICmpInst * Cmp0,ICmpInst * Cmp1,bool IsAnd) simplifyAndOrOfICmpsWithConstants() argument
1751 simplifyAndOrOfICmpsWithCtpop(ICmpInst * Cmp0,ICmpInst * Cmp1,bool IsAnd) simplifyAndOrOfICmpsWithCtpop() argument
[all...]
/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3047 llvm::Value *Cmp0 = Builder.CreateICmp(Eq, L0, R0, "memptr.cmp.first"); EmitMemberPointerComparison() local
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp18564 SDValue Cmp0 = CSel0.getOperand(3); performANDORCSELCombine() local
[all...]
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp23356 SDValue Cmp0, Cmp1; LowerVSETCC() local
[all...]