Home
last modified time | relevance | path

Searched refs:getConstraintString (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInlineAsm.h85 const std::string &getConstraintString() const { return Constraints; } in getConstraintString() function
/llvm-project-15.0.7/llvm/lib/IR/
H A DConstantsContext.h398 : AsmString(Asm->getAsmString()), Constraints(Asm->getConstraintString()),
415 Constraints == Asm->getConstraintString() &&
H A DAsmWriter.cpp2415 printEscapedString(IA->getConstraintString(), Out); in WriteAsOperandInternal()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp739 if (int Res = cmpMem(L->getConstraintString(), R->getConstraintString())) in cmpInlineAsm()
H A DValueMapper.cpp371 V = InlineAsm::get(NewTy, IA->getAsmString(), IA->getConstraintString(), in mapValue()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1162 if (!IA->getConstraintString().empty()) in selectCall()
/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1991 const std::string &ConstraintStr = IA->getConstraintString(); in writeConstants()
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2502 const std::string &ConstraintStr = IA->getConstraintString(); in writeConstants()
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5545 std::string Constraints = IA->getConstraintString(); in parseFunctionBody()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp55425 IA->getConstraintString().compare(0, 5, "=r,0,") == 0 && in ExpandInlineAsm()
55429 StringRef ConstraintsStr = IA->getConstraintString(); in ExpandInlineAsm()
55438 IA->getConstraintString().compare(0, 5, "=r,0,") == 0 && in ExpandInlineAsm()
55443 StringRef ConstraintsStr = IA->getConstraintString(); in ExpandInlineAsm()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp20038 IA->getConstraintString().compare(0, 4, "=l,l") == 0) { in ExpandInlineAsm()