/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 1921 auto NewPred = TrueIfNeg ? CmpInst::ICMP_EQ : CmpInst::ICMP_NE; in foldICmpAndConstant() local 1443 auto NewPred = (Pred == Cmp.ICMP_EQ) ? Cmp.ICMP_UGE : Cmp.ICMP_ULT; foldICmpTruncConstant() local 1769 auto NewPred = isICMP_NE ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_SGE; foldICmpAndConstConst() local 1783 auto NewPred = isICMP_NE ? ICmpInst::ICMP_UGE : ICmpInst::ICMP_ULT; foldICmpAndConstConst() local 1887 auto NewPred = TrueIfNeg ? CmpInst::ICMP_EQ : CmpInst::ICMP_NE; foldICmpAndConstant() local 1896 auto NewPred = TrueIfNeg ? CmpInst::ICMP_EQ : CmpInst::ICMP_NE; foldICmpAndConstant() local 2088 auto NewPred = TrueIfSigned ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_SGT; foldICmpOrConstant() local 2492 auto NewPred = IsUGT ? CmpInst::ICMP_ULT : CmpInst::ICMP_UGE; foldICmpShrConstant() local 3559 auto NewPred = isICMP_NE ? ICmpInst::ICMP_ULE : ICmpInst::ICMP_UGT; foldICmpBinOpEqualityWithConstant() local 3701 ICmpInst::Predicate NewPred = foldICmpEqIntrinsicWithConstant() local 4949 CmpInst::Predicate NewPred = foldICmpBinOp() local 4958 CmpInst::Predicate NewPred = foldICmpBinOp() local 5273 ICmpInst::Predicate NewPred = I.getFlippedSignednessPredicate(); foldICmpBinOp() local 5279 ICmpInst::Predicate NewPred = I.getFlippedSignednessPredicate(); foldICmpBinOp() local 5427 ICmpInst::Predicate NewPred = foldICmpWithMinMax() local 5434 ICmpInst::Predicate NewPred = MinMax->getPredicate(); foldICmpWithMinMax() local 5690 ICmpInst::Predicate NewPred = foldICmpEquality() local 6602 auto NewPred = foldICmpUsingKnownBits() local 6844 CmpInst::Predicate NewPred = CmpInst::getFlippedStrictnessPredicate(Pred); getFlippedStrictnessPredicateAndConstant() local 6981 ICmpInst::Predicate Pred, NewPred; foldICmpWithHighBitMask() local [all...] |
H A D | InstCombineAndOrXor.cpp | 33 ICmpInst::Predicate NewPred; in getNewICmpValue() local 43 FCmpInst::Predicate NewPred; in getFCmpValue() local 686 ICmpInst::Predicate NewPred; simplifyRangeCheck() local 736 auto NewPred = IsAnd ? CmpInst::ICMP_EQ : CmpInst::ICMP_NE; foldAndOrOfICmpsOfAndWithPow2() local 1280 CmpInst::Predicate NewPred; foldAndOrOfICmpsUsingRanges() local 1359 unsigned NewPred = IsAnd ? FCmpCodeL & FCmpCodeR : FCmpCodeL | FCmpCodeR; foldLogicOfFCmps() local 4105 CmpInst::Predicate NewPred; foldXorOfICmps() local [all...] |
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopIdiomVectorize.cpp | 445 Value *NewPred = in createMaskedFindMismatch() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | IndVarSimplify.cpp | 269 CmpInst::Predicate NewPred = CmpInst::BAD_ICMP_PREDICATE; handleFloatingPointIV() local [all...] |
H A D | JumpThreading.cpp | 1870 addPHINodeEntriesForMappedBlock(BasicBlock * PHIBB,BasicBlock * OldPred,BasicBlock * NewPred,ValueToValueMapTy & ValueMap) addPHINodeEntriesForMappedBlock() argument
|
H A D | GVN.cpp | 1714 BasicBlock *NewPred = splitCriticalEdges(OrigPred, LoadBB); PerformLoadPRE() local
|
H A D | LICM.cpp | 1609 BasicBlock *NewPred = SplitBlockPredecessors( splitPredecessorsOfLoopExit() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | BasicBlockUtils.cpp | 811 updatePhiNodes(BasicBlock * DestBB,BasicBlock * OldPred,BasicBlock * NewPred,PHINode * Until) updatePhiNodes() argument
|
H A D | SimplifyCFG.cpp | 373 AddPredecessorToBlock(BasicBlock * Succ,BasicBlock * NewPred,BasicBlock * ExistPred,MemorySSAUpdater * MSSAU=nullptr) AddPredecessorToBlock() argument
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUMachineCFGStructurizer.cpp |
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 295 assert(NewPred && "new predecessor must be a real MachineBasicBlock"); in addMachineCFGPred() argument
|
H A D | CombinerHelper.cpp | 7041 CmpInst::Predicate NewPred; tryFoldAndOrOrICmpsUsingRanges() local 7132 unsigned NewPred = IsAnd ? CmpCodeL & CmpCodeR : CmpCodeL | CmpCodeR; tryFoldLogicOfFCmps() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 10717 CmpInst::Predicate NewPred; SimplifyICmpOperands() local
|