Home
last modified time | relevance | path

Searched defs:AsmStr (Results 1 – 22 of 22) sorted by relevance

/llvm-project/llvm/unittests/MC/SystemZ/
H A DSystemZAsmLexerTest.cpp80 void setupCallToAsmParser(StringRef AsmStr) { in setupCallToAsmParser()
100 void lexAndCheckTokens(StringRef AsmStr, in lexAndCheckTokens()
111 void lexAndCheckIntegerTokensAndValues(StringRef AsmStr, in lexAndCheckIntegerTokensAndValues()
138 StringRef AsmStr = "jne #-4"; in TEST_F() local
152 StringRef AsmStr = "jne #-4"; in TEST_F() local
172 StringRef AsmStr = "* lhi 1,10"; in TEST_F() local
186 StringRef AsmStr = "lh#123"; in TEST_F() local
203 StringRef AsmStr = "lh#123"; in TEST_F() local
218 StringRef AsmStr = "lh#12*3"; in TEST_F() local
236 StringRef AsmStr = "# abc\n/* def */// xyz"; in TEST_F() local
[all …]
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp45 unsigned AsmPrinter::addInlineAsmDiagBuffer(StringRef AsmStr, in addInlineAsmDiagBuffer() argument
130 EmitInlineAsmStr(const char * AsmStr,const MachineInstr * MI,MachineModuleInfo * MMI,const MCAsmInfo * MAI,AsmPrinter * AP,uint64_t LocCookie,raw_ostream & OS) EmitInlineAsmStr() argument
332 const char *AsmStr = MI->getOperand(0).getSymbolName(); emitInlineAsm() local
[all...]
/llvm-project/llvm/lib/IR/
H A DInlineAsm.cpp63 StringRef AsmStr(AsmString); collectAsmStrs() local
H A DAutoUpgrade.cpp2239 UpgradeInlineAsmString(std::string * AsmStr) UpgradeInlineAsmString() argument
/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYInstrInfo.cpp615 const char *AsmStr = MI.getOperand(0).getSymbolName(); in getInstSizeInBytes() local
/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp405 const char *AsmStr = MI.getOperand(0).getSymbolName(); getInstSizeInBytes() local
/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp633 const char *AsmStr = MI.getOperand(0).getSymbolName(); getInstSizeInBytes() local
/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp674 const char *AsmStr = MI.getOperand(0).getSymbolName(); getInstSizeInBytes() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp1332 const char *AsmStr = cast<ExternalSymbolSDNode>(AsmStrV)->getSymbol(); EmitSpecialNode() local
/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3552 std::string AsmStr, ConstrStr; parseConstants() local
3578 std::string AsmStr, ConstrStr; parseConstants() local
3606 std::string AsmStr, ConstrStr; parseConstants() local
3642 std::string AsmStr, ConstrStr; parseConstants() local
[all...]
/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1329 const char *AsmStr = MO.getSymbolName(); beginInstruction() local
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1785 const char *AsmStr = MI.getOperand(0).getSymbolName(); getInstSizeInBytes() local
/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1977 const std::string &AsmStr = IA->getAsmString(); writeConstants() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1475 std::string AsmStr, ConstraintStr; createJumpTable() local
/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp423 std::string AsmStr = readString(); VisitMSAsmStmt() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp4608 const char *AsmStr = MI.getOperand(NumDefs).getSymbolName(); getSize() local
/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2671 const std::string &AsmStr = IA->getAsmString(); writeConstants() local
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp2953 const char *AsmStr = MI.getOperand(0).getSymbolName(); getInstSizeInBytes() local
/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp609 std::string AsmStr; parseModuleAsm() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp8736 const char *AsmStr = MI.getOperand(0).getSymbolName(); getInstSizeInBytes() local
/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp20340 StringRef AsmStr = IA->getAsmString(); ExpandInlineAsm() local
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp32274 for (auto &AsmStr : AsmStrs) { getInstrStrFromOpNo() local
58017 const std::string &AsmStr = IA->getAsmString(); ExpandInlineAsm() local
[all...]