| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCAsmPrinter.cpp | 599 .addExpr(SymVar)); in LowerPATCHPOINT() 696 .addExpr(TlsRef) in EmitTlsCall() 697 .addExpr(SymVar)); in EmitTlsCall() 1246 .addExpr(SymGotTprel)); in emitInstruction() 1305 .addExpr(SymGotTlsL)); in emitInstruction() 1309 .addExpr(SymGotTlsHA)); in emitInstruction() 1345 .addExpr(SymGotTlsGD)); in emitInstruction() 1402 .addExpr(SymGotTlsLD)); in emitInstruction() 1432 .addExpr(SymDtprel)); in emitInstruction() 1466 .addExpr(SymDtprel)); in emitInstruction() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZAsmPrinter.cpp | 306 .addExpr(Lower.getExpr(MI->getOperand(0), in emitInstruction() 365 .addExpr(Lower.getExpr(MI->getOperand(0), MCSymbolRefExpr::VK_PLT)); in emitInstruction() 473 .addExpr(getTLSGetOffset(MF->getContext())) in emitInstruction() 480 .addExpr(getTLSGetOffset(MF->getContext())) in emitInstruction() 487 .addExpr(getGlobalOffsetTable(MF->getContext())); in emitInstruction() 631 .addExpr(MCBinaryExpr::createAdd(Expr, ConstExpr, OutContext)); in emitInstruction() 646 .addExpr(MCBinaryExpr::createAdd(Expr, ConstExpr, OutContext)); in emitInstruction() 684 MCInstBuilder(SystemZ::EXRL).addReg(LenMinus1Reg).addExpr(Dot)); in emitInstruction() 719 MCInstBuilder(SystemZ::BRCLAsm).addImm(0).addExpr(Dot), STI); in EmitNop() 746 MCInstBuilder(SystemZ::BRASL).addReg(SystemZ::R0D).addExpr(Op), in LowerFENTRY_CALL() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/ |
| H A D | LanaiAsmParser.cpp | 389 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()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/AsmParser/ |
| H A D | M68kAsmParser.cpp | 152 static void addExpr(MCInst &Inst, const MCExpr *Expr); 301 void M68kOperand::addExpr(MCInst &Inst, const MCExpr *Expr) { in addExpr() function in M68kOperand 354 M68kOperand::addExpr(Inst, Expr); in addImmOperands() 423 M68kOperand::addExpr(Inst, MemOp.OuterDisp); in addAddrOperands() 441 M68kOperand::addExpr(Inst, MemOp.OuterDisp); in addARIDOperands() 452 M68kOperand::addExpr(Inst, MemOp.OuterDisp); in addARIIOperands() 481 M68kOperand::addExpr(Inst, MemOp.OuterDisp); in addPCDOperands() 491 M68kOperand::addExpr(Inst, MemOp.OuterDisp); in addPCIOperands()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/ |
| H A D | SparcAsmParser.cpp | 404 addExpr(Inst, Expr); in addImmOperands() 409 addExpr(Inst, getImm()); in addShiftAmtImm5Operands() 413 addExpr(Inst, getImm()); in addShiftAmtImm6Operands() 416 void addExpr(MCInst &Inst, const MCExpr *Expr) const{ in addExpr() function in __anonc75c7c080211::SparcOperand 441 addExpr(Inst, Expr); in addMEMriOperands() 452 addExpr(Inst, Expr); in addMembarTagOperands() 457 addExpr(Inst, getImm()); in addCallTargetOperands() 462 addExpr(Inst, getImm()); in addTailRelocSymOperands() 697 .addExpr(ValExpr)); in expandSETX() 707 .addExpr(adjustPICRelocation(SparcMCExpr::VK_Sparc_HI, ValExpr))); in expandSETX() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVAsmPrinter.cpp | 467 EmitToStreamer(*OutStreamer, MCInstBuilder(RISCV::PseudoCALL).addExpr(Expr)); in LowerHWASAN_CHECK_MEMACCESS() 547 .addExpr(MCSymbolRefExpr::create(Pass, OutContext))); in LowerKCFI_CHECK() 624 .addExpr(MCSymbolRefExpr::create(HandleMismatchOrPartialSym, in EmitHwasanMemaccessSymbols() 646 .addExpr(MCSymbolRefExpr::create(HandleMismatchSym, OutContext)), in EmitHwasanMemaccessSymbols() 663 .addExpr(MCSymbolRefExpr::create(HandleMismatchSym, OutContext)), in EmitHwasanMemaccessSymbols() 676 .addExpr(MCSymbolRefExpr::create(ReturnSym, OutContext)), in EmitHwasanMemaccessSymbols() 758 OutStreamer->emitInstruction(MCInstBuilder(RISCV::PseudoCALL).addExpr(Expr), in EmitHwasanMemaccessSymbols()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCInstBuilder.h | 55 MCInstBuilder &addExpr(const MCExpr *Val) { in addExpr() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/ |
| H A D | VEAsmParser.cpp | 473 addExpr(Inst, Expr); in addImmOperands() 512 void addExpr(MCInst &Inst, const MCExpr *Expr) const { in addExpr() function in __anonb0359a6c0211::VEOperand 527 addExpr(Inst, getMemOffset()); in addMEMrriOperands() 534 addExpr(Inst, getMemIndex()); in addMEMriiOperands() 535 addExpr(Inst, getMemOffset()); in addMEMriiOperands() 543 addExpr(Inst, getMemOffset()); in addMEMzriOperands() 550 addExpr(Inst, getMemIndex()); in addMEMziiOperands() 551 addExpr(Inst, getMemOffset()); in addMEMziiOperands() 558 addExpr(Inst, getMemOffset()); in addMEMriOperands() 565 addExpr(Inst, getMemOffset()); in addMEMziOperands()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/ |
| H A D | SystemZAsmParser.cpp | 146 void addExpr(MCInst &Inst, const MCExpr *Expr) const { in addExpr() function in __anon2dbeb9140111::SystemZOperand 306 addExpr(Inst, getImm()); in addImmOperands() 312 addExpr(Inst, Mem.Disp); in addBDAddrOperands() 318 addExpr(Inst, Mem.Disp); in addBDXAddrOperands() 325 addExpr(Inst, Mem.Disp); in addBDLAddrOperands() 326 addExpr(Inst, Mem.Length.Imm); in addBDLAddrOperands() 332 addExpr(Inst, Mem.Disp); in addBDRAddrOperands() 339 addExpr(Inst, Mem.Disp); in addBDVAddrOperands() 345 addExpr(Inst, ImmTLS.Imm); in addImmTLSOperands() 347 addExpr(Inst, ImmTLS.Sym); in addImmTLSOperands()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64AsmPrinter.cpp | 406 EmitToStreamer(O, MCInstBuilder(AArch64::BL).addExpr(Sym)); in LowerPATCHABLE_EVENT_CALL() 431 EmitToStreamer(O, MCInstBuilder(AArch64::BL).addExpr(Sym)); in LowerPATCHABLE_EVENT_CALL() 517 .addExpr(MCSymbolRefExpr::create(Pass, OutContext))); in LowerKCFI_CHECK() 566 .addExpr(MCSymbolRefExpr::create(Sym, OutContext))); in LowerHWASAN_CHECK_MEMACCESS() 641 .addExpr(MCSymbolRefExpr::create(HandleMismatchOrPartialSym, in emitHwasanMemaccessSymbols() 666 .addExpr(MCSymbolRefExpr::create(ReturnSym, OutContext)), in emitHwasanMemaccessSymbols() 730 .addExpr(MCSymbolRefExpr::create(ReturnSym, OutContext)), in emitHwasanMemaccessSymbols() 769 MCInstBuilder(AArch64::B).addExpr(HwasanTagMismatchRef), *STI); in emitHwasanMemaccessSymbols() 777 .addExpr(AArch64MCExpr::create( in emitHwasanMemaccessSymbols() 785 .addExpr(AArch64MCExpr::create( in emitHwasanMemaccessSymbols() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86MCInstLower.cpp | 566 .addExpr(Sym) in LowerTlsAddr() 582 .addExpr(Expr) in LowerTlsAddr() 587 .addExpr(MCSymbolRefExpr::create(TlsGetAddr, in LowerTlsAddr() 597 .addExpr(Sym) in LowerTlsAddr() 605 .addExpr(Sym) in LowerTlsAddr() 617 .addExpr(Expr) in LowerTlsAddr() 622 .addExpr(MCSymbolRefExpr::create(TlsGetAddr, in LowerTlsAddr() 864 .addExpr(Op)); in LowerFENTRY_CALL() 906 .addExpr(MCSymbolRefExpr::create(Pass, OutContext)) in LowerKCFI_CHECK() 945 .addExpr(MCSymbolRefExpr::create( in LowerASAN_CHECK_MEMACCESS() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/ |
| H A D | LoongArchAsmParser.cpp | 524 void addExpr(MCInst &Inst, const MCExpr *Expr) const { in addExpr() function in __anonb17833500111::LoongArchOperand 538 addExpr(Inst, getImm()); in addImmOperands() 784 Out.emitInstruction(MCInstBuilder(Opc).addReg(DestReg).addExpr(LE), in emitLAInstSeq() 798 MCInstBuilder(Opc).addReg(DestReg).addReg(DestReg).addExpr(LE), in emitLAInstSeq() 806 .addExpr(LE), in emitLAInstSeq() 811 MCInstBuilder(Opc).addReg(TmpReg).addReg(TmpReg).addExpr(LE), in emitLAInstSeq() 819 .addExpr(LE), in emitLAInstSeq() 1152 MCInstBuilder(LoongArch::PCADDU18I).addReg(ScratchReg).addExpr(LE), in emitFuncCall36()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86Operand.h | 561 void addExpr(MCInst &Inst, const MCExpr *Expr) const { in addExpr() function 593 addExpr(Inst, getImm()); in addAVX512RCOperands() 598 addExpr(Inst, getImm()); in addImmOperands() 633 addExpr(Inst, getMemDisp()); in addMemOperands()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchAsmPrinter.cpp | 184 .addExpr(MCSymbolRefExpr::create(EndOfSled, OutContext))); in emitSled()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMAsmPrinter.cpp | 1062 .addExpr(MBBSymbolExpr) in emitJumpTableInsts() 1471 .addExpr(MCSymbolRefExpr::create(CPISymbol, OutContext)) in emitInstruction() 1487 .addExpr(MCSymbolRefExpr::create(JTIPICSymbol, OutContext)) in emitInstruction() 1538 .addExpr(MCSymbolRefExpr::create(TRegSym, OutContext))); in emitInstruction() 1577 .addExpr(GVSymExpr) in emitInstruction() 1658 auto MCInst = MCInstBuilder(Opc).addExpr(BranchLabel); in emitInstruction() 1679 MCInst.addExpr(BranchTarget); in emitInstruction() 1687 MCInst.addExpr(ElseLabel); in emitInstruction() 2079 .addExpr(SymbolExpr) in emitInstruction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/ |
| H A D | AVRAsmParser.cpp | 142 void addExpr(MCInst &Inst, const MCExpr *Expr) const { in addExpr() function in __anonca5d59280111::AVROperand 157 addExpr(Inst, Expr); in addImmOperands() 166 addExpr(Inst, getImm()); in addMemriOperands()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/AsmParser/ |
| H A D | BPFAsmParser.cpp | 181 void addExpr(MCInst &Inst, const MCExpr *Expr) const { in addExpr() function 198 addExpr(Inst, getImm()); in addImmOperands()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.h | 175 addExpr(Reg, Expr); in EntryValue() 180 void addExpr(MCRegister Reg, const DIExpression &Expr) { in addExpr() function
|
| H A D | DwarfCompileUnit.h | 372 void addExpr(DIELoc &Die, dwarf::Form Form, const MCExpr *Expr);
|
| H A D | DwarfCompileUnit.cpp | 302 addExpr(*Loc, FormAndOp.Form, in addLocationAttribute() 331 addExpr(*Loc, FormAndOp.Form, in addLocationAttribute() 1640 void DwarfCompileUnit::addExpr(DIELoc &Die, dwarf::Form Form, in addExpr() function in DwarfCompileUnit
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Xtensa/AsmParser/ |
| H A D | XtensaAsmParser.cpp | 303 void addExpr(MCInst &Inst, const MCExpr *Expr) const { in addExpr() function 327 addExpr(Inst, getImm()); in addImmOperands()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
| H A D | RISCVAsmParser.cpp | 1171 static void addExpr(MCInst &Inst, const MCExpr *Expr, bool IsRV64Imm) { in addExpr() function 1192 addExpr(Inst, getImm(), isRV64Imm()); in addImmOperands() 1198 addExpr(Inst, getImm(), isRV64Imm()); in addFPImmOperands() 3130 Out, MCInstBuilder(RISCV::AUIPC).addOperand(TmpReg).addExpr(SymbolHi)); in emitAuipcInstPair() 3139 .addExpr(RefToLinkTmpLabel)); in emitAuipcInstPair() 3521 .addExpr(Op1.getExpr())); in processInstruction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVMCCodeEmitter.cpp | 146 TmpInst = MCInstBuilder(RISCV::AUIPC).addReg(Ra).addExpr(CallExpr); in expandFunctionCall()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 1714 void addExpr(MCInst &Inst, const MCExpr *Expr) const { in addExpr() function in __anonc2b64ba80111::AArch64Operand 1899 addExpr(Inst, getImm()); in addImmOperands() 1909 addExpr(Inst, getShiftedImmVal()); in addImmWithOptionalShiftOperands() 1912 addExpr(Inst, getImm()); in addImmWithOptionalShiftOperands() 1936 addExpr(Inst, getImm()); in addAdrpLabelOperands() 2008 addExpr(Inst, getImm()); in addBranchTarget26Operands() 2022 addExpr(Inst, getImm()); in addPAuthPCRelLabel16Operands() 2035 addExpr(Inst, getImm()); in addPCRelLabel19Operands() 2049 addExpr(Inst, getImm()); in addBranchTarget14Operands() 2195 addExpr(Inst, getImm()); in addMOVZMovAliasOperands()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/ |
| H A D | CSKYAsmParser.cpp | 553 void addExpr(MCInst &Inst, const MCExpr *Expr) const { in addExpr() function 569 addExpr(Inst, getImm()); in addImmOperands()
|