Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DTGParser.cpp523 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 DTGLexer.h114 tgtok::TokKind getCode() const { return CurCode; } in getCode() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAbbrev.cpp37 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 DDWARFExpression.cpp337 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 DDWARFAbbreviationDeclaration.cpp129 OS << '[' << getCode() << "] "; in dump()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DRDFGraph.h591 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 DRDFCopy.cpp76 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 DRDFDeadCode.cpp86 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 DHexagonOptAddrMode.cpp187 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 DHexagonRDFOpt.cpp182 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 DRDFLiveness.cpp165 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 DRDFGraph.cpp225 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 DIPDBInjectedSource.h34 virtual std::string getCode() const = 0;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIAInjectedSource.h29 std::string getCode() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAInjectedSource.cpp51 std::string DIAInjectedSource::getCode() const { in getCode() function in DIAInjectedSource
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/examples/
H A DurlTest.cpp36 std::cout << e.getCode() << std::endl; in main()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
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
H A DAsmWriterEmitter.cpp103 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 DLDAPUrl.h194 int getCode() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumInjectedSources.cpp68 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 DDWARFAbbreviationDeclaration.h88 uint32_t getCode() const { return Code; } in getCode() function
H A DDWARFExpression.h90 uint8_t getCode() { return Opcode; } in getCode() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h73 index_error_code getCode() const { return Code; } in getCode() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp302 return Op.getCode() == dwarf::DW_OP_entry_value || in collectStatsForDie()
303 Op.getCode() == dwarf::DW_OP_GNU_entry_value; in collectStatsForDie()

12