Home
last modified time | relevance | path

Searched refs:MCExpr (Results 1 – 25 of 3760) sorted by relevance

12345678910>>...151

/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/MC/
H A DMCExpr.h27 class MCExpr {
40 MCExpr(const MCExpr&); // DO NOT IMPLEMENT
95 : MCExpr(MCExpr::Constant), Value(_Value) {} in MCConstantExpr()
151 : MCExpr(MCExpr::SymbolRef), Symbol(_Symbol), Kind(_Kind) {} in MCSymbolRefExpr()
202 const MCExpr *Expr;
205 : MCExpr(MCExpr::Unary), Op(_Op), Expr(_Expr) {} in MCUnaryExpr()
276 MCBinaryExpr(Opcode _Op, const MCExpr *_LHS, const MCExpr *_RHS) in MCBinaryExpr()
277 : MCExpr(MCExpr::Binary), Op(_Op), LHS(_LHS), RHS(_RHS) {} in MCBinaryExpr()
297 static const MCBinaryExpr *CreateEQ(const MCExpr *LHS, const MCExpr *RHS, in CreateEQ()
301 static const MCBinaryExpr *CreateGT(const MCExpr *LHS, const MCExpr *RHS, in CreateGT()
[all …]
/dports/devel/py-keystone-engine/keystone-engine-0.9.1-3/src/llvm/include/llvm/MC/
H A DMCExpr.h34 class MCExpr {
47 MCExpr(const MCExpr&) = delete;
134 : MCExpr(MCExpr::Constant), Value(Value) {} in MCConstantExpr()
368 const MCExpr *Expr;
371 : MCExpr(MCExpr::Unary), Op(Op), Expr(Expr) {} in MCUnaryExpr()
442 MCBinaryExpr(Opcode Op, const MCExpr *LHS, const MCExpr *RHS) in MCBinaryExpr()
443 : MCExpr(MCExpr::Binary), Op(Op), LHS(LHS), RHS(RHS) {} in MCBinaryExpr()
463 static const MCBinaryExpr *createEQ(const MCExpr *LHS, const MCExpr *RHS, in createEQ()
467 static const MCBinaryExpr *createGT(const MCExpr *LHS, const MCExpr *RHS, in createGT()
483 static const MCBinaryExpr *createLT(const MCExpr *LHS, const MCExpr *RHS, in createLT()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/MC/
H A DMCExpr.h35 class MCExpr {
62 MCExpr(const MCExpr &) = delete;
63 MCExpr &operator=(const MCExpr &) = delete;
136 : MCExpr(MCExpr::Constant, SMLoc()), Value(Value) {} in MCConstantExpr()
139 : MCExpr(MCExpr::Constant, SMLoc()), Value(Value), in MCConstantExpr()
377 const MCExpr *Expr;
380 : MCExpr(MCExpr::Unary, Loc), Op(Op), Expr(Expr) {} in MCUnaryExpr()
455 MCBinaryExpr(Opcode Op, const MCExpr *LHS, const MCExpr *RHS,
457 : MCExpr(MCExpr::Binary, Loc), Op(Op), LHS(LHS), RHS(RHS) {} in MCExpr() function
482 static const MCBinaryExpr *createEQ(const MCExpr *LHS, const MCExpr *RHS, in createEQ()
[all …]
H A DMCObjectStreamer.h21 class MCExpr; variable
120 void EmitValueImpl(const MCExpr *Value, unsigned Size,
122 void EmitULEB128Value(const MCExpr *Value) override;
123 void EmitSLEB128Value(const MCExpr *Value) override;
168 void EmitDTPRel32Value(const MCExpr *Value) override;
169 void EmitDTPRel64Value(const MCExpr *Value) override;
170 void EmitTPRel32Value(const MCExpr *Value) override;
171 void EmitTPRel64Value(const MCExpr *Value) override;
172 void EmitGPRel32Value(const MCExpr *Value) override;
173 void EmitGPRel64Value(const MCExpr *Value) override;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCExpr.h35 class MCExpr {
62 MCExpr(const MCExpr &) = delete;
63 MCExpr &operator=(const MCExpr &) = delete;
136 : MCExpr(MCExpr::Constant, SMLoc()), Value(Value) {} in MCConstantExpr()
139 : MCExpr(MCExpr::Constant, SMLoc()), Value(Value), in MCConstantExpr()
377 const MCExpr *Expr;
380 : MCExpr(MCExpr::Unary, Loc), Op(Op), Expr(Expr) {} in MCUnaryExpr()
455 MCBinaryExpr(Opcode Op, const MCExpr *LHS, const MCExpr *RHS,
457 : MCExpr(MCExpr::Binary, Loc), Op(Op), LHS(LHS), RHS(RHS) {} in MCExpr() function
482 static const MCBinaryExpr *createEQ(const MCExpr *LHS, const MCExpr *RHS, in createEQ()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h35 class MCExpr {
62 MCExpr(const MCExpr &) = delete;
63 MCExpr &operator=(const MCExpr &) = delete;
136 : MCExpr(MCExpr::Constant, SMLoc()), Value(Value) {} in MCConstantExpr()
139 : MCExpr(MCExpr::Constant, SMLoc()), Value(Value), in MCConstantExpr()
377 const MCExpr *Expr;
380 : MCExpr(MCExpr::Unary, Loc), Op(Op), Expr(Expr) {} in MCUnaryExpr()
455 MCBinaryExpr(Opcode Op, const MCExpr *LHS, const MCExpr *RHS,
457 : MCExpr(MCExpr::Binary, Loc), Op(Op), LHS(LHS), RHS(RHS) {} in MCExpr() function
482 static const MCBinaryExpr *createEQ(const MCExpr *LHS, const MCExpr *RHS, in createEQ()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/MC/
H A DMCExpr.h35 class MCExpr {
66 MCExpr(const MCExpr &) = delete;
67 MCExpr &operator=(const MCExpr &) = delete;
140 : MCExpr(MCExpr::Constant, SMLoc()), Value(Value) {} in MCConstantExpr()
143 : MCExpr(MCExpr::Constant, SMLoc()), Value(Value), in MCConstantExpr()
379 const MCExpr *Expr;
382 : MCExpr(MCExpr::Unary, Loc), Op(Op), Expr(Expr) {} in MCUnaryExpr()
457 MCBinaryExpr(Opcode Op, const MCExpr *LHS, const MCExpr *RHS,
459 : MCExpr(MCExpr::Binary, Loc), Op(Op), LHS(LHS), RHS(RHS) {} in MCExpr() function
484 static const MCBinaryExpr *createEQ(const MCExpr *LHS, const MCExpr *RHS, in createEQ()
[all …]
/dports/devel/binaryen/binaryen-version_98/third_party/llvm-project/include/llvm/MC/
H A DMCExpr.h35 class MCExpr {
62 MCExpr(const MCExpr &) = delete;
63 MCExpr &operator=(const MCExpr &) = delete;
136 : MCExpr(MCExpr::Constant, SMLoc()), Value(Value) {} in MCConstantExpr()
139 : MCExpr(MCExpr::Constant, SMLoc()), Value(Value), in MCConstantExpr()
377 const MCExpr *Expr;
380 : MCExpr(MCExpr::Unary, Loc), Op(Op), Expr(Expr) {} in MCUnaryExpr()
455 MCBinaryExpr(Opcode Op, const MCExpr *LHS, const MCExpr *RHS,
457 : MCExpr(MCExpr::Binary, Loc), Op(Op), LHS(LHS), RHS(RHS) {} in MCExpr() function
482 static const MCBinaryExpr *createEQ(const MCExpr *LHS, const MCExpr *RHS, in createEQ()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/MC/
H A DMCExpr.h36 class MCExpr {
67 MCExpr(const MCExpr &) = delete;
68 MCExpr &operator=(const MCExpr &) = delete;
140 : MCExpr(MCExpr::Constant, SMLoc()), Value(Value) {} in setIsa()
371 const MCExpr *Expr;
374 : MCExpr(MCExpr::Unary, Loc), Op(Op), Expr(Expr) {}
449 MCBinaryExpr(Opcode Op, const MCExpr *LHS, const MCExpr *RHS,
451 : MCExpr(MCExpr::Binary, Loc), Op(Op), LHS(LHS), RHS(RHS) {}
476 static const MCBinaryExpr *createEQ(const MCExpr *LHS, const MCExpr *RHS, in createDefCfaOffset()
481 static const MCBinaryExpr *createGT(const MCExpr *LHS, const MCExpr *RHS,
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/MC/
H A DMCExpr.h36 class MCExpr {
67 MCExpr(const MCExpr &) = delete;
68 MCExpr &operator=(const MCExpr &) = delete;
140 : MCExpr(MCExpr::Constant, SMLoc()), Value(Value) {}
369 const MCExpr *Expr;
372 : MCExpr(MCExpr::Unary, Loc), Op(Op), Expr(Expr) {}
447 MCBinaryExpr(Opcode Op, const MCExpr *LHS, const MCExpr *RHS,
449 : MCExpr(MCExpr::Binary, Loc), Op(Op), LHS(LHS), RHS(RHS) {}
474 static const MCBinaryExpr *createEQ(const MCExpr *LHS, const MCExpr *RHS,
479 static const MCBinaryExpr *createGT(const MCExpr *LHS, const MCExpr *RHS,
[all …]
H A DMCObjectStreamer.h22 class MCExpr; variable
104 void EmitValueImpl(const MCExpr *Value, unsigned Size,
106 void EmitULEB128Value(const MCExpr *Value) override;
107 void EmitSLEB128Value(const MCExpr *Value) override;
157 void EmitDTPRel32Value(const MCExpr *Value) override;
158 void EmitDTPRel64Value(const MCExpr *Value) override;
159 void EmitTPRel32Value(const MCExpr *Value) override;
160 void EmitTPRel64Value(const MCExpr *Value) override;
161 void EmitGPRel32Value(const MCExpr *Value) override;
162 void EmitGPRel64Value(const MCExpr *Value) override;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/MC/
H A DMCExpr.h35 class MCExpr {
75 MCExpr(const MCExpr &) = delete;
76 MCExpr &operator=(const MCExpr &) = delete;
158 : MCExpr(MCExpr::Constant, SMLoc(), in MCConstantExpr()
428 const MCExpr *Expr;
431 : MCExpr(MCExpr::Unary, Loc, Op), Expr(Expr) {} in MCUnaryExpr()
506 MCBinaryExpr(Opcode Op, const MCExpr *LHS, const MCExpr *RHS,
508 : MCExpr(MCExpr::Binary, Loc, Op), LHS(LHS), RHS(RHS) {} in MCExpr() function
533 static const MCBinaryExpr *createEQ(const MCExpr *LHS, const MCExpr *RHS, in createEQ()
538 static const MCBinaryExpr *createGT(const MCExpr *LHS, const MCExpr *RHS, in createGT()
[all …]
H A DMCObjectStreamer.h22 class MCExpr; variable
121 void emitValueImpl(const MCExpr *Value, unsigned Size,
123 void emitULEB128Value(const MCExpr *Value) override;
124 void emitSLEB128Value(const MCExpr *Value) override;
168 void emitDTPRel32Value(const MCExpr *Value) override;
169 void emitDTPRel64Value(const MCExpr *Value) override;
170 void emitTPRel32Value(const MCExpr *Value) override;
171 void emitTPRel64Value(const MCExpr *Value) override;
172 void emitGPRel32Value(const MCExpr *Value) override;
173 void emitGPRel64Value(const MCExpr *Value) override;
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/MC/
H A DMCExpr.h35 class MCExpr {
75 MCExpr(const MCExpr &) = delete;
76 MCExpr &operator=(const MCExpr &) = delete;
159 : MCExpr(MCExpr::Constant, SMLoc(), in MCConstantExpr()
436 const MCExpr *Expr;
439 : MCExpr(MCExpr::Unary, Loc, Op), Expr(Expr) {} in MCUnaryExpr()
513 MCBinaryExpr(Opcode Op, const MCExpr *LHS, const MCExpr *RHS,
515 : MCExpr(MCExpr::Binary, Loc, Op), LHS(LHS), RHS(RHS) {} in MCExpr() function
540 static const MCBinaryExpr *createEQ(const MCExpr *LHS, const MCExpr *RHS, in createEQ()
545 static const MCBinaryExpr *createGT(const MCExpr *LHS, const MCExpr *RHS, in createGT()
[all …]
H A DMCObjectStreamer.h22 class MCExpr; variable
121 void emitValueImpl(const MCExpr *Value, unsigned Size,
123 void emitULEB128Value(const MCExpr *Value) override;
124 void emitSLEB128Value(const MCExpr *Value) override;
168 void emitDTPRel32Value(const MCExpr *Value) override;
169 void emitDTPRel64Value(const MCExpr *Value) override;
170 void emitTPRel32Value(const MCExpr *Value) override;
171 void emitTPRel64Value(const MCExpr *Value) override;
172 void emitGPRel32Value(const MCExpr *Value) override;
173 void emitGPRel64Value(const MCExpr *Value) override;
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/MC/
H A DMCExpr.h35 class MCExpr {
75 MCExpr(const MCExpr &) = delete;
76 MCExpr &operator=(const MCExpr &) = delete;
158 : MCExpr(MCExpr::Constant, SMLoc(),
433 const MCExpr *Expr;
436 : MCExpr(MCExpr::Unary, Loc, Op), Expr(Expr) {}
511 MCBinaryExpr(Opcode Op, const MCExpr *LHS, const MCExpr *RHS,
513 : MCExpr(MCExpr::Binary, Loc, Op), LHS(LHS), RHS(RHS) {}
538 static const MCBinaryExpr *createEQ(const MCExpr *LHS, const MCExpr *RHS,
543 static const MCBinaryExpr *createGT(const MCExpr *LHS, const MCExpr *RHS,
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/MC/
H A DMCExpr.h35 class MCExpr {
75 MCExpr(const MCExpr &) = delete;
76 MCExpr &operator=(const MCExpr &) = delete;
158 : MCExpr(MCExpr::Constant, SMLoc(), in MCConstantExpr()
433 const MCExpr *Expr;
436 : MCExpr(MCExpr::Unary, Loc, Op), Expr(Expr) {} in MCUnaryExpr()
511 MCBinaryExpr(Opcode Op, const MCExpr *LHS, const MCExpr *RHS,
513 : MCExpr(MCExpr::Binary, Loc, Op), LHS(LHS), RHS(RHS) {} in MCExpr() function
538 static const MCBinaryExpr *createEQ(const MCExpr *LHS, const MCExpr *RHS, in createEQ()
543 static const MCBinaryExpr *createGT(const MCExpr *LHS, const MCExpr *RHS, in createGT()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/MC/
H A DMCExpr.h35 class MCExpr {
75 MCExpr(const MCExpr &) = delete;
76 MCExpr &operator=(const MCExpr &) = delete;
158 : MCExpr(MCExpr::Constant, SMLoc(), in MCConstantExpr()
430 const MCExpr *Expr;
433 : MCExpr(MCExpr::Unary, Loc, Op), Expr(Expr) {} in MCUnaryExpr()
508 MCBinaryExpr(Opcode Op, const MCExpr *LHS, const MCExpr *RHS,
510 : MCExpr(MCExpr::Binary, Loc, Op), LHS(LHS), RHS(RHS) {} in MCExpr() function
535 static const MCBinaryExpr *createEQ(const MCExpr *LHS, const MCExpr *RHS, in createEQ()
540 static const MCBinaryExpr *createGT(const MCExpr *LHS, const MCExpr *RHS, in createGT()
[all …]
H A DMCObjectStreamer.h22 class MCExpr; variable
121 void emitValueImpl(const MCExpr *Value, unsigned Size,
123 void emitULEB128Value(const MCExpr *Value) override;
124 void emitSLEB128Value(const MCExpr *Value) override;
168 void emitDTPRel32Value(const MCExpr *Value) override;
169 void emitDTPRel64Value(const MCExpr *Value) override;
170 void emitTPRel32Value(const MCExpr *Value) override;
171 void emitTPRel64Value(const MCExpr *Value) override;
172 void emitGPRel32Value(const MCExpr *Value) override;
173 void emitGPRel64Value(const MCExpr *Value) override;
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/MC/
H A DMCExpr.h35 class MCExpr {
75 MCExpr(const MCExpr &) = delete;
76 MCExpr &operator=(const MCExpr &) = delete;
158 : MCExpr(MCExpr::Constant, SMLoc(), in MCConstantExpr()
435 const MCExpr *Expr;
438 : MCExpr(MCExpr::Unary, Loc, Op), Expr(Expr) {} in MCUnaryExpr()
512 MCBinaryExpr(Opcode Op, const MCExpr *LHS, const MCExpr *RHS,
514 : MCExpr(MCExpr::Binary, Loc, Op), LHS(LHS), RHS(RHS) {} in MCExpr() function
539 static const MCBinaryExpr *createEQ(const MCExpr *LHS, const MCExpr *RHS, in createEQ()
544 static const MCBinaryExpr *createGT(const MCExpr *LHS, const MCExpr *RHS, in createGT()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h35 class MCExpr {
75 MCExpr(const MCExpr &) = delete;
76 MCExpr &operator=(const MCExpr &) = delete;
158 : MCExpr(MCExpr::Constant, SMLoc(), in MCConstantExpr()
433 const MCExpr *Expr;
436 : MCExpr(MCExpr::Unary, Loc, Op), Expr(Expr) {} in MCUnaryExpr()
511 MCBinaryExpr(Opcode Op, const MCExpr *LHS, const MCExpr *RHS,
513 : MCExpr(MCExpr::Binary, Loc, Op), LHS(LHS), RHS(RHS) {} in MCExpr() function
538 static const MCBinaryExpr *createEQ(const MCExpr *LHS, const MCExpr *RHS, in createEQ()
543 static const MCBinaryExpr *createGT(const MCExpr *LHS, const MCExpr *RHS, in createGT()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/MC/
H A DMCExpr.h35 class MCExpr {
75 MCExpr(const MCExpr &) = delete;
76 MCExpr &operator=(const MCExpr &) = delete;
158 : MCExpr(MCExpr::Constant, SMLoc(), in MCConstantExpr()
434 const MCExpr *Expr;
437 : MCExpr(MCExpr::Unary, Loc, Op), Expr(Expr) {} in MCUnaryExpr()
512 MCBinaryExpr(Opcode Op, const MCExpr *LHS, const MCExpr *RHS,
514 : MCExpr(MCExpr::Binary, Loc, Op), LHS(LHS), RHS(RHS) {} in MCExpr() function
539 static const MCBinaryExpr *createEQ(const MCExpr *LHS, const MCExpr *RHS, in createEQ()
544 static const MCBinaryExpr *createGT(const MCExpr *LHS, const MCExpr *RHS, in createGT()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/MC/
H A DMCExpr.h35 class MCExpr {
75 MCExpr(const MCExpr &) = delete;
76 MCExpr &operator=(const MCExpr &) = delete;
158 : MCExpr(MCExpr::Constant, SMLoc(), in MCConstantExpr()
433 const MCExpr *Expr;
436 : MCExpr(MCExpr::Unary, Loc, Op), Expr(Expr) {} in MCUnaryExpr()
511 MCBinaryExpr(Opcode Op, const MCExpr *LHS, const MCExpr *RHS,
513 : MCExpr(MCExpr::Binary, Loc, Op), LHS(LHS), RHS(RHS) {} in MCExpr() function
538 static const MCBinaryExpr *createEQ(const MCExpr *LHS, const MCExpr *RHS, in createEQ()
543 static const MCBinaryExpr *createGT(const MCExpr *LHS, const MCExpr *RHS, in createGT()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/MC/
H A DMCExpr.h35 class MCExpr {
75 MCExpr(const MCExpr &) = delete;
76 MCExpr &operator=(const MCExpr &) = delete;
158 : MCExpr(MCExpr::Constant, SMLoc(), in MCConstantExpr()
430 const MCExpr *Expr;
433 : MCExpr(MCExpr::Unary, Loc, Op), Expr(Expr) {} in MCUnaryExpr()
508 MCBinaryExpr(Opcode Op, const MCExpr *LHS, const MCExpr *RHS,
510 : MCExpr(MCExpr::Binary, Loc, Op), LHS(LHS), RHS(RHS) {} in MCExpr() function
535 static const MCBinaryExpr *createEQ(const MCExpr *LHS, const MCExpr *RHS, in createEQ()
540 static const MCBinaryExpr *createGT(const MCExpr *LHS, const MCExpr *RHS, in createGT()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/MC/
H A DMCExpr.h35 class MCExpr { in unicode_return()
75 MCExpr(const MCExpr &) = delete; in unicode_return()
76 MCExpr &operator=(const MCExpr &) = delete; in unicode_return()
158 : MCExpr(MCExpr::Constant, SMLoc(), in unicode_return()
433 const MCExpr *Expr; in unicode_return()
436 : MCExpr(MCExpr::Unary, Loc, Op), Expr(Expr) {} in unicode_return()
511 MCBinaryExpr(Opcode Op, const MCExpr *LHS, const MCExpr *RHS, in unicode_return()
513 : MCExpr(MCExpr::Binary, Loc, Op), LHS(LHS), RHS(RHS) {} in unicode_return()
538 static const MCBinaryExpr *createEQ(const MCExpr *LHS, const MCExpr *RHS, in unicode_return()
543 static const MCBinaryExpr *createGT(const MCExpr *LHS, const MCExpr *RHS, in unicode_return()
[all …]

12345678910>>...151