Home
last modified time | relevance | path

Searched refs:getRHS (Results 1 – 25 of 43) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCExpr.cpp105 if (const MCConstantExpr *RHSC = dyn_cast<MCConstantExpr>(BE.getRHS())) { in print()
135 if (isa<MCConstantExpr>(BE.getRHS()) || isa<MCSymbolRefExpr>(BE.getRHS())) { in print()
136 BE.getRHS()->print(OS, MAI); in print()
139 BE.getRHS()->print(OS, MAI); in print()
788 !ABE->getRHS()->evaluateAsRelocatableImpl(RHSValue, Asm, Layout, Fixup, in evaluateAsRelocatableImpl()
792 if (const MCTargetExpr *R = cast<MCTargetExpr>(ABE->getRHS())) { in evaluateAsRelocatableImpl()
910 MCFragment *RHS_F = BE->getRHS()->findAssociatedFragment(); in findAssociatedFragment()
DMCELFStreamer.cpp390 fixSymbolsInTLSFixups(be->getRHS()); in fixSymbolsInTLSFixups()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScalarEvolutionExpressions.h271 const SCEV *getRHS() const { return RHS; } in getRHS() function
279 return getRHS()->getType(); in getType()
601 push(UDiv->getRHS()); in visitAll()
719 auto *RHS = ((SC *)this)->visit(Expr->getRHS()); in visitUDivExpr()
720 bool Changed = LHS != Expr->getLHS() || RHS != Expr->getRHS(); in visitUDivExpr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/MCTargetDesc/
DXCoreInstPrinter.cpp57 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(BE->getRHS()); in printExpr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyWasmObjectWriter.cpp55 auto SectionRHS = getFixupSection(BinOp->getRHS()); in getFixupSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCExpr.cpp51 fixELFSymbolsInTLSFixupsImpl(be->getRHS(), Asm); in fixELFSymbolsInTLSFixupsImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MCExpr.cpp124 fixELFSymbolsInTLSFixupsImpl(BE->getRHS(), Asm); in fixELFSymbolsInTLSFixupsImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp443 const SCEV *RHS = SE->getSCEV(WO->getRHS()); in eliminateOverflowIntrinsic()
451 WO->getBinaryOp(), WO->getLHS(), WO->getRHS(), "", WO); in eliminateOverflowIntrinsic()
483 const SCEV *RHS = SE->getSCEV(SI->getRHS()); in eliminateSaturatingIntrinsic()
488 SI->getBinaryOp(), SI->getLHS(), SI->getRHS(), SI->getName(), SI); in eliminateSaturatingIntrinsic()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp647 getRelevantLoop(D->getLHS()), getRelevantLoop(D->getRHS()), SE.DT); in getRelevantLoop()
859 if (const SCEVConstant *SC = dyn_cast<SCEVConstant>(S->getRHS())) { in visitUDivExpr()
867 Value *RHS = expandCodeFor(S->getRHS(), Ty); in visitUDivExpr()
869 /*IsSafeToHoist*/ SE.isKnownNonZero(S->getRHS())); in visitUDivExpr()
1823 if (const auto *SC = dyn_cast<SCEVConstant>(D->getRHS())) in expand()
2164 if (auto *SC = dyn_cast<SCEVConstant>(UDivExpr->getRHS())) in isHighCostExpansionHelper()
2231 Value *Expr1 = expandCodeFor(Pred->getRHS(), Pred->getRHS()->getType(), IP); in expandEqualPredicate()
2404 const SCEVConstant *SC = dyn_cast<SCEVConstant>(D->getRHS()); in follow()
DScalarEvolution.cpp328 OS << "(" << *UDiv->getLHS() << " /u " << *UDiv->getRHS() << ")"; in print()
772 X = CompareSCEVComplexity(EqCacheSCEV, EqCacheValue, LI, LC->getRHS(), in CompareSCEVComplexity()
773 RC->getRHS(), DT, Depth + 1); in CompareSCEVComplexity()
1867 getZeroExtendExpr(Div->getRHS(), Ty, Depth + 1)); in getZeroExtendExpr()
3273 dyn_cast<SCEVConstant>(OtherDiv->getRHS())) { in getUDivExpr()
4565 return BinaryOp(BinOp, WO->getLHS(), WO->getRHS()); in MatchBinaryOp()
4570 return BinaryOp(BinOp, WO->getLHS(), WO->getRHS(), in MatchBinaryOp()
5641 ConstantRange Y = getRangeRef(UDiv->getRHS(), SignHint); in getRangeRef()
8193 if (Constant *RHS = BuildConstantFromSCEV(SU->getRHS())) in BuildConstantFromSCEV()
8359 const SCEV *RHS = getSCEVAtScope(Div->getRHS(), L); in computeSCEVAtScope()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/MCTargetDesc/
DARCInstPrinter.cpp120 const auto *CE = dyn_cast<MCConstantExpr>(BE->getRHS()); in printExpr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVMCExpr.cpp178 fixELFSymbolsInTLSFixupsImpl(BE->getRHS(), Asm); in fixELFSymbolsInTLSFixupsImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCExpr.cpp234 fixELFSymbolsInTLSFixupsImpl(BE->getRHS(), Asm); in fixELFSymbolsInTLSFixupsImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp439 BO->getRHS(), BO->getParent(), BO); in willNotOverflow()
502 B.CreateBinOp(Opcode, WO->getLHS(), WO->getRHS(), WO->getName()); in processOverflowIntrinsic()
524 Opcode, SI->getLHS(), SI->getRHS(), SI->getName(), SI); in processSaturatingInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/MCTargetDesc/
DSparcMCExpr.cpp180 fixELFSymbolsInTLSFixupsImpl(BE->getRHS(), Asm); in fixELFSymbolsInTLSFixupsImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/AsmParser/
DPPCAsmParser.cpp77 int64_t RHSVal = EvaluateCRExpr(BE->getRHS()); in EvaluateCRExpr()
703 const MCExpr *NE = MCBinaryExpr::createSub(BinExpr->getRHS(), in addNegOperand()
1290 const MCExpr *RHS = ExtractModifierFromExpr(BE->getRHS(), RHSVariant); in ExtractModifierFromExpr()
1296 if (!RHS) RHS = BE->getRHS(); in ExtractModifierFromExpr()
1355 const MCExpr *RHS = FixupVariantKind(BE->getRHS()); in FixupVariantKind()
1356 if (LHS == BE->getLHS() && RHS == BE->getRHS()) in FixupVariantKind()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp2145 if (const MCConstantExpr *RHSC = dyn_cast<MCConstantExpr>(BE.getRHS())) { in printMCExpr()
2158 if (isa<MCConstantExpr>(BE.getRHS()) || isa<MCSymbolRefExpr>(BE.getRHS())) { in printMCExpr()
2159 printMCExpr(*BE.getRHS(), OS); in printMCExpr()
2162 printMCExpr(*BE.getRHS(), OS); in printMCExpr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DRecord.h841 case 1: return getRHS(); in getOperand()
847 Init *getRHS() const { return RHS; } in getRHS() function
898 case 2: return getRHS(); in getOperand()
905 Init *getRHS() const { return RHS; } in getRHS() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DSIMCCodeEmitter.cpp440 return needsPCRel(BE->getLHS()) || needsPCRel(BE->getRHS()); in needsPCRel()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCExpr.h573 const MCExpr *getRHS() const { return RHS; } in getRHS() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DMVETailPredication.cpp356 if (auto *Const = dyn_cast<SCEVConstant>(S->getRHS())) { in ComputeElements()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCInstPrinter.cpp476 ConstExp = cast<MCConstantExpr>(BinExpr->getRHS()); in printTLSCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIntrinsicInst.h269 Value *getRHS() const { return const_cast<Value*>(getArgOperand(1)); } in getRHS() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/AsmParser/
DRISCVAsmParser.cpp1510 isa<MCSymbolRefExpr>(BE->getRHS())) in classifySymbolRef()
1515 auto AddendExpr = dyn_cast<MCConstantExpr>(BE->getRHS()); in classifySymbolRef()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MCCodeEmitter.cpp252 RHS = BE->getRHS(); in startsWithGlobalOffsetTable()
333 hasSecRelSymbolRef(Bin->getRHS())) { in emitImmediate()

12