Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1705 auto NewPred = Cmp.getPredicate() == CmpInst::ICMP_EQ ? CmpInst::ICMP_UGT in foldICmpAndConstant() local
1721 auto NewPred = Cmp.getPredicate() == CmpInst::ICMP_EQ ? CmpInst::ICMP_SGE in foldICmpAndConstant() local
2686 auto NewPred = isICMP_NE ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_SGE; in foldICmpBinOpEqualityWithConstant() local
2693 auto NewPred = isICMP_NE ? ICmpInst::ICMP_UGE : ICmpInst::ICMP_ULT; in foldICmpBinOpEqualityWithConstant() local
2713 auto NewPred = isICMP_NE ? ICmpInst::ICMP_ULE : ICmpInst::ICMP_UGT; in foldICmpBinOpEqualityWithConstant() local
3290 ICmpInst::Predicate NewPred = in foldICmpBinOp() local
3297 ICmpInst::Predicate NewPred = in foldICmpBinOp() local
3559 ICmpInst::Predicate NewPred = in foldICmpEquality() local
4330 auto NewPred = ICmpInst::getInversePredicate(Pred); in foldICmpUsingKnownBits() local
4336 auto NewPred = in foldICmpUsingKnownBits() local
[all …]
DInstCombineAndOrXor.cpp58 ICmpInst::Predicate NewPred; in getNewICmpValue() local
788 ICmpInst::Predicate NewPred; in simplifyRangeCheck() local
854 auto NewPred = JoinedByAnd ? ICmpInst::ICMP_UGT : ICmpInst::ICMP_ULE; in foldAndOrOfEqualityCmpsWithConstants() local
893 auto NewPred = JoinedByAnd ? ICmpInst::ICMP_EQ : ICmpInst::ICMP_NE; in foldAndOrOfICmpsOfAndWithPow2() local
1114 unsigned NewPred = IsAnd ? FCmpCodeL & FCmpCodeR : FCmpCodeL | FCmpCodeR; in foldLogicOfFCmps() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp617 BasicBlock *NewPred, in updatePhiNodes()
/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/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DJumpThreading.cpp1282 BasicBlock *NewPred, in AddPHINodeEntriesForMappedBlock()
DIndVarSimplify.cpp318 CmpInst::Predicate NewPred = CmpInst::BAD_ICMP_PREDICATE; in HandleFloatingPointIV() local
/external/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp1117 BasicBlock *NewPred) { in updateIncomingBlock()
DJumpThreading.cpp1416 BasicBlock *NewPred, in AddPHINodeEntriesForMappedBlock()
DIndVarSimplify.cpp309 CmpInst::Predicate NewPred = CmpInst::BAD_ICMP_PREDICATE; in handleFloatingPointIV() local
DGVN.cpp1490 BasicBlock *NewPred = splitCriticalEdges(OrigPred, LoadBB); in PerformLoadPRE() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp1324 BasicBlock *NewPred) { in updateIncomingBlock()
DLICM.cpp909 BasicBlock *NewPred = SplitBlockPredecessors( in splitPredecessorsOfLoopExit() local
DJumpThreading.cpp1879 BasicBlock *NewPred, in AddPHINodeEntriesForMappedBlock()
DIndVarSimplify.cpp349 CmpInst::Predicate NewPred = CmpInst::BAD_ICMP_PREDICATE; in handleFloatingPointIV() local
DGVN.cpp1170 BasicBlock *NewPred = splitCriticalEdges(OrigPred, LoadBB); in PerformLoadPRE() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp266 void IRTranslator::addMachineCFGPred(CFGEdge Edge, MachineBasicBlock *NewPred) { in addMachineCFGPred()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp1752 PPC::Predicate NewPred = Pred; in optimizeCompareInstr() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSimplifyCFG.cpp111 static void AddPredecessorToBlock(BasicBlock *Succ, BasicBlock *NewPred, in AddPredecessorToBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUMachineCFGStructurizer.cpp314 MachineBasicBlock *NewPred) { in setPhiPred()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp244 static void AddPredecessorToBlock(BasicBlock *Succ, BasicBlock *NewPred, in AddPredecessorToBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp283 static void AddPredecessorToBlock(BasicBlock *Succ, BasicBlock *NewPred, in AddPredecessorToBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp8669 CmpInst::Predicate NewPred; in SimplifyICmpOperands() local