/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCExpr.cpp | 105 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()
|
D | MCELFStreamer.cpp | 390 fixSymbolsInTLSFixups(be->getRHS()); in fixSymbolsInTLSFixups()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionExpressions.h | 271 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/ |
D | XCoreInstPrinter.cpp | 57 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/ |
D | WebAssemblyWasmObjectWriter.cpp | 55 auto SectionRHS = getFixupSection(BinOp->getRHS()); in getFixupSection()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCExpr.cpp | 51 fixELFSymbolsInTLSFixupsImpl(be->getRHS(), Asm); in fixELFSymbolsInTLSFixupsImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MCExpr.cpp | 124 fixELFSymbolsInTLSFixupsImpl(BE->getRHS(), Asm); in fixELFSymbolsInTLSFixupsImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | SimplifyIndVar.cpp | 443 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/ |
D | ScalarEvolutionExpander.cpp | 647 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()
|
D | ScalarEvolution.cpp | 328 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/ |
D | ARCInstPrinter.cpp | 120 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/ |
D | RISCVMCExpr.cpp | 178 fixELFSymbolsInTLSFixupsImpl(BE->getRHS(), Asm); in fixELFSymbolsInTLSFixupsImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsMCExpr.cpp | 234 fixELFSymbolsInTLSFixupsImpl(BE->getRHS(), Asm); in fixELFSymbolsInTLSFixupsImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | CorrelatedValuePropagation.cpp | 439 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/ |
D | SparcMCExpr.cpp | 180 fixELFSymbolsInTLSFixupsImpl(BE->getRHS(), Asm); in fixELFSymbolsInTLSFixupsImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/AsmParser/ |
D | PPCAsmParser.cpp | 77 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/ |
D | NVPTXAsmPrinter.cpp | 2145 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/ |
D | Record.h | 841 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/ |
D | SIMCCodeEmitter.cpp | 440 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/ |
D | MCExpr.h | 573 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/ |
D | MVETailPredication.cpp | 356 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/ |
D | PPCInstPrinter.cpp | 476 ConstExp = cast<MCConstantExpr>(BinExpr->getRHS()); in printTLSCall()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IntrinsicInst.h | 269 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/ |
D | RISCVAsmParser.cpp | 1510 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/ |
D | X86MCCodeEmitter.cpp | 252 RHS = BE->getRHS(); in startsWithGlobalOffsetTable() 333 hasSecRelSymbolRef(Bin->getRHS())) { in emitImmediate()
|