Searched defs:Cond0 (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | GuardWidening.cpp | 192 bool isWideningCondProfitable(Value *Cond0, Value *Cond1) { in isWideningCondProfitable() 404 bool GuardWideningImpl::widenCondCommon(Value *Cond0, Value *Cond1, in widenCondCommon()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | GuardWidening.cpp | 249 bool isWideningCondProfitable(Value *Cond0, Value *Cond1, bool InvertCond) { in isWideningCondProfitable() 498 bool GuardWideningImpl::widenCondCommon(Value *Cond0, Value *Cond1, in widenCondCommon()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | GuardWidening.cpp | 254 bool isWideningCondProfitable(Value *Cond0, Value *Cond1, bool InvertCond) { in isWideningCondProfitable() 504 bool GuardWideningImpl::widenCondCommon(Value *Cond0, Value *Cond1, in widenCondCommon()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | LibCallsShrinkWrap.cpp | 478 Value *Cond0 = BBBuilder.CreateFCmp(CmpInst::FCMP_OLE, Base, V0); in generateCondForPow() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | LibCallsShrinkWrap.cpp | 477 Value *Cond0 = BBBuilder.CreateFCmp(CmpInst::FCMP_OLE, Base, V0); in generateCondForPow() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Coroutines/ |
H A D | CoroSplit.cpp | 1308 ConstantInt *Cond0 = TryResolveConstant(CondCmp->getOperand(0)); in simplifyTerminatorLeadingToRet() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 10676 SDValue Cond0 = N0.getOperand(0); in foldVSelectToSignBitSplatMask() local 10769 SDValue Cond0 = N0->getOperand(0); in visitSELECT() local 10782 SDValue Cond0 = N0->getOperand(0); in visitSELECT() local 10835 SDValue Cond0 = N0.getOperand(0), Cond1 = N0.getOperand(1); in visitSELECT() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 8559 SDValue Cond0 = N0->getOperand(0); in visitSELECT() local 8572 SDValue Cond0 = N0->getOperand(0); in visitSELECT() local 8632 SDValue Cond0 = N0.getOperand(0), Cond1 = N0.getOperand(1); in visitSELECT() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 5160 SDValue Cond0 = N0->getOperand(0); in visitSELECT() local 5170 SDValue Cond0 = N0->getOperand(0); in visitSELECT() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 46008 SDValue Cond0 = Cond.getOperand(0); in combineSelect() local
|