/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/AsmParser/ |
D | LanaiAsmParser.cpp | 242 dyn_cast<LanaiMCExpr>(BinaryExpr->getLHS())) in isHiImm16() 279 dyn_cast<LanaiMCExpr>(BinaryExpr->getLHS())) in isLoImm16() 303 dyn_cast<LanaiMCExpr>(BinaryExpr->getLHS())) in isLoImm16Signed() 354 dyn_cast<LanaiMCExpr>(BinaryExpr->getLHS())) in isLoImm21() 357 dyn_cast<MCSymbolRefExpr>(BinaryExpr->getLHS())) in isLoImm21() 479 assert(BinaryExpr && isa<LanaiMCExpr>(BinaryExpr->getLHS()) && in addLoImm16Operands() 480 cast<LanaiMCExpr>(BinaryExpr->getLHS())->getKind() == in addLoImm16Operands() 510 assert(BinaryExpr && isa<LanaiMCExpr>(BinaryExpr->getLHS()) && in addHiImm16Operands() 511 cast<LanaiMCExpr>(BinaryExpr->getLHS())->getKind() == in addHiImm16Operands() 549 assert(BinaryExpr && isa<LanaiMCExpr>(BinaryExpr->getLHS()) && in addLoImm21Operands() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCExpr.cpp | 94 if (isa<MCConstantExpr>(BE.getLHS()) || isa<MCSymbolRefExpr>(BE.getLHS())) { in print() 95 BE.getLHS()->print(OS, MAI); in print() 98 BE.getLHS()->print(OS, MAI); in print() 786 if (!ABE->getLHS()->evaluateAsRelocatableImpl(LHSValue, Asm, Layout, Fixup, in evaluateAsRelocatableImpl() 791 if (const MCTargetExpr *L = dyn_cast<MCTargetExpr>(ABE->getLHS())) in evaluateAsRelocatableImpl() 909 MCFragment *LHS_F = BE->getLHS()->findAssociatedFragment(); in findAssociatedFragment()
|
D | MCELFStreamer.cpp | 389 fixSymbolsInTLSFixups(be->getLHS()); in fixSymbolsInTLSFixups()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/MCTargetDesc/ |
D | XCoreInstPrinter.cpp | 56 SRE = dyn_cast<MCSymbolRefExpr>(BE->getLHS()); in printExpr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionExpressions.h | 270 const SCEV *getLHS() const { return LHS; } in getLHS() function 600 push(UDiv->getLHS()); in visitAll() 718 auto *LHS = ((SC *)this)->visit(Expr->getLHS()); 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/WebAssembly/MCTargetDesc/ |
D | WebAssemblyWasmObjectWriter.cpp | 54 auto SectionLHS = getFixupSection(BinOp->getLHS()); in getFixupSection()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCExpr.cpp | 50 fixELFSymbolsInTLSFixupsImpl(be->getLHS(), Asm); in fixELFSymbolsInTLSFixupsImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MCExpr.cpp | 123 fixELFSymbolsInTLSFixupsImpl(BE->getLHS(), Asm); in fixELFSymbolsInTLSFixupsImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/MCTargetDesc/ |
D | BPFInstPrinter.cpp | 39 SRE = dyn_cast<MCSymbolRefExpr>(BE->getLHS()); in printExpr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | SimplifyIndVar.cpp | 442 const SCEV *LHS = SE->getSCEV(WO->getLHS()); in eliminateOverflowIntrinsic() 451 WO->getBinaryOp(), WO->getLHS(), WO->getRHS(), "", WO); in eliminateOverflowIntrinsic() 482 const SCEV *LHS = SE->getSCEV(SI->getLHS()); 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/Transforms/Scalar/ |
D | CorrelatedValuePropagation.cpp | 437 BO->getLHS(), 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() 543 if (WO->getLHS()->getType()->isIntegerTy() && willNotOverflow(WO, LVI)) { in processCallSite()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/MCTargetDesc/ |
D | ARCInstPrinter.cpp | 119 SRE = dyn_cast<MCSymbolRefExpr>(BE->getLHS()); in printExpr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/ |
D | RISCVMCExpr.cpp | 177 fixELFSymbolsInTLSFixupsImpl(BE->getLHS(), Asm); in fixELFSymbolsInTLSFixupsImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | MVETailPredication.cpp | 362 if (auto *RoundUp = dyn_cast<SCEVAddExpr>(S->getLHS())) { in ComputeElements() 385 if (auto *Add = dyn_cast<SCEVAddExpr>(Div->getLHS())) in ComputeElements()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsMCExpr.cpp | 233 fixELFSymbolsInTLSFixupsImpl(BE->getLHS(), Asm); in fixELFSymbolsInTLSFixupsImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/MCTargetDesc/ |
D | SparcMCExpr.cpp | 179 fixELFSymbolsInTLSFixupsImpl(BE->getLHS(), Asm); in fixELFSymbolsInTLSFixupsImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/AsmParser/ |
D | PPCAsmParser.cpp | 76 int64_t LHSVal = EvaluateCRExpr(BE->getLHS()); in EvaluateCRExpr() 704 BinExpr->getLHS(), Ctx); in addNegOperand() 1289 const MCExpr *LHS = ExtractModifierFromExpr(BE->getLHS(), LHSVariant); in ExtractModifierFromExpr() 1295 if (!LHS) LHS = BE->getLHS(); in ExtractModifierFromExpr() 1354 const MCExpr *LHS = FixupVariantKind(BE->getLHS()); 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/AVR/MCTargetDesc/ |
D | AVRMCCodeEmitter.cpp | 230 Expr = static_cast<const MCBinaryExpr *>(Expr)->getLHS(); in getExprOpValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 2133 if (isa<MCConstantExpr>(BE.getLHS()) || isa<MCSymbolRefExpr>(BE.getLHS()) || in printMCExpr() 2134 isa<NVPTXGenericMCSymbolRefExpr>(BE.getLHS())) { in printMCExpr() 2135 printMCExpr(*BE.getLHS(), OS); in printMCExpr() 2138 printMCExpr(*BE.getLHS(), OS); in printMCExpr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/MCTargetDesc/ |
D | LanaiMCCodeEmitter.cpp | 124 Expr = BinaryExpr->getLHS(); in getMachineOpValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/ |
D | Record.h | 840 case 0: return getLHS(); in getOperand() 846 Init *getLHS() const { return LHS; } in getLHS() function 896 case 0: return getLHS(); in getOperand() 903 Init *getLHS() const { return LHS; } in getLHS() function
|
/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() 858 Value *LHS = expandCodeFor(S->getLHS(), Ty); in visitUDivExpr() 2166 if (isHighCostExpansionHelper(UDivExpr->getLHS(), L, At, Processed)) in isHighCostExpansionHelper() 2230 Value *Expr0 = expandCodeFor(Pred->getLHS(), Pred->getLHS()->getType(), IP); in expandEqualPredicate()
|
/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 | 570 const MCExpr *getLHS() const { return LHS; } in getLHS() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCInstPrinter.cpp | 475 RefExp = cast<MCSymbolRefExpr>(BinExpr->getLHS()); in printTLSCall()
|