Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterInlineAsm.cpp72 unsigned AsmPrinter::addInlineAsmDiagBuffer(StringRef AsmStr, in addInlineAsmDiagBuffer() argument
93 Buffer = MemoryBuffer::getMemBufferCopy(AsmStr, "<inline asm>"); in addInlineAsmDiagBuffer()
171 static void EmitMSInlineAsmStr(const char *AsmStr, const MachineInstr *MI, in EmitMSInlineAsmStr() argument
177 const char *LastEmitted = AsmStr; // One past the last character emitted. in EmitMSInlineAsmStr()
225 " string: '" + Twine(AsmStr) + "'"); in EmitMSInlineAsmStr()
240 Twine(AsmStr) + "'"); in EmitMSInlineAsmStr()
245 Twine(AsmStr) + "'"); in EmitMSInlineAsmStr()
256 Twine(AsmStr) + "'"); in EmitMSInlineAsmStr()
264 Twine(AsmStr) + "'"); in EmitMSInlineAsmStr()
302 Msg << "invalid operand in inline asm: '" << AsmStr << "'"; in EmitMSInlineAsmStr()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiInstrInfo.td272 multiclass ALUbase<bits<3> subOp, string AsmStr, SDNode OpNode,
278 !strconcat(AsmStr, "\t$Rs1, $imm16, $Rd"),
282 !strconcat(AsmStr, "\t$Rs1, $imm16, $Rd"),
287 multiclass ALUarith<bits<3> subOp, string AsmStr, SDNode OpNode,
289 defm I_ : ALUbase<subOp, AsmStr, OpNode, LoExt, HiExt, [], []>;
294 !strconcat(AsmStr, "$DDDI\t$Rs1, $Rs2, $Rd"),
298 multiclass ALUlogic<bits<3> subOp, string AsmStr, SDNode OpNode,
300 defm I_ : ALUbase<subOp, AsmStr, OpNode, LoExt, HiExt,
307 !strconcat(AsmStr, "$DDDI\t$Rs1, $Rs2, $Rd"),
420 class ShiftRI<string AsmStr, list<dag> Pattern>
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceRegistersARM32.def7 //define X(Tag, Encoding, AsmStr, CCArg, IsScratch, IsPreserved, IsStackPtr, IsFramePtr, IsGPR, IsI…
26 //define X(Tag, Encoding, AsmStr, CCArg, IsScratch, IsPreserved, IsStackPtr, IsFramePtr, IsGPR, IsI…
35 //define X(Tag, Encoding, AsmStr, CCArg, IsScratch, IsPreserved, IsStackPtr, IsFramePtr, IsGPR, IsI…
70 //define X(Tag, Encoding, AsmStr, CCArg, IsScratch, IsPreserved, IsStackPtr, IsFramePtr, IsGPR, IsI…
105 //define X(Tag, Encoding, AsmStr, CCArg, IsScratch, IsPreserved, IsStackPtr, IsFramePtr, IsGPR, IsI…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAutoUpgrade.h42 void UpgradeInlineAsmString(std::string *AsmStr);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCInstrInfo.cpp406 const char *AsmStr = MI.getOperand(0).getSymbolName(); in getInstSizeInBytes() local
407 return getInlineAsmLength(AsmStr, *MF->getTarget().getMCAsmInfo()); in getInstSizeInBytes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsInstrInfo.cpp583 const char *AsmStr = MI.getOperand(0).getSymbolName(); in getInstSizeInBytes() local
584 return getInlineAsmLength(AsmStr, *MF->getTarget().getMCAsmInfo()); in getInstSizeInBytes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DAsmPrinter.h688 unsigned addInlineAsmDiagBuffer(StringRef AsmStr,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTFDebug.cpp994 const char *AsmStr = MI->getOperand(NumDefs).getSymbolName(); in beginInstruction() local
995 if (AsmStr[0] == 0) in beginInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp1060 const char *AsmStr = cast<ExternalSymbolSDNode>(AsmStrV)->getSymbol(); in EmitSpecialNode() local
1061 MIB.addExternalSymbol(AsmStr); in EmitSpecialNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2734 std::string AsmStr, ConstrStr; in parseConstants() local
2745 AsmStr += (char)Record[2+i]; in parseConstants()
2748 UpgradeInlineAsmString(&AsmStr); in parseConstants()
2750 cast<FunctionType>(getPointerElementFlatType(CurFullTy)), AsmStr, in parseConstants()
2759 std::string AsmStr, ConstrStr; in parseConstants() local
2771 AsmStr += (char)Record[2+i]; in parseConstants()
2774 UpgradeInlineAsmString(&AsmStr); in parseConstants()
2776 cast<FunctionType>(getPointerElementFlatType(CurFullTy)), AsmStr, in parseConstants()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAutoUpgrade.cpp1656 void llvm::UpgradeInlineAsmString(std::string *AsmStr) { in UpgradeInlineAsmString() argument
1658 if (AsmStr->find("mov\tfp") == 0 && in UpgradeInlineAsmString()
1659 AsmStr->find("objc_retainAutoreleaseReturnValue") != std::string::npos && in UpgradeInlineAsmString()
1660 (Pos = AsmStr->find("# marker")) != std::string::npos) { in UpgradeInlineAsmString()
1661 AsmStr->replace(Pos, 1, ";"); in UpgradeInlineAsmString()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp1407 const char *AsmStr = MI.getOperand(0).getSymbolName(); in getInstSizeInBytes() local
1408 return getInlineAsmLength(AsmStr, *MF->getTarget().getMCAsmInfo()); in getInstSizeInBytes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXIntrinsics.td1473 class ATOM23_impl<string AsmStr, NVPTXRegClass regclass, list<Predicate> Preds,
1476 AsmStr,
1481 multiclass ATOM2P_impl<string AsmStr, Intrinsic Intr,
1486 def : ATOM23_impl<AsmStr, regclass, Preds,
1489 def : ATOM23_impl<AsmStr, regclass, Preds,
1496 def : ATOM23_impl<AsmStr, regclass, Preds,
1499 def : ATOM23_impl<AsmStr, regclass, Preds,
1504 multiclass ATOM3P_impl<string AsmStr, Intrinsic Intr,
1510 def : ATOM23_impl<AsmStr, regclass, Preds,
1513 def : ATOM23_impl<AsmStr, regclass, Preds,
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp1355 std::string AsmStr, ConstraintStr; in createJumpTable() local
1356 raw_string_ostream AsmOS(AsmStr), ConstraintOS(ConstraintStr); in createJumpTable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2328 const std::string &AsmStr = IA->getAsmString(); in writeConstants() local
2329 Record.push_back(AsmStr.size()); in writeConstants()
2330 Record.append(AsmStr.begin(), AsmStr.end()); in writeConstants()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrFormats.td260 string AsmStr, Domain d = GenericDomain>
271 string AsmString = AsmStr;
DX86ISelLowering.cpp46306 const std::string &AsmStr = IA->getAsmString(); in ExpandInlineAsm() local
46314 SplitString(AsmStr, AsmPieces, ";\n"); in ExpandInlineAsm()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp1999 const char *AsmStr = MI.getOperand(0).getSymbolName(); in getInstSizeInBytes() local
2000 return getInlineAsmLength(AsmStr, *MF->getTarget().getMCAsmInfo()); in getInstSizeInBytes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp4319 const char *AsmStr = MI.getOperand(NumDefs).getSymbolName(); in getSize() local
4320 Size = getInlineAsmLength(AsmStr, *MAI); in getSize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp358 std::string AsmStr; in ParseModuleAsm() local
360 ParseStringConstant(AsmStr)) return true; in ParseModuleAsm()
362 M->appendModuleInlineAsm(AsmStr); in ParseModuleAsm()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp6047 const char *AsmStr = MI.getOperand(0).getSymbolName(); in getInstSizeInBytes() local
6048 return getInlineAsmLength(AsmStr, *MF->getTarget().getMCAsmInfo(), in getInstSizeInBytes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp15837 std::string AsmStr = IA->getAsmString(); in ExpandInlineAsm() local
15839 SplitString(AsmStr, AsmPieces, ";\n"); in ExpandInlineAsm()
15844 AsmStr = AsmPieces[0]; in ExpandInlineAsm()
15846 SplitString(AsmStr, AsmPieces, " \t,"); in ExpandInlineAsm()