/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 1453 auto NewPred = (Pred == Cmp.ICMP_EQ) ? Cmp.ICMP_UGE : Cmp.ICMP_ULT; in foldICmpTruncConstant() local 1718 auto NewPred = isICMP_NE ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_SGE; in foldICmpAndConstConst() local 1732 auto NewPred = isICMP_NE ? ICmpInst::ICMP_UGE : ICmpInst::ICMP_ULT; in foldICmpAndConstConst() local 1819 auto NewPred = TrueIfNeg ? CmpInst::ICMP_EQ : CmpInst::ICMP_NE; in foldICmpAndConstant() local 1844 auto NewPred = in foldICmpAndConstant() local 1907 auto NewPred = TrueIfSigned ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_SGT; in foldICmpOrConstant() local 2244 auto NewPred = IsUGT ? CmpInst::ICMP_ULT : CmpInst::ICMP_UGE; in foldICmpShrConstant() local 3200 auto NewPred = isICMP_NE ? ICmpInst::ICMP_ULE : ICmpInst::ICMP_UGT; in foldICmpBinOpEqualityWithConstant() local 3292 ICmpInst::Predicate NewPred = in foldICmpEqIntrinsicWithConstant() local 4093 CmpInst::Predicate NewPred = in foldICmpBinOp() local [all …]
|
H A D | InstCombineAndOrXor.cpp | 33 ICmpInst::Predicate NewPred; in getNewICmpValue() local 43 FCmpInst::Predicate NewPred; in getFCmpValue() local 697 ICmpInst::Predicate NewPred; in simplifyRangeCheck() local 747 auto NewPred = IsAnd ? CmpInst::ICMP_EQ : CmpInst::ICMP_NE; in foldAndOrOfICmpsOfAndWithPow2() local 1199 CmpInst::Predicate NewPred; in foldAndOrOfICmpsUsingRanges() local 1278 unsigned NewPred = IsAnd ? FCmpCodeL & FCmpCodeR : FCmpCodeL | FCmpCodeR; in foldLogicOfFCmps() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 1742 auto NewPred = isICMP_NE ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_SGE; in foldICmpAndConstConst() local 1751 auto NewPred = isICMP_NE ? ICmpInst::ICMP_UGE : ICmpInst::ICMP_ULT; in foldICmpAndConstConst() local 1853 auto NewPred = Cmp.getPredicate() == CmpInst::ICMP_EQ ? CmpInst::ICMP_UGT in foldICmpAndConstant() local 1869 auto NewPred = Cmp.getPredicate() == CmpInst::ICMP_EQ ? CmpInst::ICMP_SGE in foldICmpAndConstant() local 3013 auto NewPred = isICMP_NE ? ICmpInst::ICMP_ULE : ICmpInst::ICMP_UGT; in foldICmpBinOpEqualityWithConstant() local 3094 ICmpInst::Predicate NewPred = Cmp.getPredicate() == ICmpInst::ICMP_EQ in foldICmpEqIntrinsicWithConstant() local 3976 ICmpInst::Predicate NewPred = in foldICmpBinOp() local 3983 ICmpInst::Predicate NewPred = in foldICmpBinOp() local 4251 ICmpInst::Predicate NewPred = in foldICmpEquality() local 5039 auto NewPred = ICmpInst::getInversePredicate(Pred); in foldICmpUsingKnownBits() local [all …]
|
H A D | InstCombineAndOrXor.cpp | 57 ICmpInst::Predicate NewPred; in getNewICmpValue() local 785 ICmpInst::Predicate NewPred; in simplifyRangeCheck() local 851 auto NewPred = JoinedByAnd ? ICmpInst::ICMP_UGT : ICmpInst::ICMP_ULE; in foldAndOrOfEqualityCmpsWithConstants() local 890 auto NewPred = JoinedByAnd ? ICmpInst::ICMP_EQ : ICmpInst::ICMP_NE; in foldAndOrOfICmpsOfAndWithPow2() local 1388 unsigned NewPred = IsAnd ? FCmpCodeL & FCmpCodeR : FCmpCodeL | FCmpCodeR; in foldLogicOfFCmps() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | MVETailPredication.cpp | 420 Instruction *NewPred = Pair.second; in Cleanup() local
|
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAndOrXor.cpp | 73 ICmpInst::Predicate NewPred; in getNewICmpValue() local 848 ICmpInst::Predicate NewPred; in simplifyRangeCheck() local
|
H A D | InstCombineCompares.cpp | 3148 CmpInst::Predicate NewPred = IsLE ? ICmpInst::ICMP_ULT: ICmpInst::ICMP_UGT; in canonicalizeCmpWithConstant() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | JumpThreading.cpp | 1416 BasicBlock *NewPred, in AddPHINodeEntriesForMappedBlock()
|
H A D | LoopInterchange.cpp | 1117 BasicBlock *NewPred) { in updateIncomingBlock()
|
H A D | IndVarSimplify.cpp | 309 CmpInst::Predicate NewPred = CmpInst::BAD_ICMP_PREDICATE; in handleFloatingPointIV() local
|
H A D | GVN.cpp | 1490 BasicBlock *NewPred = splitCriticalEdges(OrigPred, LoadBB); in PerformLoadPRE() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 810 BasicBlock *NewPred, in updatePhiNodes()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | IndVarSimplify.cpp | 276 CmpInst::Predicate NewPred = CmpInst::BAD_ICMP_PREDICATE; in handleFloatingPointIV() local
|
H A D | GVN.cpp | 1532 BasicBlock *NewPred = splitCriticalEdges(OrigPred, LoadBB); in PerformLoadPRE() local
|
H A D | JumpThreading.cpp | 1962 BasicBlock *NewPred, in addPHINodeEntriesForMappedBlock()
|
H A D | LICM.cpp | 1583 BasicBlock *NewPred = SplitBlockPredecessors( in splitPredecessorsOfLoopExit() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | JumpThreading.cpp | 1864 BasicBlock *NewPred, in AddPHINodeEntriesForMappedBlock()
|
H A D | GVN.cpp | 1153 BasicBlock *NewPred = splitCriticalEdges(OrigPred, LoadBB); in PerformLoadPRE() local
|
H A D | LICM.cpp | 1554 BasicBlock *NewPred = SplitBlockPredecessors( in splitPredecessorsOfLoopExit() local
|
H A D | IndVarSimplify.cpp | 370 CmpInst::Predicate NewPred = CmpInst::BAD_ICMP_PREDICATE; in handleFloatingPointIV() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | BasicBlockUtils.cpp | 665 BasicBlock *NewPred, PHINode *Until) { in updatePhiNodes()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 283 void IRTranslator::addMachineCFGPred(CFGEdge Edge, MachineBasicBlock *NewPred) { in addMachineCFGPred()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUMachineCFGStructurizer.cpp | 295 MachineBasicBlock *NewPred) { in setPhiPred()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUMachineCFGStructurizer.cpp | 314 MachineBasicBlock *NewPred) { in setPhiPred()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 289 void IRTranslator::addMachineCFGPred(CFGEdge Edge, MachineBasicBlock *NewPred) { in addMachineCFGPred()
|