Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZAsmPrinter.cpp194 .addExpr(Lower.getExpr(MI->getOperand(0), MCSymbolRefExpr::VK_PLT)); in EmitInstruction()
205 .addExpr(Lower.getExpr(MI->getOperand(0), MCSymbolRefExpr::VK_PLT)); in EmitInstruction()
212 .addExpr(Lower.getExpr(MI->getOperand(2), MCSymbolRefExpr::VK_PLT)); in EmitInstruction()
301 .addExpr(getTLSGetOffset(MF->getContext())) in EmitInstruction()
302 .addExpr(Lower.getExpr(MI->getOperand(0), MCSymbolRefExpr::VK_TLSGD)); in EmitInstruction()
308 .addExpr(getTLSGetOffset(MF->getContext())) in EmitInstruction()
309 .addExpr(Lower.getExpr(MI->getOperand(0), MCSymbolRefExpr::VK_TLSLDM)); in EmitInstruction()
315 .addExpr(getGlobalOffsetTable(MF->getContext())); in EmitInstruction()
444 .addExpr(MCBinaryExpr::createAdd(Expr, ConstExpr, OutContext)); in EmitInstruction()
459 .addExpr(MCBinaryExpr::createAdd(Expr, ConstExpr, OutContext)); in EmitInstruction()
/external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/antlr3/
DTParser.g65 : addExpr (ADD^ addExpr)*
68 addExpr
/external/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp425 .addExpr(SymVar)); in LowerPATCHPOINT()
471 .addExpr(TlsRef) in EmitTlsCall()
472 .addExpr(SymVar)); in EmitTlsCall()
512 EmitToStreamer(*OutStreamer, MCInstBuilder(PPC::BL).addExpr(OffsExpr)); in EmitInstruction()
528 .addExpr(MCSymbolRefExpr::create(PICBase, OutContext))); in EmitInstruction()
768 .addExpr(SymGotTprel)); in EmitInstruction()
797 .addExpr(MCSymbolRefExpr::create(NextInstr, OutContext))); in EmitInstruction()
826 .addExpr(SymGotTlsL)); in EmitInstruction()
830 .addExpr(SymGotTlsHA)); in EmitInstruction()
846 .addExpr(SymGotTlsGD)); in EmitInstruction()
[all …]
/external/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp120 void addExpr(MCInst &Inst, const MCExpr *Expr) const { in addExpr() function in __anon920606c00111::SystemZOperand
257 addExpr(Inst, Mem.Disp); in addBDVAddrOperands()
279 addExpr(Inst, getImm()); in addImmOperands()
285 addExpr(Inst, Mem.Disp); in addBDAddrOperands()
291 addExpr(Inst, Mem.Disp); in addBDXAddrOperands()
298 addExpr(Inst, Mem.Disp); in addBDLAddrOperands()
299 addExpr(Inst, Mem.Length); in addBDLAddrOperands()
304 addExpr(Inst, ImmTLS.Imm); in addImmTLSOperands()
306 addExpr(Inst, ImmTLS.Sym); in addImmTLSOperands()
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmInstrumentation.cpp612 EmitInstruction(Out, MCInstBuilder(X86::CALLpcrel32).addExpr(FnExpr)); in EmitCallAsanReport()
651 EmitInstruction(Out, MCInstBuilder(X86::JE_1).addExpr(DoneExpr)); in InstrumentMemOperandSmall()
685 EmitInstruction(Out, MCInstBuilder(X86::JL_1).addExpr(DoneExpr)); in InstrumentMemOperandSmall()
726 EmitInstruction(Out, MCInstBuilder(X86::JE_1).addExpr(DoneExpr)); in InstrumentMemOperandLarge()
742 EmitInstruction(Out, MCInstBuilder(X86::JE_1).addExpr(DoneExpr)); in InstrumentMOVSImpl()
883 EmitInstruction(Out, MCInstBuilder(X86::CALL64pcrel32).addExpr(FnExpr)); in EmitCallAsanReport()
923 EmitInstruction(Out, MCInstBuilder(X86::JE_1).addExpr(DoneExpr)); in InstrumentMemOperandSmall()
957 EmitInstruction(Out, MCInstBuilder(X86::JL_1).addExpr(DoneExpr)); in InstrumentMemOperandSmall()
999 EmitInstruction(Out, MCInstBuilder(X86::JE_1).addExpr(DoneExpr)); in InstrumentMemOperandLarge()
1015 EmitInstruction(Out, MCInstBuilder(X86::JE_1).addExpr(DoneExpr)); in InstrumentMOVSImpl()
DX86Operand.h377 void addExpr(MCInst &Inst, const MCExpr *Expr) const { in addExpr() function
422 addExpr(Inst, getImm()); in addAVX512RCOperands()
426 addExpr(Inst, getImm()); in addImmOperands()
434 addExpr(Inst, getMemDisp()); in addMemOperands()
/external/llvm/lib/Target/Lanai/AsmParser/
DLanaiAsmParser.cpp374 void addExpr(MCInst &Inst, const MCExpr *Expr) const { in addExpr() function
392 addExpr(Inst, getImm()); in addImmOperands()
397 addExpr(Inst, getImm()); in addBrTargetOperands()
402 addExpr(Inst, getImm()); in addCallTargetOperands()
407 addExpr(Inst, getImm()); in addCondCodeOperands()
413 addExpr(Inst, Expr); in addMemImmOperands()
420 addExpr(Inst, Expr); in addMemRegImmOperands()
441 addExpr(Inst, getImm()); in addImmShiftOperands()
446 addExpr(Inst, getImm()); in addImm10Operands()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/AsmParser/
DMBlazeAsmParser.cpp177 void addExpr(MCInst &Inst, const MCExpr *Expr) const { in addExpr() function
194 addExpr(Inst, getImm()); in addImmOperands()
199 addExpr(Inst, getFslImm()); in addFslOperands()
211 addExpr(Inst, getMemOff()); in addMemOperands()
/external/llvm/include/llvm/MC/
DMCInstBuilder.h50 MCInstBuilder &addExpr(const MCExpr *Val) { in addExpr() function
/external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp916 void addExpr(MCInst &Inst, const MCExpr *Expr) const { in addExpr() function in __anon92cf716e0311::ARMOperand
1026 addExpr(Inst, getImm()); in addImmOperands()
1060 addExpr(Inst, getImm()); in addImm0_255Operands()
1065 addExpr(Inst, getImm()); in addImm0_7Operands()
1070 addExpr(Inst, getImm()); in addImm0_15Operands()
1075 addExpr(Inst, getImm()); in addImm0_31Operands()
1096 addExpr(Inst, getImm()); in addImm0_65535Operands()
1101 addExpr(Inst, getImm()); in addImm0_65535ExprOperands()
1106 addExpr(Inst, getImm()); in addImm24bitOperands()
1120 addExpr(Inst, getImm()); in addPKHLSLImmOperands()
[all …]
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h245 void addExpr(DIELoc &Die, dwarf::Form Form, const MCExpr *Expr);
DDwarfCompileUnit.cpp173 addExpr(*Loc, dwarf::DW_FORM_udata, in getOrCreateGlobalVariableDIE()
815 void DwarfCompileUnit::addExpr(DIELoc &Die, dwarf::Form Form, in addExpr() function in llvm::DwarfCompileUnit
/external/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp1073 .addExpr(MBBSymbolExpr) in EmitJumpTableInsts()
1312 .addExpr(MCSymbolRefExpr::create(CPISymbol, OutContext)) in EmitInstruction()
1328 .addExpr(MCSymbolRefExpr::create(JTIPICSymbol, OutContext)) in EmitInstruction()
1378 .addExpr(MCSymbolRefExpr::create(TRegSym, OutContext))); in EmitInstruction()
1417 .addExpr(GVSymExpr) in EmitInstruction()
1770 .addExpr(SymbolExpr) in EmitInstruction()
/external/swiftshader/third_party/LLVM/lib/Target/X86/AsmParser/
DX86AsmParser.cpp287 void addExpr(MCInst &Inst, const MCExpr *Expr) const { in addExpr() function
302 addExpr(Inst, getImm()); in addImmOperands()
310 addExpr(Inst, getMemDisp()); in addMemOperands()
/external/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp310 addExpr(Inst, Expr); in addImmOperands()
313 void addExpr(MCInst &Inst, const MCExpr *Expr) const{ in addExpr() function in __anoncba7d3b40111::SparcOperand
338 addExpr(Inst, Expr); in addMEMriOperands()
/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp1149 void addExpr(MCInst &Inst, const MCExpr *Expr) const { in addExpr() function in __anon26fd99540211::AArch64Operand
1251 addExpr(Inst, getImm()); in addImmOperands()
1257 addExpr(Inst, getShiftedImmVal()); in addAddSubImmOperands()
1260 addExpr(Inst, getImm()); in addAddSubImmOperands()
1286 addExpr(Inst, getImm()); in addAdrpLabelOperands()
1467 addExpr(Inst, getImm()); in addBranchTarget26Operands()
1481 addExpr(Inst, getImm()); in addPCRelLabel19Operands()
1495 addExpr(Inst, getImm()); in addBranchTarget14Operands()
/external/llvm/lib/Target/X86/
DX86MCInstLower.cpp768 .addExpr(tlsRef)); in LowerTlsAddr()
1285 .addExpr(MCSymbolRefExpr::create(PICBase, OutContext))); in EmitInstruction()
1343 .addExpr(DotExpr)); in EmitInstruction()
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp800 void addExpr(MCInst &Inst, const MCExpr *Expr) const { in addExpr() function in __anond0efcad40311::MipsOperand
937 addExpr(Inst, getImm()); in addSImmOperands()
946 addExpr(Inst, getImm()); in addUImmOperands()
965 addExpr(Inst, Expr); in addImmOperands()
976 addExpr(Inst, Expr); in addMemOperands()
985 addExpr(Inst, Expr); in addMicroMipsMemOperands()
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp1739 void addExpr(MCInst &Inst, const MCExpr *Expr) const { in addExpr() function in __anonef5d38c20311::ARMOperand
1751 addExpr(Inst, getImm()); in addARMBranchTargetOperands()
1756 addExpr(Inst, getImm()); in addThumbBranchTargetOperands()
1887 addExpr(Inst, getImm()); in addImmOperands()
2290 addExpr(Inst, getImm()); in addMemUImm12OffsetOperands()
2305 addExpr(Inst, getImm()); in addMemImm12OffsetOperands()
2320 addExpr(Inst, getConstantPoolImm()); in addConstPoolAsmImmOperands()
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp7498 BinaryOperator *addExpr = in RewriteObjCIvarRefExpr() local
7505 addExpr); in RewriteObjCIvarRefExpr()
/external/v8/src/inspector/build/closure-compiler/
Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...