Searched refs:BranchCond (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrInfo.cpp | 625 LPCC::CondCode BranchCond = in analyzeBranch() local 631 Condition.push_back(MachineOperand::CreateImm(BranchCond)); in analyzeBranch() 651 LPCC::CondCode BranchCond = in reverseBranchCondition() local 653 Condition[0].setImm(getOppositeCondition(BranchCond)); in reverseBranchCondition()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | NewGVN.cpp | 1875 auto *BranchCond = dyn_cast<CmpInst>(PBranch->Condition); in performSymbolicCmpEvaluation() local 1876 if (!BranchCond) in performSymbolicCmpEvaluation() 1878 auto *BranchOp0 = lookupOperandLeader(BranchCond->getOperand(0)); in performSymbolicCmpEvaluation() 1879 auto *BranchOp1 = lookupOperandLeader(BranchCond->getOperand(1)); in performSymbolicCmpEvaluation() 1880 auto BranchPredicate = BranchCond->getPredicate(); in performSymbolicCmpEvaluation() 1883 BranchPredicate = BranchCond->getSwappedPredicate(); in performSymbolicCmpEvaluation()
|
| H A D | GVN.cpp | 2347 Value *BranchCond = BI->getCondition(); in processInstruction() local 2359 Changed |= propagateEquality(BranchCond, TrueVal, TrueE, true); in processInstruction() 2363 Changed |= propagateEquality(BranchCond, FalseVal, FalseE, true); in processInstruction()
|
| H A D | JumpThreading.cpp | 3009 Value *BranchCond = BI->getCondition(); in threadGuard() local 3018 auto Impl = isImpliedCondition(BranchCond, GuardCond, DL); in threadGuard() 3023 Impl = isImpliedCondition(BranchCond, GuardCond, DL, /* LHSIsTrue */ false); in threadGuard()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.cpp | 2885 SmallVectorImpl<MachineOperand> &BranchCond, in canMakeTailCallConditional() argument 2899 assert(BranchCond.size() == 1); in canMakeTailCallConditional() 2900 if (BranchCond[0].getImm() > X86::LAST_VALID_COND) { in canMakeTailCallConditional() 2916 MachineBasicBlock &MBB, SmallVectorImpl<MachineOperand> &BranchCond, in replaceBranchWithTailCall() argument 2918 assert(canMakeTailCallConditional(BranchCond, TailCall)); in replaceBranchWithTailCall() 2929 assert(BranchCond.size() == 1); in replaceBranchWithTailCall() 2930 if (CC != BranchCond[0].getImm()) in replaceBranchWithTailCall() 2942 MIB->addOperand(BranchCond[0]); // Condition. in replaceBranchWithTailCall()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.td | 2294 def Bcc : BranchCond;
|
| H A D | AArch64InstrFormats.td | 1763 class BranchCond : I<(outs), (ins ccode:$cond, am_brcond:$target),
|