Home
last modified time | relevance | path

Searched refs:getCode (Results 1 – 25 of 38) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpressionPrinter.cpp55 StringRef Name = OperationEncodingString(Op->getCode()); in printOp()
59 if ((Op->getCode() >= DW_OP_breg0 && Op->getCode() <= DW_OP_breg31) || in printOp()
60 (Op->getCode() >= DW_OP_reg0 && Op->getCode() <= DW_OP_reg31) || in printOp()
61 Op->getCode() == DW_OP_bregx || Op->getCode() == DW_OP_regx || in printOp()
62 Op->getCode() == DW_OP_regval_type) in printOp()
63 if (prettyPrintRegisterOp(U, OS, DumpOpts, Op->getCode(), in printOp()
74 SubOperationEncodingString(Op->getCode(), Op->getRawOperand(Operand)); in printOp()
81 if (Op->getCode() == DW_OP_convert && Op->getRawOperand(Operand) == 0) in printOp()
106 else if (Op->getCode() != DW_OP_entry_value && in printOp()
107 Op->getCode() != DW_OP_GNU_entry_value) in printOp()
[all …]
H A DDWARFDebugAbbrev.cpp44 FirstAbbrCode = AbbrDecl.getCode(); in extract()
45 } else if (PrevAbbrCode + 1 != AbbrDecl.getCode()) { in extract()
49 PrevAbbrCode = AbbrDecl.getCode(); in extract()
65 if (Decl.getCode() == AbbrCode) in getAbbreviationDeclaration()
80 Codes.push_back(Decl.getCode()); in getCodeRange()
H A DDWARFAbbreviationDeclaration.cpp149 OS << '[' << getCode() << "] "; in dump()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp654 if (Lex.getCode() == K) { in consume()
668 switch (Lex.getCode()) { in ParseObjectName()
707 if (Lex.getCode() != tgtok::Id) { in ParseClassID()
734 if (Lex.getCode() != tgtok::Id) { in ParseMultiClassID()
839 switch (Lex.getCode()) { in ParseSliceElement()
931 if (Lex.getCode() != tgtok::comma) in ParseSliceElements()
941 } while (Lex.getCode() != tgtok::r_square); in ParseSliceElements()
985 switch (Lex.getCode()) { in ParseRangePiece()
1091 switch (Lex.getCode()) { in ParseType()
1186 switch (Lex.getCode()) { in ParseOperation()
[all …]
H A DTGLexer.h225 tgtok::TokKind getCode() const { return CurCode; } in getCode() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonOptAddrMode.cpp196 MachineInstr &UseMI = *NodeAddr<StmtNode *>(IA).Addr->getCode(); in canRemoveAddasl()
338 MachineInstr *UseMI = NodeAddr<StmtNode *>(IA).Addr->getCode(); in isSafeToExtLR()
453 MachineInstr *LoadStoreMI = SN.Addr->getCode(); in usedInLoadStore()
485 return SUPair.first.Addr->getCode() == &InstIter; in findFirstReachedInst()
571 MachineInstr *ReachingDefInstr = ReachingDefStmt.Addr->getCode(); in processAddBases()
582 MachineInstr *MI = SN.Addr->getCode(); in processAddBases()
609 MachineInstr *FirstReachedMI = FirstReachedUseSN.Addr->getCode(); in processAddBases()
618 MachineInstr *CurrentMI = CurrentInstSN.Addr->getCode(); in processAddBases()
708 MachineInstr *MI = SN.Addr->getCode(); in processAddUses()
756 MachineInstr *UseMI = OwnerN.Addr->getCode(); in processAddUses()
[all …]
H A DRDFCopy.cpp112 if (interpretAsCopy(SA.Addr->getCode(), EM)) in scanBlock()
134 dbgs() << "Instr: " << *DFG.addr<StmtNode*>(I).Addr->getCode(); in run()
215 << *NodeAddr<StmtNode*>(IA).Addr->getCode(); in run()
H A DHexagonRDFOpt.cpp180 dbgs() << "Partly dead: " << *SA.Addr->getCode(); in run()
188 MachineInstr *MI = NodeAddr<StmtNode*>(IA).Addr->getCode(); in removeOperand()
217 MachineInstr &MI = *NodeAddr<StmtNode*>(IA).Addr->getCode(); in rewrite()
H A DRDFDeadCode.cpp59 const MachineInstr *MI = S.Addr->getCode(); in isLiveInstr()
237 MachineInstr *MI = NodeAddr<StmtNode*>(IA).Addr->getCode(); in erase()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h613 template <typename T> T getCode() const { // in getCode() function
634 MachineInstr *getCode() const { return nullptr; } in getCode() function
638 MachineInstr *getCode() const { // in getCode() function
639 return CodeNode::getCode<MachineInstr *>(); in getCode()
644 MachineBasicBlock *getCode() const { in getCode() function
645 return CodeNode::getCode<MachineBasicBlock *>(); in getCode()
652 MachineFunction *getCode() const { in getCode() function
653 return CodeNode::getCode<MachineFunction *>(); in getCode()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFLiveness.cpp161 return NodeAddr<StmtNode *>(IA).Addr->getCode()->getParent(); in getAllReachingDefs()
165 return BA.Addr->getCode(); in getAllReachingDefs()
193 const MachineInstr *InA = NodeAddr<StmtNode *>(OA).Addr->getCode(); in getAllReachingDefs()
194 const MachineInstr *InB = NodeAddr<StmtNode *>(OB).Addr->getCode(); in getAllReachingDefs()
397 MachineBasicBlock *BB = BA.Addr->getCode(); in getNearestAliasedRef()
743 MachineBasicBlock *BB = BA.Addr->getCode(); in computeLiveIns()
781 MachineBasicBlock *MB = BA.Addr->getCode(); in computeLiveIns()
826 RefMap &LOX = PhiLOX[PrA.Addr->getCode()]; in computeLiveIns()
1055 if (B != BA.Addr->getCode()) { in traverse()
1090 if (BTA.Addr->getCode() != B) { in traverse()
H A DRDFGraph.cpp224 const MachineInstr &MI = *P.Obj.Addr->getCode(); in operator <<()
263 MachineBasicBlock *BB = P.Obj.Addr->getCode(); in operator <<()
297 << ": Function: " << P.Obj.Addr->getCode()->getName() << '\n'; in operator <<()
570 auto EqBB = [BB](Node NA) -> bool { return Block(NA).Addr->getCode() == BB; }; in findBlock()
579 MachineBasicBlock *EntryB = &getCode()->front(); in getEntryBlock()
913 MachineBasicBlock &EntryB = *EA.Addr->getCode(); in build()
940 const MachineBasicBlock &B = *BA.Addr->getCode(); in build()
1113 MachineInstr *MI = Stmt(IA).Addr->getCode(); in pushDefs()
1390 MachineBasicBlock *BB = BA.Addr->getCode(); in recordDefsForDF()
1446 const MachineBasicBlock *MBB = BA.Addr->getCode(); in buildPhis()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DAddressesMap.h138 switch (Op.getCode()) { in getVariableRelocAdjustment()
145 if (NextIt == Expression.end() || !isTlsAddressCode(NextIt->getCode())) in getVariableRelocAdjustment()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBInjectedSource.h35 virtual std::string getCode() const = 0;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIAInjectedSource.h29 std::string getCode() const override;
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.cpp102 switch (It->getCode()) { in markEverythingAsKept()
110 NextIt->getCode() != dwarf::DW_OP_form_tls_address) in markEverythingAsKept()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAInjectedSource.cpp51 std::string DIAInjectedSource::getCode() const { in getCode() function in DIAInjectedSource
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DAsmWriterInst.h77 std::string getCode(bool PassSubtarget) const;
H A DAsmWriterInst.cpp23 std::string AsmWriterOperand::getCode(bool PassSubtarget) const { in getCode() function in AsmWriterOperand
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumInjectedSources.cpp70 std::string getCode() const override { in getCode() function in llvm::pdb::__anon054798330111::NativeInjectedSource
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h97 uint32_t getCode() const { return Code; } in getCode() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/LowLevel/
H A DDWARFExpression.h91 uint8_t getCode() const { return Opcode; } in getCode() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp104 O << "\n " << TheOp.getCode(PassSubtarget); in PrintCases()
140 O << " " << FirstInst.Operands[i].getCode(PassSubtarget); in EmitInstructions()
183 " " + Inst.Operands[0].getCode(PassSubtarget) + "\n"; in FindUniqueOperandCommands()
232 " " + FirstInst.Operands[Op].getCode(PassSubtarget) + "\n"; in FindUniqueOperandCommands()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp321 if (Op.getCode() == dwarf::DW_OP_addr) { in getLocation()
323 } else if (Op.getCode() == dwarf::DW_OP_addrx) { in getLocation()

12