Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp762 .addExpr(SymGotTlsL)); in EmitInstruction()
803 .addExpr(SymGotTlsGD)); in EmitInstruction()
840 .addExpr(SymGotTlsLD)); in EmitInstruction()
859 .addExpr(SymDtprel)); in EmitInstruction()
878 .addExpr(SymDtprel)); in EmitInstruction()
1125 .addExpr(TOCDeltaHi)); in EmitFunctionBodyStart()
1132 .addExpr(TOCDeltaLo)); in EmitFunctionBodyStart()
1287 .addExpr(SubHa16)); in EmitFunctionStubs()
1296 .addExpr(SubLo16).addExpr(SubLo16) in EmitFunctionStubs()
1342 .addExpr(LazyPtrHa16)); in EmitFunctionStubs()
[all …]
/minix/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCInstBuilder.h50 MCInstBuilder &addExpr(const MCExpr *Val) { in addExpr() function
/minix/external/bsd/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86AsmInstrumentation.cpp620 EmitInstruction(Out, MCInstBuilder(X86::CALLpcrel32).addExpr(FnExpr)); in EmitCallAsanReport()
659 EmitInstruction(Out, MCInstBuilder(X86::JE_1).addExpr(DoneExpr)); in InstrumentMemOperandSmall()
693 EmitInstruction(Out, MCInstBuilder(X86::JL_1).addExpr(DoneExpr)); in InstrumentMemOperandSmall()
734 EmitInstruction(Out, MCInstBuilder(X86::JE_1).addExpr(DoneExpr)); in InstrumentMemOperandLarge()
750 EmitInstruction(Out, MCInstBuilder(X86::JE_1).addExpr(DoneExpr)); in InstrumentMOVSImpl()
890 EmitInstruction(Out, MCInstBuilder(X86::CALL64pcrel32).addExpr(FnExpr)); in EmitCallAsanReport()
930 EmitInstruction(Out, MCInstBuilder(X86::JE_1).addExpr(DoneExpr)); in InstrumentMemOperandSmall()
964 EmitInstruction(Out, MCInstBuilder(X86::JL_1).addExpr(DoneExpr)); in InstrumentMemOperandSmall()
1006 EmitInstruction(Out, MCInstBuilder(X86::JE_1).addExpr(DoneExpr)); in InstrumentMemOperandLarge()
1022 EmitInstruction(Out, MCInstBuilder(X86::JE_1).addExpr(DoneExpr)); in InstrumentMOVSImpl()
H A DX86Operand.h351 void addExpr(MCInst &Inst, const MCExpr *Expr) const { in addExpr() function
397 addExpr(Inst, getImm()); in addImmOperands()
405 addExpr(Inst, getMemDisp()); in addMemOperands()
/minix/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp107 void addExpr(MCInst &Inst, const MCExpr *Expr) const { in addExpr() function in __anon00ca21290111::SystemZOperand
241 addExpr(Inst, getImm()); in addImmOperands()
247 addExpr(Inst, Mem.Disp); in addBDAddrOperands()
253 addExpr(Inst, Mem.Disp); in addBDXAddrOperands()
260 addExpr(Inst, Mem.Disp); in addBDLAddrOperands()
261 addExpr(Inst, Mem.Length); in addBDLAddrOperands()
/minix/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp80 .addExpr(Lower.getExpr(MI->getOperand(0), MCSymbolRefExpr::VK_PLT)); in EmitInstruction()
91 .addExpr(Lower.getExpr(MI->getOperand(0), MCSymbolRefExpr::VK_PLT)); in EmitInstruction()
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h231 void addExpr(DIELoc &Die, dwarf::Form Form, const MCExpr *Expr);
H A DDwarfCompileUnit.cpp160 addExpr(*Loc, dwarf::DW_FORM_udata, in getOrCreateGlobalVariableDIE()
814 void DwarfCompileUnit::addExpr(DIELoc &Die, dwarf::Form Form, in addExpr() function in llvm::DwarfCompileUnit
/minix/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp1064 .addExpr(MBBSymbolExpr) in EmitJump2Table()
1273 .addExpr(MCSymbolRefExpr::Create(CPISymbol, OutContext)) in EmitInstruction()
1290 .addExpr(MCSymbolRefExpr::Create(JTIPICSymbol, OutContext)) in EmitInstruction()
1340 .addExpr(MCSymbolRefExpr::Create(TRegSym, OutContext))); in EmitInstruction()
1379 .addExpr(GVSymExpr) in EmitInstruction()
1756 .addExpr(SymbolExpr) in EmitInstruction()
/minix/external/bsd/llvm/dist/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp259 addExpr(Inst, Expr); in addImmOperands()
262 void addExpr(MCInst &Inst, const MCExpr *Expr) const{ in addExpr() function in __anon4a15219d0111::SparcOperand
287 addExpr(Inst, Expr); in addMEMriOperands()
/minix/external/bsd/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1113 void addExpr(MCInst &Inst, const MCExpr *Expr) const { in addExpr() function in __anon95c1b3bd0211::AArch64Operand
1211 addExpr(Inst, getImm()); in addImmOperands()
1217 addExpr(Inst, getShiftedImmVal()); in addAddSubImmOperands()
1220 addExpr(Inst, getImm()); in addAddSubImmOperands()
1234 addExpr(Inst, getImm()); in addAdrpLabelOperands()
1409 addExpr(Inst, getImm()); in addBranchTarget26Operands()
1423 addExpr(Inst, getImm()); in addPCRelLabel19Operands()
1437 addExpr(Inst, getImm()); in addBranchTarget14Operands()
/minix/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp752 .addExpr(tlsRef)); in LowerTlsAddr()
1037 .addExpr(MCSymbolRefExpr::Create(PICBase, OutContext))); in EmitInstruction()
1077 .addExpr(DotExpr)); in EmitInstruction()
/minix/external/bsd/llvm/dist/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp643 void addExpr(MCInst &Inst, const MCExpr *Expr) const { in addExpr() function in __anon64ae8a7d0311::MipsOperand
760 addExpr(Inst, Expr); in addImmOperands()
769 addExpr(Inst, Expr); in addMemOperands()
778 addExpr(Inst, Expr); in addMicroMipsMemOperands()
/minix/external/bsd/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp1747 void addExpr(MCInst &Inst, const MCExpr *Expr) const { in addExpr() function in __anonbde5fa2b0311::ARMOperand
1885 addExpr(Inst, getImm()); in addImmOperands()
2265 addExpr(Inst, getImm()); in addMemUImm12OffsetOperands()
2280 addExpr(Inst, getImm()); in addMemImm12OffsetOperands()
/minix/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp7655 BinaryOperator *addExpr = in RewriteObjCIvarRefExpr() local
7662 addExpr); in RewriteObjCIvarRefExpr()