Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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()
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 DTGLexer.h115 tgtok::TokKind getCode() const { return CurCode; } in getCode() function
/openbsd-src/gnu/llvm/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()
75 Codes.push_back(Decl.getCode()); in getCodeRange()
H A DDWARFExpression.cpp338 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 DDWARFAbbreviationDeclaration.cpp127 OS << '[' << getCode() << "] "; in dump()
H A DDWARFUnit.cpp800 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 DRDFGraph.h592 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 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.cpp189 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 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()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRDFLiveness.cpp164 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 DRDFGraph.cpp223 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 DIPDBInjectedSource.h34 virtual std::string getCode() const = 0;
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIAInjectedSource.h29 std::string getCode() const override;
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAInjectedSource.cpp51 std::string DIAInjectedSource::getCode() const { in getCode() function in DIAInjectedSource
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DAsmWriterInst.h78 std::string getCode(bool PassSubtarget) const;
H A DAsmWriterInst.cpp24 std::string AsmWriterOperand::getCode(bool PassSubtarget) const { in getCode() function in AsmWriterOperand
H A DAsmWriterEmitter.cpp102 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 DNativeEnumInjectedSources.cpp70 std::string getCode() const override { in getCode() function in llvm::pdb::__anon4373418a0111::NativeInjectedSource
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp233 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 DDWARFAbbreviationDeclaration.h88 uint32_t getCode() const { return Code; } in getCode() function
H A DDWARFExpression.h88 uint8_t getCode() const { return Opcode; } in getCode() function
/openbsd-src/gnu/llvm/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h74 index_error_code getCode() const { return Code; } in getCode() function
/openbsd-src/gnu/llvm/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp371 switch (IE.getCode()) { in emitCrossTUDiagnostics()
718 [&](const IndexError &E) { PreviousParsingResult = E.getCode(); }); in lazyInitInvocationList()

12