Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/
DImplicitNullChecks.cpp579 if (MBP.ConditionDef && !MBP.SingleUseCondition) in analyzeBlockForNullChecks()
599 if (MBP.ConditionDef) { in analyzeBlockForNullChecks()
618 assert(MBP.ConditionDef->getParent() == &MBB && in analyzeBlockForNullChecks()
621 for (auto I = MBB.rbegin(); MBP.ConditionDef != &*I; ++I) in analyzeBlockForNullChecks()
691 NullCheckList.emplace_back(&MI, MBP.ConditionDef, &MBB, NotNullSucc, in analyzeBlockForNullChecks()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DImplicitNullChecks.cpp523 assert(MBP.ConditionDef->getParent() == &MBB && "Should be in basic block"); in analyzeBlockForNullChecks()
525 for (auto I = MBB.rbegin(); MBP.ConditionDef != &*I; ++I) in analyzeBlockForNullChecks()
595 NullCheckList.emplace_back(&MI, MBP.ConditionDef, &MBB, NotNullSucc, in analyzeBlockForNullChecks()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h495 MachineInstr *ConditionDef; member
505 FalseDest(nullptr), ConditionDef(nullptr), SingleUseCondition(false) { in MachineBranchPredicate()
/external/llvm/lib/CodeGen/
DImplicitNullChecks.cpp466 NullCheckList.emplace_back(&MI, MBP.ConditionDef, &MBB, NotNullSucc, in analyzeBlockForNullChecks()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h623 MachineInstr *ConditionDef = nullptr; member
/external/llvm-project/llvm/lib/Target/X86/
DX86InstrInfo.cpp3175 MachineInstr *ConditionDef = nullptr; in analyzeBranchPredicate() local
3180 ConditionDef = &*I; in analyzeBranchPredicate()
3188 if (!ConditionDef) in analyzeBranchPredicate()
3197 MBP.ConditionDef = ConditionDef; in analyzeBranchPredicate()
3208 if (ConditionDef->getOpcode() == TestOpcode && in analyzeBranchPredicate()
3209 ConditionDef->getNumOperands() == 3 && in analyzeBranchPredicate()
3210 ConditionDef->getOperand(0).isIdenticalTo(ConditionDef->getOperand(1)) && in analyzeBranchPredicate()
3212 MBP.LHS = ConditionDef->getOperand(0); in analyzeBranchPredicate()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.cpp2699 MachineInstr *ConditionDef = nullptr; in analyzeBranchPredicate() local
2704 ConditionDef = &*I; in analyzeBranchPredicate()
2712 if (!ConditionDef) in analyzeBranchPredicate()
2721 MBP.ConditionDef = ConditionDef; in analyzeBranchPredicate()
2732 if (ConditionDef->getOpcode() == TestOpcode && in analyzeBranchPredicate()
2733 ConditionDef->getNumOperands() == 3 && in analyzeBranchPredicate()
2734 ConditionDef->getOperand(0).isIdenticalTo(ConditionDef->getOperand(1)) && in analyzeBranchPredicate()
2736 MBP.LHS = ConditionDef->getOperand(0); in analyzeBranchPredicate()
/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp4150 MachineInstr *ConditionDef = nullptr; in analyzeBranchPredicate() local
4155 ConditionDef = &*I; in analyzeBranchPredicate()
4163 if (!ConditionDef) in analyzeBranchPredicate()
4172 MBP.ConditionDef = ConditionDef; in analyzeBranchPredicate()
4183 if (ConditionDef->getOpcode() == TestOpcode && in analyzeBranchPredicate()
4184 ConditionDef->getNumOperands() == 3 && in analyzeBranchPredicate()
4185 ConditionDef->getOperand(0).isIdenticalTo(ConditionDef->getOperand(1)) && in analyzeBranchPredicate()
4187 MBP.LHS = ConditionDef->getOperand(0); in analyzeBranchPredicate()
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h630 MachineInstr *ConditionDef = nullptr; member
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp396 MBP.ConditionDef = nullptr; in analyzeBranchPredicate()