Home
last modified time | relevance | path

Searched refs:RHSI (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp304 Instruction *LHSI = LHS.Inst, *RHSI = RHS.Inst; in isEqualImpl() local
307 return LHSI == RHSI; in isEqualImpl()
309 if (LHSI->getOpcode() != RHSI->getOpcode()) in isEqualImpl()
311 if (LHSI->isIdenticalToWhenDefined(RHSI)) in isEqualImpl()
319 assert(isa<BinaryOperator>(RHSI) && in isEqualImpl()
321 BinaryOperator *RHSBinOp = cast<BinaryOperator>(RHSI); in isEqualImpl()
328 assert(isa<CmpInst>(RHSI) && in isEqualImpl()
330 CmpInst *RHSCmp = cast<CmpInst>(RHSI); in isEqualImpl()
343 matchSelectWithOptionalNotCond(RHSI, CondR, RHSA, RHSB, RSPF)) { in isEqualImpl()
461 Instruction *LHSI = LHS.Inst, *RHSI = RHS.Inst; in isEqual() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DInstructionSelector.cpp67 MachineInstr *RHSI = MRI.getVRegDef(RHS.getReg()); in isBaseWithConstantOffset() local
68 if (RHSI->getOpcode() != TargetOpcode::G_CONSTANT) in isBaseWithConstantOffset()