Home
last modified time | relevance | path

Searched refs:addExpr (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZAsmPrinter.cpp217 .addExpr(Lower.getExpr(MI->getOperand(0), MCSymbolRefExpr::VK_PLT)); in EmitInstruction()
228 .addExpr(Lower.getExpr(MI->getOperand(0), MCSymbolRefExpr::VK_PLT)); in EmitInstruction()
235 .addExpr(Lower.getExpr(MI->getOperand(2), MCSymbolRefExpr::VK_PLT)); in EmitInstruction()
324 .addExpr(getTLSGetOffset(MF->getContext())) in EmitInstruction()
325 .addExpr(Lower.getExpr(MI->getOperand(0), MCSymbolRefExpr::VK_TLSGD)); in EmitInstruction()
331 .addExpr(getTLSGetOffset(MF->getContext())) in EmitInstruction()
332 .addExpr(Lower.getExpr(MI->getOperand(0), MCSymbolRefExpr::VK_TLSLDM)); in EmitInstruction()
338 .addExpr(getGlobalOffsetTable(MF->getContext())); in EmitInstruction()
487 .addExpr(MCBinaryExpr::createAdd(Expr, ConstExpr, OutContext)); in EmitInstruction()
502 .addExpr(MCBinaryExpr::createAdd(Expr, ConstExpr, OutContext)); in EmitInstruction()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp460 .addExpr(SymVar)); in LowerPATCHPOINT()
513 .addExpr(TlsRef) in EmitTlsCall()
514 .addExpr(SymVar)); in EmitTlsCall()
598 EmitToStreamer(*OutStreamer, MCInstBuilder(PPC::BL).addExpr(OffsExpr)); in EmitInstruction()
614 .addExpr(MCSymbolRefExpr::create(PICBase, OutContext))); in EmitInstruction()
643 MCInstBuilder(PPC::ADDIS).addReg(PICR).addReg(PICR).addExpr(DeltaHi)); in EmitInstruction()
648 MCInstBuilder(PPC::ADDI).addReg(PICR).addReg(PICR).addExpr(DeltaLo)); in EmitInstruction()
934 .addExpr(SymGotTprel)); in EmitInstruction()
964 .addExpr(MCSymbolRefExpr::create(NextInstr, OutContext))); in EmitInstruction()
993 .addExpr(SymGotTlsL)); in EmitInstruction()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/AsmParser/
DLanaiAsmParser.cpp389 void addExpr(MCInst &Inst, const MCExpr *Expr) const { in addExpr() function
407 addExpr(Inst, getImm()); in addImmOperands()
412 addExpr(Inst, getImm()); in addBrTargetOperands()
417 addExpr(Inst, getImm()); in addCallTargetOperands()
422 addExpr(Inst, getImm()); in addCondCodeOperands()
428 addExpr(Inst, Expr); in addMemImmOperands()
435 addExpr(Inst, Expr); in addMemRegImmOperands()
456 addExpr(Inst, getImm()); in addImmShiftOperands()
461 addExpr(Inst, getImm()); in addImm10Operands()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp141 void addExpr(MCInst &Inst, const MCExpr *Expr) const { in addExpr() function in __anon679113a80111::SystemZOperand
301 addExpr(Inst, getImm()); in addImmOperands()
307 addExpr(Inst, Mem.Disp); in addBDAddrOperands()
313 addExpr(Inst, Mem.Disp); in addBDXAddrOperands()
320 addExpr(Inst, Mem.Disp); in addBDLAddrOperands()
321 addExpr(Inst, Mem.Length.Imm); in addBDLAddrOperands()
327 addExpr(Inst, Mem.Disp); in addBDRAddrOperands()
334 addExpr(Inst, Mem.Disp); in addBDVAddrOperands()
340 addExpr(Inst, ImmTLS.Imm); in addImmTLSOperands()
342 addExpr(Inst, ImmTLS.Sym); in addImmTLSOperands()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstBuilder.h49 MCInstBuilder &addExpr(const MCExpr *Val) { in addExpr() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp331 .addExpr(MCSymbolRefExpr::create(Sym, OutContext))); in LowerHWASAN_CHECK_MEMACCESS()
395 .addExpr(MCSymbolRefExpr::create(HandleMismatchOrPartialSym, in EmitHwasanMemaccessSymbols()
415 .addExpr(MCSymbolRefExpr::create(HandleMismatchSym, OutContext)), in EmitHwasanMemaccessSymbols()
441 .addExpr(MCSymbolRefExpr::create(HandleMismatchSym, OutContext)), in EmitHwasanMemaccessSymbols()
465 .addExpr(MCSymbolRefExpr::create(ReturnSym, OutContext)), in EmitHwasanMemaccessSymbols()
504 .addExpr(AArch64MCExpr::create( in EmitHwasanMemaccessSymbols()
512 .addExpr(AArch64MCExpr::create( in EmitHwasanMemaccessSymbols()
843 .addExpr(MCSymbolRefExpr::create( in LowerJumpTableDestSmall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
DX86Operand.h486 void addExpr(MCInst &Inst, const MCExpr *Expr) const { in addExpr() function
509 addExpr(Inst, getImm()); in addAVX512RCOperands()
514 addExpr(Inst, getImm()); in addImmOperands()
546 addExpr(Inst, getMemDisp()); in addMemOperands()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp1005 .addExpr(MBBSymbolExpr) in EmitJumpTableInsts()
1286 .addExpr(MCSymbolRefExpr::create(CPISymbol, OutContext)) in EmitInstruction()
1302 .addExpr(MCSymbolRefExpr::create(JTIPICSymbol, OutContext)) in EmitInstruction()
1353 .addExpr(MCSymbolRefExpr::create(TRegSym, OutContext))); in EmitInstruction()
1392 .addExpr(GVSymExpr) in EmitInstruction()
1473 auto MCInst = MCInstBuilder(Opc).addExpr(BranchLabel); in EmitInstruction()
1494 MCInst.addExpr(BranchTarget); in EmitInstruction()
1502 MCInst.addExpr(ElseLabel); in EmitInstruction()
1894 .addExpr(SymbolExpr) in EmitInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/AsmParser/
DAVRAsmParser.cpp136 void addExpr(MCInst &Inst, const MCExpr *Expr) const { in addExpr() function in __anonb6985fbc0111::AVROperand
151 addExpr(Inst, Expr); in addImmOperands()
160 addExpr(Inst, getImm()); in addMemriOperands()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/AsmParser/
DBPFAsmParser.cpp176 void addExpr(MCInst &Inst, const MCExpr *Expr) const { in addExpr() function
193 addExpr(Inst, getImm()); in addImmOperands()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86MCInstLower.cpp972 .addExpr(Sym) in LowerTlsAddr()
988 .addExpr(Expr) in LowerTlsAddr()
993 .addExpr(MCSymbolRefExpr::create(TlsGetAddr, in LowerTlsAddr()
1003 .addExpr(Sym) in LowerTlsAddr()
1011 .addExpr(Sym) in LowerTlsAddr()
1023 .addExpr(Expr) in LowerTlsAddr()
1028 .addExpr(MCSymbolRefExpr::create(TlsGetAddr, in LowerTlsAddr()
1296 .addExpr(Op)); in LowerFENTRY_CALL()
2124 .addExpr(MCSymbolRefExpr::create(PICBase, OutContext))); in EmitInstruction()
2182 .addExpr(DotExpr)); in EmitInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/AsmParser/
DRISCVAsmParser.cpp699 void addExpr(MCInst &Inst, const MCExpr *Expr) const { in addExpr() function
719 addExpr(Inst, getImm()); in addImmOperands()
1679 Out, MCInstBuilder(RISCV::AUIPC).addOperand(TmpReg).addExpr(SymbolHi)); in emitAuipcInstPair()
1688 .addExpr(RefToLinkTmpLabel)); in emitAuipcInstPair()
1809 .addExpr(Op1.getExpr())); in processInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp341 addExpr(Inst, Expr); in addImmOperands()
344 void addExpr(MCInst &Inst, const MCExpr *Expr) const{ in addExpr() function in __anond020ac9c0211::SparcOperand
369 addExpr(Inst, Expr); in addMEMriOperands()
375 addExpr(Inst, Expr); in addMembarTagOperands()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h341 void addExpr(DIELoc &Die, dwarf::Form Form, const MCExpr *Expr);
DDwarfCompileUnit.cpp260 addExpr(*Loc, dwarf::DW_FORM_udata, in addLocationAttribute()
1283 void DwarfCompileUnit::addExpr(DIELoc &Die, dwarf::Form Form, in addExpr() function in DwarfCompileUnit
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp1415 void addExpr(MCInst &Inst, const MCExpr *Expr) const { in addExpr() function in __anonfc88a63c0111::AArch64Operand
1534 addExpr(Inst, getImm()); in addImmOperands()
1544 addExpr(Inst, getShiftedImmVal()); in addImmWithOptionalShiftOperands()
1547 addExpr(Inst, getImm()); in addImmWithOptionalShiftOperands()
1571 addExpr(Inst, getImm()); in addAdrpLabelOperands()
1637 addExpr(Inst, getImm()); in addBranchTarget26Operands()
1651 addExpr(Inst, getImm()); in addPCRelLabel19Operands()
1665 addExpr(Inst, getImm()); in addBranchTarget14Operands()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsAsmPrinter.cpp1218 .addExpr(TargetExpr)); in EmitSled()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp1032 void addExpr(MCInst &Inst, const MCExpr *Expr) const { in addExpr() function in __anon980d49bc0211::MipsOperand
1206 addExpr(Inst, getImm()); in addSImmOperands()
1215 addExpr(Inst, getImm()); in addUImmOperands()
1234 addExpr(Inst, Expr); in addImmOperands()
1245 addExpr(Inst, Expr); in addMemOperands()
1254 addExpr(Inst, Expr); in addMicroMipsMemOperands()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp2322 void addExpr(MCInst &Inst, const MCExpr *Expr) const { in addExpr() function in __anon1bbdddaa0111::ARMOperand
2334 addExpr(Inst, getImm()); in addARMBranchTargetOperands()
2339 addExpr(Inst, getImm()); in addThumbBranchTargetOperands()
2529 addExpr(Inst, getImm()); in addImmOperands()
2993 addExpr(Inst, getImm()); in addMemUImm12OffsetOperands()
3008 addExpr(Inst, getImm()); in addMemImm12OffsetOperands()
3023 addExpr(Inst, getConstantPoolImm()); in addConstPoolAsmImmOperands()