Home
last modified time | relevance | path

Searched defs:NewPred (Results 1 – 25 of 30) sorted by relevance

12

/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1764 auto NewPred = isICMP_NE ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_SGE; in foldICmpAndConstConst() local
1773 auto NewPred = isICMP_NE ? ICmpInst::ICMP_UGE : ICmpInst::ICMP_ULT; in foldICmpAndConstConst() local
1874 auto NewPred = Cmp.getPredicate() == CmpInst::ICMP_EQ ? CmpInst::ICMP_UGT in foldICmpAndConstant() local
1891 auto NewPred = Cmp.getPredicate() == CmpInst::ICMP_EQ ? CmpInst::ICMP_SGE in foldICmpAndConstant() local
3074 auto NewPred = isICMP_NE ? ICmpInst::ICMP_ULE : ICmpInst::ICMP_UGT; in foldICmpBinOpEqualityWithConstant() local
3151 ICmpInst::Predicate NewPred = Cmp.getPredicate() == ICmpInst::ICMP_EQ in foldICmpEqIntrinsicWithConstant() local
4054 ICmpInst::Predicate NewPred = I.getFlippedSignednessPredicate(); in foldICmpBinOp() local
4060 ICmpInst::Predicate NewPred = I.getFlippedSignednessPredicate(); in foldICmpBinOp() local
4321 ICmpInst::Predicate NewPred = in foldICmpEquality() local
5104 auto NewPred = ICmpInst::getInversePredicate(Pred); in foldICmpUsingKnownBits() local
[all …]
DInstCombineAndOrXor.cpp59 ICmpInst::Predicate NewPred; in getNewICmpValue() local
724 ICmpInst::Predicate NewPred; in simplifyRangeCheck() local
790 auto NewPred = JoinedByAnd ? ICmpInst::ICMP_UGT : ICmpInst::ICMP_ULE; in foldAndOrOfEqualityCmpsWithConstants() local
830 auto NewPred = JoinedByAnd ? ICmpInst::ICMP_EQ : ICmpInst::ICMP_NE; in foldAndOrOfICmpsOfAndWithPow2() local
1376 unsigned NewPred = IsAnd ? FCmpCodeL & FCmpCodeR : FCmpCodeL | FCmpCodeR; in foldLogicOfFCmps() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1742 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 …]
DInstCombineAndOrXor.cpp57 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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DMVETailPredication.cpp420 Instruction *NewPred = Pair.second; in Cleanup() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp73 ICmpInst::Predicate NewPred; in getNewICmpValue() local
848 ICmpInst::Predicate NewPred; in simplifyRangeCheck() local
DInstCombineCompares.cpp3148 CmpInst::Predicate NewPred = IsLE ? ICmpInst::ICMP_ULT: ICmpInst::ICMP_UGT; in canonicalizeCmpWithConstant() local
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp1416 BasicBlock *NewPred, in AddPHINodeEntriesForMappedBlock()
DLoopInterchange.cpp1117 BasicBlock *NewPred) { in updateIncomingBlock()
DIndVarSimplify.cpp309 CmpInst::Predicate NewPred = CmpInst::BAD_ICMP_PREDICATE; in handleFloatingPointIV() local
DGVN.cpp1490 BasicBlock *NewPred = splitCriticalEdges(OrigPred, LoadBB); in PerformLoadPRE() local
/external/llvm-project/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp274 CmpInst::Predicate NewPred = CmpInst::BAD_ICMP_PREDICATE; in handleFloatingPointIV() local
DJumpThreading.cpp1936 BasicBlock *NewPred, in addPHINodeEntriesForMappedBlock()
DLICM.cpp1603 BasicBlock *NewPred = SplitBlockPredecessors( in splitPredecessorsOfLoopExit() local
DGVN.cpp1275 BasicBlock *NewPred = splitCriticalEdges(OrigPred, LoadBB); in PerformLoadPRE() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp810 BasicBlock *NewPred, in updatePhiNodes()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp1864 BasicBlock *NewPred, in AddPHINodeEntriesForMappedBlock()
DGVN.cpp1153 BasicBlock *NewPred = splitCriticalEdges(OrigPred, LoadBB); in PerformLoadPRE() local
DLICM.cpp1554 BasicBlock *NewPred = SplitBlockPredecessors( in splitPredecessorsOfLoopExit() local
DIndVarSimplify.cpp370 CmpInst::Predicate NewPred = CmpInst::BAD_ICMP_PREDICATE; in handleFloatingPointIV() local
/external/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp1347 BasicBlock *NewPred, PHINode *Until = nullptr) { in updatePhiNodes()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp283 void IRTranslator::addMachineCFGPred(CFGEdge Edge, MachineBasicBlock *NewPred) { in addMachineCFGPred()
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp283 void IRTranslator::addMachineCFGPred(CFGEdge Edge, MachineBasicBlock *NewPred) { in addMachineCFGPred()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUMachineCFGStructurizer.cpp314 MachineBasicBlock *NewPred) { in setPhiPred()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUMachineCFGStructurizer.cpp314 MachineBasicBlock *NewPred) { in setPhiPred()

12