Searched refs:getConstraintString (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | InlineAsm.h | 86 const std::string &getConstraintString() const { return Constraints; } in getConstraintString() function
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | ConstantsContext.h | 396 : AsmString(Asm->getAsmString()), Constraints(Asm->getConstraintString()), 413 Constraints == Asm->getConstraintString() &&
|
| H A D | AsmWriter.cpp | 2440 printEscapedString(IA->getConstraintString(), Out); in WriteAsOperandInternal()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | FunctionComparator.cpp | 748 if (int Res = cmpMem(L->getConstraintString(), R->getConstraintString())) in cmpInlineAsm()
|
| H A D | ValueMapper.cpp | 369 V = InlineAsm::get(NewTy, IA->getAsmString(), IA->getConstraintString(), in mapValue()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 1156 if (!IA->getConstraintString().empty()) in selectCall()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 1984 const std::string &ConstraintStr = IA->getConstraintString(); in writeConstants()
|
| /openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 2550 const std::string &ConstraintStr = IA->getConstraintString(); in writeConstants()
|
| /openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 5710 std::string Constraints = IA->getConstraintString(); in parseFunctionBody()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 56799 IA->getConstraintString().compare(0, 5, "=r,0,") == 0 && in ExpandInlineAsm() 56803 StringRef ConstraintsStr = IA->getConstraintString(); in ExpandInlineAsm() 56812 IA->getConstraintString().compare(0, 5, "=r,0,") == 0 && in ExpandInlineAsm() 56817 StringRef ConstraintsStr = IA->getConstraintString(); in ExpandInlineAsm()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 20103 IA->getConstraintString().compare(0, 4, "=l,l") == 0) { in ExpandInlineAsm()
|