Searched refs:emitOp (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfExpression.cpp | 30 emitOp(dwarf::DW_OP_lit0 + Value); in emitConstu() 34 emitOp(dwarf::DW_OP_lit0); in emitConstu() 35 emitOp(dwarf::DW_OP_not); in emitConstu() 37 emitOp(dwarf::DW_OP_constu); in emitConstu() 48 emitOp(dwarf::DW_OP_reg0 + DwarfReg, Comment); in addReg() 50 emitOp(dwarf::DW_OP_regx, Comment); in addReg() 59 emitOp(dwarf::DW_OP_breg0 + DwarfReg); in addBReg() 61 emitOp(dwarf::DW_OP_bregx); in addBReg() 68 emitOp(dwarf::DW_OP_fbreg); in addFBReg() 78 emitOp(dwarf::DW_OP_bit_piece); in addOpPiece() [all …]
|
D | DwarfExpression.h | 179 virtual void emitOp(uint8_t Op, const char *Comment = nullptr) = 0; 364 void emitOp(uint8_t Op, const char *Comment = nullptr) override; 393 void emitOp(uint8_t Op, const char *Comment = nullptr) override;
|
D | DwarfUnit.cpp | 53 void DIEDwarfExpression::emitOp(uint8_t Op, const char* Comment) { in emitOp() function in DIEDwarfExpression
|
D | DwarfDebug.cpp | 172 void DebugLocDwarfExpression::emitOp(uint8_t Op, const char *Comment) { in emitOp() function in DebugLocDwarfExpression
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfExpression.cpp | 30 emitOp(dwarf::DW_OP_lit0 + Value); in emitConstu() 34 emitOp(dwarf::DW_OP_lit0); in emitConstu() 35 emitOp(dwarf::DW_OP_not); in emitConstu() 37 emitOp(dwarf::DW_OP_constu); in emitConstu() 48 emitOp(dwarf::DW_OP_reg0 + DwarfReg, Comment); in addReg() 50 emitOp(dwarf::DW_OP_regx, Comment); in addReg() 59 emitOp(dwarf::DW_OP_breg0 + DwarfReg); in addBReg() 61 emitOp(dwarf::DW_OP_bregx); in addBReg() 68 emitOp(dwarf::DW_OP_fbreg); in addFBReg() 78 emitOp(dwarf::DW_OP_bit_piece); in addOpPiece() [all …]
|
D | DwarfExpression.h | 187 virtual void emitOp(uint8_t Op, const char *Comment = nullptr) = 0; 380 void emitOp(uint8_t Op, const char *Comment = nullptr) override; 410 void emitOp(uint8_t Op, const char *Comment = nullptr) override;
|
D | DwarfUnit.cpp | 52 void DIEDwarfExpression::emitOp(uint8_t Op, const char* Comment) { in emitOp() function in DIEDwarfExpression
|
D | DwarfDebug.cpp | 156 void DebugLocDwarfExpression::emitOp(uint8_t Op, const char *Comment) { in emitOp() function in DebugLocDwarfExpression
|
/external/llvm-project/llvm/include/llvm/Bitcode/ |
D | BitcodeConvenience.h | 65 static void emitOp(llvm::BitCodeAbbrev &abbrev) { in emitOp() function 81 static void emitOp(llvm::BitCodeAbbrev &abbrev) { in emitOp() function 106 static void emitOp(llvm::BitCodeAbbrev &abbrev) { in emitOp() function 123 static void emitOp(llvm::BitCodeAbbrev &abbrev) { in emitOp() function 141 static void emitOp(llvm::BitCodeAbbrev &abbrev) { in emitOp() function 153 static void emitOp(llvm::BitCodeAbbrev &abbrev) { in emitOp() function 155 ElementTy::emitOp(abbrev); in emitOp() 166 FieldTy::emitOp(abbrev); in emitOps() 178 FieldTy::emitOp(abbrev); in emitOps()
|
/external/llvm-project/clang/lib/AST/Interp/ |
D | ByteCodeEmitter.h | 101 bool emitOp(Opcode Op, const Tys &... Args, const SourceInfo &L);
|
D | ByteCodeEmitter.cpp | 126 bool ByteCodeEmitter::emitOp(Opcode Op, const Tys &... Args, const SourceInfo &SI) { in emitOp() function in ByteCodeEmitter
|