Home
last modified time | relevance | path

Searched refs:ConditionDef (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DImplicitNullChecks.cpp578 if (MBP.ConditionDef && !MBP.SingleUseCondition) in analyzeBlockForNullChecks()
598 if (MBP.ConditionDef) { in analyzeBlockForNullChecks()
617 assert(MBP.ConditionDef->getParent() == &MBB && in analyzeBlockForNullChecks()
620 for (auto I = MBB.rbegin(); MBP.ConditionDef != &*I; ++I) in analyzeBlockForNullChecks()
690 NullCheckList.emplace_back(&MI, MBP.ConditionDef, &MBB, NotNullSucc, in analyzeBlockForNullChecks()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h650 MachineInstr *ConditionDef = nullptr; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3228 MachineInstr *ConditionDef = nullptr; in analyzeBranchPredicate() local
3233 ConditionDef = &*I; in analyzeBranchPredicate()
3241 if (!ConditionDef) in analyzeBranchPredicate()
3250 MBP.ConditionDef = ConditionDef; in analyzeBranchPredicate()
3261 if (ConditionDef->getOpcode() == TestOpcode && in analyzeBranchPredicate()
3262 ConditionDef->getNumOperands() == 3 && in analyzeBranchPredicate()
3263 ConditionDef->getOperand(0).isIdenticalTo(ConditionDef->getOperand(1)) && in analyzeBranchPredicate()
3265 MBP.LHS = ConditionDef->getOperand(0); in analyzeBranchPredicate()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp400 MBP.ConditionDef = nullptr; in analyzeBranchPredicate()