/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/clang/test/CXX/temp/temp.spec/temp.explicit/ |
H A D | p1-emit.cpp | 22 long& get(bool Cond1, bool Cond2) { in get()
|
/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/clang/lib/StaticAnalyzer/Checkers/ |
H A D | IdenticalExprChecker.cpp | 137 const Expr *Cond1 = I->getCond(); in VisitIfStmt() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | LibCallsShrinkWrap.cpp | 110 auto Cond1 = createCond(BBBuilder, Arg, Cmp, Val); in createOrCond() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | LibCallsShrinkWrap.cpp | 109 auto Cond1 = createCond(BBBuilder, Arg, Cmp, Val); in createOrCond() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | IfConversion.cpp | 1378 SmallVector<MachineOperand, 4> *Cond1 = &BBI.BrCond; in IfConvertDiamond() local
|
H A D | MachinePipeliner.cpp | 2433 SmallVector<MachineOperand, 4> Cond1; in generateEpilog() local
|
H A D | CodeGenPrepare.cpp | 5499 Value *Cond1, *Cond2; in splitBranchCondition() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | IfConversion.cpp | 1800 SmallVector<MachineOperand, 4> *Cond1 = &BBI.BrCond; in IfConvertDiamondCommon() local
|
H A D | ModuloSchedule.cpp | 327 SmallVector<MachineOperand, 4> Cond1; in generateEpilog() local
|
H A D | CodeGenPrepare.cpp | 7362 Value *Cond1, *Cond2; in splitBranchCondition() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | IfConversion.cpp | 1798 SmallVector<MachineOperand, 4> *Cond1 = &BBI.BrCond; in IfConvertDiamondCommon() local
|
H A D | ModuloSchedule.cpp | 333 SmallVector<MachineOperand, 4> Cond1; in generateEpilog() local
|
H A D | CodeGenPrepare.cpp | 8426 Value *Cond1, *Cond2; in splitBranchCondition() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Coroutines/ |
H A D | CoroSplit.cpp | 1309 auto *Cond1 = dyn_cast<ConstantInt>(CondCmp->getOperand(1)); in simplifyTerminatorLeadingToRet() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorTypes.cpp | 2940 SDValue Cond1 = N->getOperand(0); in WidenVecRes_SELECT() local
|
H A D | DAGCombiner.cpp | 5161 SDValue Cond1 = N0->getOperand(1); in visitSELECT() local 5171 SDValue Cond1 = N0->getOperand(1); in visitSELECT() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 10677 SDValue Cond1 = N0.getOperand(1); in foldVSelectToSignBitSplatMask() local 10770 SDValue Cond1 = N0->getOperand(1); in visitSELECT() local 10783 SDValue Cond1 = N0->getOperand(1); in visitSELECT() local 10835 SDValue Cond0 = N0.getOperand(0), Cond1 = N0.getOperand(1); in visitSELECT() local
|
H A D | LegalizeVectorTypes.cpp | 5543 SDValue Cond1 = N->getOperand(0); in WidenVecRes_Select() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 8560 SDValue Cond1 = N0->getOperand(1); in visitSELECT() local 8573 SDValue Cond1 = N0->getOperand(1); in visitSELECT() local 8632 SDValue Cond0 = N0.getOperand(0), Cond1 = N0.getOperand(1); in visitSELECT() local
|
H A D | LegalizeVectorTypes.cpp | 4012 SDValue Cond1 = N->getOperand(0); in WidenVecRes_SELECT() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 46009 SDValue Cond1 = Cond.getOperand(1); in combineSelect() local
|