Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h623 MachineInstr *ConditionDef = nullptr; member
/third_party/skia/third_party/externals/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()