HomeSort by relevance Sort by last modified time
    Searched defs:MCUnaryExpr (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/MC/
MCExpr.h 330 class MCUnaryExpr : public MCExpr {
343 MCUnaryExpr(Opcode Op, const MCExpr *Expr)
350 static const MCUnaryExpr *create(Opcode Op, const MCExpr *Expr,
352 static const MCUnaryExpr *createLNot(const MCExpr *Expr, MCContext &Ctx) {
355 static const MCUnaryExpr *createMinus(const MCExpr *Expr, MCContext &Ctx) {
358 static const MCUnaryExpr *createNot(const MCExpr *Expr, MCContext &Ctx) {
361 static const MCUnaryExpr *createPlus(const MCExpr *Expr, MCContext &Ctx) {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCExpr.h 358 class MCUnaryExpr : public MCExpr {
371 MCUnaryExpr(Opcode Op, const MCExpr *Expr, SMLoc Loc)
378 static const MCUnaryExpr *create(Opcode Op, const MCExpr *Expr,
381 static const MCUnaryExpr *createLNot(const MCExpr *Expr, MCContext &Ctx, SMLoc Loc = SMLoc()) {
385 static const MCUnaryExpr *createMinus(const MCExpr *Expr, MCContext &Ctx, SMLoc Loc = SMLoc()) {
389 static const MCUnaryExpr *createNot(const MCExpr *Expr, MCContext &Ctx, SMLoc Loc = SMLoc()) {
393 static const MCUnaryExpr *createPlus(const MCExpr *Expr, MCContext &Ctx, SMLoc Loc = SMLoc()) {
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCExpr.h 227 /// MCUnaryExpr - Unary assembler expressions.
228 class MCUnaryExpr : public MCExpr {
241 MCUnaryExpr(Opcode _Op, const MCExpr *_Expr)
248 static const MCUnaryExpr *Create(Opcode Op, const MCExpr *Expr,
250 static const MCUnaryExpr *CreateLNot(const MCExpr *Expr, MCContext &Ctx) {
253 static const MCUnaryExpr *CreateMinus(const MCExpr *Expr, MCContext &Ctx) {
256 static const MCUnaryExpr *CreateNot(const MCExpr *Expr, MCContext &Ctx) {
259 static const MCUnaryExpr *CreatePlus(const MCExpr *Expr, MCContext &Ctx) {
278 static bool classof(const MCUnaryExpr *) { return true; }

Completed in 1448 milliseconds