| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZAsmPrinter.cpp | 223 .addExpr(Lower.getExpr(MI->getOperand(0), in emitInstruction() 242 .addExpr(Lower.getExpr(MI->getOperand(0), MCSymbolRefExpr::VK_PLT)); in emitInstruction() 253 .addExpr(Lower.getExpr(MI->getOperand(0), MCSymbolRefExpr::VK_PLT)); in emitInstruction() 260 .addExpr(Lower.getExpr(MI->getOperand(2), MCSymbolRefExpr::VK_PLT)); in emitInstruction() 350 .addExpr(getTLSGetOffset(MF->getContext())) in emitInstruction() 351 .addExpr(Lower.getExpr(MI->getOperand(0), MCSymbolRefExpr::VK_TLSGD)); in emitInstruction() 357 .addExpr(getTLSGetOffset(MF->getContext())) in emitInstruction() 358 .addExpr(Lower.getExpr(MI->getOperand(0), MCSymbolRefExpr::VK_TLSLDM)); in emitInstruction() 364 .addExpr(getGlobalOffsetTable(MF->getContext())); in emitInstruction() 513 .addExpr(MCBinaryExpr::createAdd(Expr, ConstExpr, OutContext)); in emitInstruction() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCAsmPrinter.cpp | 512 .addExpr(SymVar)); in LowerPATCHPOINT() 576 EmitToStreamer(*OutStreamer, MCInstBuilder(PPC::BLA).addExpr(TlsRef)); in EmitTlsCall() 600 .addExpr(TlsRef) in EmitTlsCall() 601 .addExpr(SymVar)); in EmitTlsCall() 726 EmitToStreamer(*OutStreamer, MCInstBuilder(PPC::BL).addExpr(OffsExpr)); in emitInstruction() 742 .addExpr(MCSymbolRefExpr::create(PICBase, OutContext))); in emitInstruction() 771 MCInstBuilder(PPC::ADDIS).addReg(PICR).addReg(PICR).addExpr(DeltaHi)); in emitInstruction() 776 MCInstBuilder(PPC::ADDI).addReg(PICR).addReg(PICR).addExpr(DeltaLo)); in emitInstruction() 1091 .addExpr(SymGotTprel)); in emitInstruction() 1121 .addExpr(MCSymbolRefExpr::create(NextInstr, OutContext))); in emitInstruction() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/AsmParser/ |
| H A D | M68kAsmParser.cpp | 148 static void addExpr(MCInst &Inst, const MCExpr *Expr); 240 void M68kOperand::addExpr(MCInst &Inst, const MCExpr *Expr) { in addExpr() function in M68kOperand 293 M68kOperand::addExpr(Inst, Expr); in addImmOperands() 308 M68kOperand::addExpr(Inst, MemOp.OuterDisp); in addAddrOperands() 326 M68kOperand::addExpr(Inst, MemOp.OuterDisp); in addARIDOperands() 337 M68kOperand::addExpr(Inst, MemOp.OuterDisp); in addARIIOperands() 366 M68kOperand::addExpr(Inst, MemOp.OuterDisp); in addPCDOperands() 376 M68kOperand::addExpr(Inst, MemOp.OuterDisp); in addPCIOperands()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/AsmParser/ |
| H A D | LanaiAsmParser.cpp | 391 void addExpr(MCInst &Inst, const MCExpr *Expr) const { in addExpr() function 409 addExpr(Inst, getImm()); in addImmOperands() 414 addExpr(Inst, getImm()); in addBrTargetOperands() 419 addExpr(Inst, getImm()); in addCallTargetOperands() 424 addExpr(Inst, getImm()); in addCondCodeOperands() 430 addExpr(Inst, Expr); in addMemImmOperands() 437 addExpr(Inst, Expr); in addMemRegImmOperands() 458 addExpr(Inst, getImm()); in addImmShiftOperands() 463 addExpr(Inst, getImm()); in addImm10Operands()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64AsmPrinter.cpp | 337 .addExpr(MCSymbolRefExpr::create(Sym, OutContext))); in LowerHWASAN_CHECK_MEMACCESS() 412 .addExpr(MCSymbolRefExpr::create(HandleMismatchOrPartialSym, in EmitHwasanMemaccessSymbols() 437 .addExpr(MCSymbolRefExpr::create(ReturnSym, OutContext)), in EmitHwasanMemaccessSymbols() 452 .addExpr(MCSymbolRefExpr::create(HandleMismatchSym, OutContext)), in EmitHwasanMemaccessSymbols() 477 .addExpr(MCSymbolRefExpr::create(HandleMismatchSym, OutContext)), in EmitHwasanMemaccessSymbols() 501 .addExpr(MCSymbolRefExpr::create(ReturnSym, OutContext)), in EmitHwasanMemaccessSymbols() 540 MCInstBuilder(AArch64::B).addExpr(HwasanTagMismatchRef), *STI); in EmitHwasanMemaccessSymbols() 548 .addExpr(AArch64MCExpr::create( in EmitHwasanMemaccessSymbols() 556 .addExpr(AArch64MCExpr::create( in EmitHwasanMemaccessSymbols() 911 .addExpr(LabelExpr)); in LowerJumpTableDest()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/AsmParser/ |
| H A D | SystemZAsmParser.cpp | 141 void addExpr(MCInst &Inst, const MCExpr *Expr) const { in addExpr() function in __anond0f948490111::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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/AsmParser/ |
| H A D | VEAsmParser.cpp | 470 addExpr(Inst, Expr); in addImmOperands() 509 void addExpr(MCInst &Inst, const MCExpr *Expr) const { in addExpr() function in __anonf0f8b3610211::VEOperand 524 addExpr(Inst, getMemOffset()); in addMEMrriOperands() 531 addExpr(Inst, getMemIndex()); in addMEMriiOperands() 532 addExpr(Inst, getMemOffset()); in addMEMriiOperands() 540 addExpr(Inst, getMemOffset()); in addMEMzriOperands() 547 addExpr(Inst, getMemIndex()); in addMEMziiOperands() 548 addExpr(Inst, getMemOffset()); in addMEMziiOperands() 555 addExpr(Inst, getMemOffset()); in addMEMriOperands() 562 addExpr(Inst, getMemOffset()); in addMEMziOperands()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| H A D | MCInstBuilder.h | 55 MCInstBuilder &addExpr(const MCExpr *Val) { in addExpr() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86Operand.h | 509 void addExpr(MCInst &Inst, const MCExpr *Expr) const { in addExpr() function 541 addExpr(Inst, getImm()); in addAVX512RCOperands() 546 addExpr(Inst, getImm()); in addImmOperands() 581 addExpr(Inst, getMemDisp()); in addMemOperands()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/AsmParser/ |
| H A D | SparcAsmParser.cpp | 378 addExpr(Inst, Expr); in addImmOperands() 383 addExpr(Inst, getImm()); in addShiftAmtImm5Operands() 387 addExpr(Inst, getImm()); in addShiftAmtImm6Operands() 390 void addExpr(MCInst &Inst, const MCExpr *Expr) const{ in addExpr() function in __anon6f8db8bd0211::SparcOperand 415 addExpr(Inst, Expr); in addMEMriOperands() 421 addExpr(Inst, Expr); in addMembarTagOperands() 426 addExpr(Inst, getImm()); in addCallTargetOperands()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMAsmPrinter.cpp | 1023 .addExpr(MBBSymbolExpr) in emitJumpTableInsts() 1331 .addExpr(MCSymbolRefExpr::create(CPISymbol, OutContext)) in emitInstruction() 1347 .addExpr(MCSymbolRefExpr::create(JTIPICSymbol, OutContext)) in emitInstruction() 1398 .addExpr(MCSymbolRefExpr::create(TRegSym, OutContext))); in emitInstruction() 1437 .addExpr(GVSymExpr) in emitInstruction() 1518 auto MCInst = MCInstBuilder(Opc).addExpr(BranchLabel); in emitInstruction() 1539 MCInst.addExpr(BranchTarget); in emitInstruction() 1547 MCInst.addExpr(ElseLabel); in emitInstruction() 1939 .addExpr(SymbolExpr) in emitInstruction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/AsmParser/ |
| H A D | AVRAsmParser.cpp | 137 void addExpr(MCInst &Inst, const MCExpr *Expr) const { in addExpr() function in __anon484a835d0111::AVROperand 152 addExpr(Inst, Expr); in addImmOperands() 161 addExpr(Inst, getImm()); in addMemriOperands()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86MCInstLower.cpp | 1024 .addExpr(Sym) in LowerTlsAddr() 1040 .addExpr(Expr) in LowerTlsAddr() 1045 .addExpr(MCSymbolRefExpr::create(TlsGetAddr, in LowerTlsAddr() 1055 .addExpr(Sym) in LowerTlsAddr() 1063 .addExpr(Sym) in LowerTlsAddr() 1075 .addExpr(Expr) in LowerTlsAddr() 1080 .addExpr(MCSymbolRefExpr::create(TlsGetAddr, in LowerTlsAddr() 1323 .addExpr(Op)); in LowerFENTRY_CALL() 2468 .addExpr(MCSymbolRefExpr::create(PICBase, OutContext))); in emitInstruction() 2526 .addExpr(DotExpr)); in emitInstruction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/AsmParser/ |
| H A D | BPFAsmParser.cpp | 178 void addExpr(MCInst &Inst, const MCExpr *Expr) const { in addExpr() function 195 addExpr(Inst, getImm()); in addImmOperands()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/AsmParser/ |
| H A D | CSKYAsmParser.cpp | 251 void addExpr(MCInst &Inst, const MCExpr *Expr) const { in addExpr() function 267 addExpr(Inst, getImm()); in addImmOperands()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfCompileUnit.h | 348 void addExpr(DIELoc &Die, dwarf::Form Form, const MCExpr *Expr);
|
| H A D | DwarfCompileUnit.cpp | 279 addExpr(*Loc, in addLocationAttribute() 1503 void DwarfCompileUnit::addExpr(DIELoc &Die, dwarf::Form Form, in addExpr() function in DwarfCompileUnit
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/AsmParser/ |
| H A D | RISCVAsmParser.cpp | 810 void addExpr(MCInst &Inst, const MCExpr *Expr) const { in addExpr() function 830 addExpr(Inst, getImm()); in addImmOperands() 2246 Out, MCInstBuilder(RISCV::AUIPC).addOperand(TmpReg).addExpr(SymbolHi)); in emitAuipcInstPair() 2255 .addExpr(RefToLinkTmpLabel)); in emitAuipcInstPair() 2548 .addExpr(Op1.getExpr())); in processInstruction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 1473 void addExpr(MCInst &Inst, const MCExpr *Expr) const { in addExpr() function in __anon65f0dadd0111::AArch64Operand 1592 addExpr(Inst, getImm()); in addImmOperands() 1602 addExpr(Inst, getShiftedImmVal()); in addImmWithOptionalShiftOperands() 1605 addExpr(Inst, getImm()); in addImmWithOptionalShiftOperands() 1629 addExpr(Inst, getImm()); in addAdrpLabelOperands() 1695 addExpr(Inst, getImm()); in addBranchTarget26Operands() 1709 addExpr(Inst, getImm()); in addPCRelLabel19Operands() 1723 addExpr(Inst, getImm()); in addBranchTarget14Operands() 1842 addExpr(Inst, getImm()); in addMOVZMovAliasOperands()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 2453 void addExpr(MCInst &Inst, const MCExpr *Expr) const { in addExpr() function in __anonad70014b0111::ARMOperand 2465 addExpr(Inst, getImm()); in addARMBranchTargetOperands() 2470 addExpr(Inst, getImm()); in addThumbBranchTargetOperands() 2660 addExpr(Inst, getImm()); in addImmOperands() 3116 addExpr(Inst, Memory.OffsetImm); in addMemImm8s4OffsetOperands() 3131 addExpr(Inst, Memory.OffsetImm); in addMemImm7s4OffsetOperands() 3149 addExpr(Inst, Memory.OffsetImm); in addMemImmOffsetOperands() 3162 addExpr(Inst, getImm()); in addMemUImm12OffsetOperands() 3169 addExpr(Inst, Memory.OffsetImm); in addMemUImm12OffsetOperands() 3176 addExpr(Inst, getImm()); in addMemImm12OffsetOperands() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsAsmPrinter.cpp | 1218 .addExpr(TargetExpr)); in EmitSled()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 1048 void addExpr(MCInst &Inst, const MCExpr *Expr) const { in addExpr() function in __anon5ed6d99d0211::MipsOperand 1222 addExpr(Inst, getImm()); in addSImmOperands() 1231 addExpr(Inst, getImm()); in addUImmOperands() 1250 addExpr(Inst, Expr); in addImmOperands() 1261 addExpr(Inst, Expr); in addMemOperands() 1270 addExpr(Inst, Expr); in addMicroMipsMemOperands()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteModernObjC.cpp | 7498 BinaryOperator *addExpr = BinaryOperator::Create( in RewriteObjCIvarRefExpr() local 7505 addExpr); in RewriteObjCIvarRefExpr()
|