/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 1432 auto NewPred = (Pred == Cmp.ICMP_EQ) ? Cmp.ICMP_UGE : Cmp.ICMP_ULT; foldICmpTruncConstant() local 1752 auto NewPred = isICMP_NE ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_SGE; foldICmpAndConstConst() local 1766 auto NewPred = isICMP_NE ? ICmpInst::ICMP_UGE : ICmpInst::ICMP_ULT; foldICmpAndConstConst() local 1848 auto NewPred = TrueIfNeg ? CmpInst::ICMP_EQ : CmpInst::ICMP_NE; foldICmpAndConstant() local 1857 auto NewPred = TrueIfNeg ? CmpInst::ICMP_EQ : CmpInst::ICMP_NE; foldICmpAndConstant() local 1882 auto NewPred = foldICmpAndConstant() local 2028 auto NewPred = TrueIfSigned ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_SGT; foldICmpOrConstant() local 2411 auto NewPred = IsUGT ? CmpInst::ICMP_ULT : CmpInst::ICMP_UGE; foldICmpShrConstant() local 3447 auto NewPred = isICMP_NE ? ICmpInst::ICMP_ULE : ICmpInst::ICMP_UGT; foldICmpBinOpEqualityWithConstant() local 3589 ICmpInst::Predicate NewPred = foldICmpEqIntrinsicWithConstant() local 4618 CmpInst::Predicate NewPred = foldICmpBinOp() local 4627 CmpInst::Predicate NewPred = foldICmpBinOp() local 4942 ICmpInst::Predicate NewPred = I.getFlippedSignednessPredicate(); foldICmpBinOp() local 4948 ICmpInst::Predicate NewPred = I.getFlippedSignednessPredicate(); foldICmpBinOp() local 5099 ICmpInst::Predicate NewPred = foldICmpWithMinMax() local 5106 ICmpInst::Predicate NewPred = MinMax->getPredicate(); foldICmpWithMinMax() local 5361 ICmpInst::Predicate NewPred = foldICmpEquality() local 6273 auto NewPred = foldICmpUsingKnownBits() local 6515 CmpInst::Predicate NewPred = CmpInst::getFlippedStrictnessPredicate(Pred); getFlippedStrictnessPredicateAndConstant() local 6652 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; in simplifyRangeCheck() local 736 auto NewPred = IsAnd ? CmpInst::ICMP_EQ : CmpInst::ICMP_NE; foldAndOrOfICmpsOfAndWithPow2() local 1284 CmpInst::Predicate NewPred; foldAndOrOfICmpsUsingRanges() local 1363 unsigned NewPred = IsAnd ? FCmpCodeL & FCmpCodeR : FCmpCodeL | FCmpCodeR; foldLogicOfFCmps() local 4027 CmpInst::Predicate NewPred; foldXorOfICmps() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64LoopIdiomTransform.cpp |
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | IndVarSimplify.cpp | 264 CmpInst::Predicate NewPred = CmpInst::BAD_ICMP_PREDICATE; handleFloatingPointIV() local [all...] |
H A D | JumpThreading.cpp | 1881 addPHINodeEntriesForMappedBlock(BasicBlock * PHIBB,BasicBlock * OldPred,BasicBlock * NewPred,DenseMap<Instruction *,Value * > & ValueMap) addPHINodeEntriesForMappedBlock() argument
|
H A D | GVN.cpp | 1649 BasicBlock *NewPred = splitCriticalEdges(OrigPred, LoadBB); PerformLoadPRE() local
|
H A D | LICM.cpp | 1597 BasicBlock *NewPred = SplitBlockPredecessors( splitPredecessorsOfLoopExit() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | BasicBlockUtils.cpp | 800 updatePhiNodes(BasicBlock * DestBB,BasicBlock * OldPred,BasicBlock * NewPred,PHINode * Until) updatePhiNodes() argument
|
H A D | SimplifyCFG.cpp | 372 AddPredecessorToBlock(BasicBlock * Succ,BasicBlock * NewPred,BasicBlock * ExistPred,MemorySSAUpdater * MSSAU=nullptr) AddPredecessorToBlock() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUMachineCFGStructurizer.cpp | 295 MachineBasicBlock *NewPred) { in setPhiPred() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 293 addMachineCFGPred(CFGEdge Edge,MachineBasicBlock * NewPred) addMachineCFGPred() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 10631 CmpInst::Predicate NewPred; SimplifyICmpOperands() local
|