| /openbsd-src/gnu/llvm/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() 602 if (Lex.getCode() != tgtok::Id) { in ParseMultiClassID() 709 switch (Lex.getCode()) { in ParseRangePiece() 815 switch (Lex.getCode()) { in ParseType() 942 switch (Lex.getCode()) { in ParseOperation() 957 switch (Lex.getCode()) { in ParseOperation() 1001 if (Lex.getCode() == tgtok::less) { in ParseOperation() 1186 tgtok::TokKind OpTok = Lex.getCode(); in ParseOperation() [all …]
|
| H A D | TGLexer.h | 115 tgtok::TokKind getCode() const { return CurCode; } in getCode() function
|
| /openbsd-src/gnu/llvm/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 | 338 if (Op.getCode() == DW_OP_entry_value || in print() 339 Op.getCode() == DW_OP_GNU_entry_value) { in print() 411 uint8_t Opcode = Op.getCode(); in printCompactDWARFExpr()
|
| H A D | DWARFAbbreviationDeclaration.cpp | 127 OS << '[' << getCode() << "] "; in dump()
|
| H A D | DWARFUnit.cpp | 800 if (It->getCode() == dwarf::DW_OP_addr) { in updateVariableDieMap() 802 } else if (It->getCode() == dwarf::DW_OP_addrx) { in updateVariableDieMap() 813 if (It->getCode() != dwarf::DW_OP_plus_uconst) in updateVariableDieMap()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | RDFGraph.h | 592 template <typename T> T getCode() const { in getCode() function 616 MachineInstr *getCode() const { in getCode() function 622 MachineInstr *getCode() const { in getCode() function 623 return CodeNode::getCode<MachineInstr*>(); in getCode() 628 MachineBasicBlock *getCode() const { in getCode() function 629 return CodeNode::getCode<MachineBasicBlock*>(); in getCode() 636 MachineFunction *getCode() const { in getCode() function 637 return CodeNode::getCode<MachineFunction*>(); in getCode()
|
| /openbsd-src/gnu/llvm/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 | 189 MachineInstr &UseMI = *NodeAddr<StmtNode *>(IA).Addr->getCode(); in canRemoveAddasl() 322 MachineInstr *UseMI = NodeAddr<StmtNode *>(IA).Addr->getCode(); in isSafeToExtLR() 424 MachineInstr *MI = SN.Addr->getCode(); in processAddUses() 472 MachineInstr *UseMI = OwnerN.Addr->getCode(); in processAddUses() 519 MachineInstr &MI = *SN.Addr->getCode(); in analyzeUses() 699 MachineInstr *UseMI = UseIA.Addr->getCode(); in changeAddAsl() 772 MachineInstr *MI = SA.Addr->getCode(); in processBlock() 826 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()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | RDFLiveness.cpp | 164 return NodeAddr<StmtNode*>(IA).Addr->getCode()->getParent(); in getAllReachingDefs() 168 return BA.Addr->getCode(); in getAllReachingDefs() 196 const MachineInstr *InA = NodeAddr<StmtNode*>(OA).Addr->getCode(); in getAllReachingDefs() 197 const MachineInstr *InB = NodeAddr<StmtNode*>(OB).Addr->getCode(); in getAllReachingDefs() 400 MachineBasicBlock *BB = BA.Addr->getCode(); in getNearestAliasedRef() 741 MachineBasicBlock *BB = BA.Addr->getCode(); in computeLiveIns() 779 MachineBasicBlock *MB = BA.Addr->getCode(); in computeLiveIns() 823 RefMap &LOX = PhiLOX[PrA.Addr->getCode()]; in computeLiveIns() 1054 if (B != BA.Addr->getCode()) { in traverse() 1089 if (BTA.Addr->getCode() != B) { in traverse()
|
| H A D | RDFGraph.cpp | 223 const MachineInstr &MI = *P.Obj.Addr->getCode(); in operator <<() 265 MachineBasicBlock *BB = P.Obj.Addr->getCode(); in operator <<() 298 << P.Obj.Addr->getCode()->getName() << '\n'; in operator <<() 577 return NodeAddr<BlockNode*>(NA).Addr->getCode() == BB; in findBlock() 587 MachineBasicBlock *EntryB = &getCode()->front(); in getEntryBlock() 898 MachineBasicBlock &EntryB = *EA.Addr->getCode(); in build() 925 const MachineBasicBlock &B = *BA.Addr->getCode(); in build() 1091 MachineInstr *MI = NodeAddr<StmtNode*>(IA).Addr->getCode(); in pushDefs() 1374 MachineBasicBlock *BB = BA.Addr->getCode(); in recordDefsForDF() 1456 const MachineBasicBlock *MBB = BA.Addr->getCode(); in buildPhis() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | IPDBInjectedSource.h | 34 virtual std::string getCode() const = 0;
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIAInjectedSource.h | 29 std::string getCode() const override;
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIAInjectedSource.cpp | 51 std::string DIAInjectedSource::getCode() const { in getCode() function in DIAInjectedSource
|
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
| H A D | AsmWriterInst.h | 78 std::string getCode(bool PassSubtarget) const;
|
| H A D | AsmWriterInst.cpp | 24 std::string AsmWriterOperand::getCode(bool PassSubtarget) const { in getCode() function in AsmWriterOperand
|
| H A D | AsmWriterEmitter.cpp | 102 O << "\n " << TheOp.getCode(PassSubtarget); in PrintCases() 138 O << " " << FirstInst.Operands[i].getCode(PassSubtarget); in EmitInstructions() 181 std::string Command = " "+Inst.Operands[0].getCode(PassSubtarget)+"\n"; in FindUniqueOperandCommands() 230 FirstInst.Operands[Op].getCode(PassSubtarget) + "\n"; in FindUniqueOperandCommands()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeEnumInjectedSources.cpp | 70 std::string getCode() const override { in getCode() function in llvm::pdb::__anon4373418a0111::NativeInjectedSource
|
| /openbsd-src/gnu/llvm/llvm/lib/ProfileData/ |
| H A D | InstrProfCorrelator.cpp | 233 if (Op.getCode() == dwarf::DW_OP_addr) { in getLocation() 235 } else if (Op.getCode() == dwarf::DW_OP_addrx) { in getLocation()
|
| /openbsd-src/gnu/llvm/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 | 88 uint8_t getCode() const { return Opcode; } in getCode() function
|
| /openbsd-src/gnu/llvm/clang/include/clang/CrossTU/ |
| H A D | CrossTranslationUnit.h | 74 index_error_code getCode() const { return Code; } in getCode() function
|
| /openbsd-src/gnu/llvm/clang/lib/CrossTU/ |
| H A D | CrossTranslationUnit.cpp | 371 switch (IE.getCode()) { in emitCrossTUDiagnostics() 718 [&](const IndexError &E) { PreviousParsingResult = E.getCode(); }); in lazyInitInvocationList()
|