| /netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/ |
| H A D | TGParser.cpp | 523 if (Lex.getCode() == K) { in consume() 537 switch (Lex.getCode()) { in ParseObjectName() 575 if (Lex.getCode() != tgtok::Id) { in ParseClassID() 600 if (Lex.getCode() != tgtok::Id) { in ParseMultiClassID() 707 switch (Lex.getCode()) { in ParseRangePiece() 813 switch (Lex.getCode()) { in ParseType() 919 switch (Lex.getCode()) { in ParseOperation() 933 switch (Lex.getCode()) { in ParseOperation() 972 if (Lex.getCode() == tgtok::less) { in ParseOperation() 1109 tgtok::TokKind OpTok = Lex.getCode(); in ParseOperation() [all …]
|
| H A D | TGLexer.h | 114 tgtok::TokKind getCode() const { return CurCode; } in getCode() function
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| H A D | DWARFExpression.cpp | 337 if (Op.getCode() == DW_OP_entry_value || in print() 338 Op.getCode() == DW_OP_GNU_entry_value) { in print() 411 uint8_t Opcode = Op.getCode(); in printCompactDWARFExpr()
|
| H A D | DWARFAbbreviationDeclaration.cpp | 129 OS << '[' << getCode() << "] "; in dump()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/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() 1102 MachineInstr *MI = NodeAddr<StmtNode*>(IA).Addr->getCode(); in pushDefs() 1385 MachineBasicBlock *BB = BA.Addr->getCode(); in recordDefsForDF() 1467 const MachineBasicBlock *MBB = BA.Addr->getCode(); in buildPhis() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | IPDBInjectedSource.h | 34 virtual std::string getCode() const = 0;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIAInjectedSource.h | 29 std::string getCode() const override;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIAInjectedSource.cpp | 51 std::string DIAInjectedSource::getCode() const { in getCode() function in DIAInjectedSource
|
| /netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/examples/ |
| H A D | urlTest.cpp | 36 std::cout << e.getCode() << std::endl; in main()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| H A D | AsmWriterInst.h | 77 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()
|
| /netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/ |
| H A D | LDAPUrl.h | 194 int getCode() const;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeEnumInjectedSources.cpp | 68 std::string getCode() const override { in getCode() function in llvm::pdb::__anon70d5adbe0111::NativeInjectedSource
|
| /netbsd-src/external/apache2/llvm/dist/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
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/CrossTU/ |
| H A D | CrossTranslationUnit.h | 73 index_error_code getCode() const { return Code; } in getCode() function
|
| /netbsd-src/external/apache2/llvm/dist/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()
|