| /freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | TGParser.cpp | 523 if (Lex.getCode() == K) { in consume() 537 switch (Lex.getCode()) { in ParseObjectName() 707 switch (Lex.getCode()) { in ParseRangePiece() 813 switch (Lex.getCode()) { in ParseType() 919 switch (Lex.getCode()) { in ParseOperation() 933 switch (Lex.getCode()) { in ParseOperation() 2083 switch (Lex.getCode()) { in ParseSimpleValue() 2309 if (Lex.getCode() != tgtok::Id && Lex.getCode() != tgtok::XCast && in ParseSimpleValue() 2310 Lex.getCode() != tgtok::question && Lex.getCode() != tgtok::XGetDagOp) { in ParseSimpleValue() 2760 switch (Lex.getCode()) { in ParseForeachDeclaration() [all …]
|
| H A D | TGLexer.h | 114 tgtok::TokKind getCode() const { return CurCode; } in getCode() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugAbbrev.cpp | 37 FirstAbbrCode = AbbrDecl.getCode(); in extract() 39 if (PrevAbbrCode + 1 != AbbrDecl.getCode()) { in extract() 44 PrevAbbrCode = AbbrDecl.getCode(); in extract() 60 if (Decl.getCode() == AbbrCode) in getAbbreviationDeclaration() 75 Codes.push_back(Decl.getCode()); in getCodeRange()
|
| H A D | DWARFExpression.cpp | 340 if (Op.getCode() == DW_OP_entry_value || in print() 341 Op.getCode() == DW_OP_GNU_entry_value) { in print() 414 uint8_t Opcode = Op.getCode(); in printCompactDWARFExpr()
|
| H A D | DWARFAbbreviationDeclaration.cpp | 129 OS << '[' << getCode() << "] "; in dump()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | RDFGraph.h | 591 template <typename T> T getCode() const { in getCode() function 615 MachineInstr *getCode() const { in getCode() function 621 MachineInstr *getCode() const { in getCode() function 622 return CodeNode::getCode<MachineInstr*>(); in getCode() 627 MachineBasicBlock *getCode() const { in getCode() function 628 return CodeNode::getCode<MachineBasicBlock*>(); in getCode() 635 MachineFunction *getCode() const { in getCode() function 636 return CodeNode::getCode<MachineFunction*>(); in getCode()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | RDFCopy.cpp | 76 if (interpretAsCopy(SA.Addr->getCode(), EM)) in scanBlock() 107 dbgs() << "Instr: " << *DFG.addr<StmtNode*>(I).Addr->getCode(); in run() 176 << *NodeAddr<StmtNode*>(IA).Addr->getCode(); in run()
|
| H A D | RDFDeadCode.cpp | 86 if (!isLiveInstr(NodeAddr<StmtNode*>(IA).Addr->getCode())) in scanInstr() 163 if (isLiveInstr(NodeAddr<StmtNode*>(IA).Addr->getCode())) in collect() 236 MachineInstr *MI = NodeAddr<StmtNode*>(IA).Addr->getCode(); in erase()
|
| H A D | HexagonOptAddrMode.cpp | 187 MachineInstr &UseMI = *NodeAddr<StmtNode *>(IA).Addr->getCode(); in canRemoveAddasl() 314 MachineInstr *UseMI = NodeAddr<StmtNode *>(IA).Addr->getCode(); in isSafeToExtLR() 356 MachineInstr *MI = SN.Addr->getCode(); in processAddUses() 399 MachineInstr *UseMI = OwnerN.Addr->getCode(); in processAddUses() 443 MachineInstr &MI = *SN.Addr->getCode(); in analyzeUses() 623 MachineInstr *UseMI = UseIA.Addr->getCode(); in changeAddAsl() 696 MachineInstr *MI = SA.Addr->getCode(); in processBlock() 750 MachineInstr *UseMI = OwnerN.Addr->getCode(); in processBlock()
|
| H A D | HexagonRDFOpt.cpp | 182 dbgs() << "Partly dead: " << *SA.Addr->getCode(); in run() 190 MachineInstr *MI = NodeAddr<StmtNode*>(IA).Addr->getCode(); in removeOperand() 219 MachineInstr &MI = *NodeAddr<StmtNode*>(IA).Addr->getCode(); in rewrite()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RDFLiveness.cpp | 165 return NodeAddr<StmtNode*>(IA).Addr->getCode()->getParent(); in getAllReachingDefs() 169 return BA.Addr->getCode(); in getAllReachingDefs() 197 const MachineInstr *InA = NodeAddr<StmtNode*>(OA).Addr->getCode(); in getAllReachingDefs() 198 const MachineInstr *InB = NodeAddr<StmtNode*>(OB).Addr->getCode(); in getAllReachingDefs() 402 MachineBasicBlock *BB = BA.Addr->getCode(); in getNearestAliasedRef() 744 MachineBasicBlock *BB = BA.Addr->getCode(); in computeLiveIns() 782 MachineBasicBlock *MB = BA.Addr->getCode(); in computeLiveIns() 826 RefMap &LOX = PhiLOX[PrA.Addr->getCode()]; in computeLiveIns() 1057 if (B != BA.Addr->getCode()) { in traverse() 1092 if (BTA.Addr->getCode() != B) { in traverse()
|
| H A D | RDFGraph.cpp | 225 const MachineInstr &MI = *P.Obj.Addr->getCode(); in operator <<() 267 MachineBasicBlock *BB = P.Obj.Addr->getCode(); in operator <<() 300 << P.Obj.Addr->getCode()->getName() << '\n'; in operator <<() 579 return NodeAddr<BlockNode*>(NA).Addr->getCode() == BB; in findBlock() 589 MachineBasicBlock *EntryB = &getCode()->front(); in getEntryBlock() 897 MachineBasicBlock &EntryB = *EA.Addr->getCode(); in build() 924 const MachineBasicBlock &B = *BA.Addr->getCode(); in build() 1385 MachineBasicBlock *BB = BA.Addr->getCode(); in recordDefsForDF() 1467 const MachineBasicBlock *MBB = BA.Addr->getCode(); in buildPhis() 1673 MachineDomTreeNode *N = MDT.getNode(BA.Addr->getCode()); in linkBlockRefs() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | IPDBInjectedSource.h | 34 virtual std::string getCode() const = 0;
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIAInjectedSource.h | 29 std::string getCode() const override;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIAInjectedSource.cpp | 51 std::string DIAInjectedSource::getCode() const { in getCode() function in DIAInjectedSource
|
| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | AsmWriterInst.h | 78 std::string getCode(bool PassSubtarget) const;
|
| H A D | AsmWriterInst.cpp | 23 std::string AsmWriterOperand::getCode(bool PassSubtarget) const { in getCode() function in AsmWriterOperand
|
| H A D | AsmWriterEmitter.cpp | 103 O << "\n " << TheOp.getCode(PassSubtarget); in PrintCases() 139 O << " " << FirstInst.Operands[i].getCode(PassSubtarget); in EmitInstructions() 182 std::string Command = " "+Inst.Operands[0].getCode(PassSubtarget)+"\n"; in FindUniqueOperandCommands() 231 FirstInst.Operands[Op].getCode(PassSubtarget) + "\n"; in FindUniqueOperandCommands()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeEnumInjectedSources.cpp | 68 std::string getCode() const override { in getCode() function in llvm::pdb::__anon8e87f4e70111::NativeInjectedSource
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFAbbreviationDeclaration.h | 88 uint32_t getCode() const { return Code; } in getCode() function
|
| H A D | DWARFExpression.h | 90 uint8_t getCode() { return Opcode; } in getCode() function
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/CrossTU/ |
| H A D | CrossTranslationUnit.h | 74 index_error_code getCode() const { return Code; } in getCode() function
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CrossTU/ |
| H A D | CrossTranslationUnit.cpp | 347 switch (IE.getCode()) { in emitCrossTUDiagnostics() 694 [&](const IndexError &E) { PreviousParsingResult = E.getCode(); }); in lazyInitInvocationList()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
| H A D | Statistics.cpp | 302 return Op.getCode() == dwarf::DW_OP_entry_value || in collectStatsForDie() 303 Op.getCode() == dwarf::DW_OP_GNU_entry_value; in collectStatsForDie()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86LoadValueInjectionLoadHardening.cpp | 460 MachineInstr *Sink = DFG.addr<StmtNode *>(TransmitterId).Addr->getCode(); in getGadgetGraph() 481 MachineInstr *MI = SA.Addr->getCode(); in getGadgetGraph()
|