Searched refs:getConstraintString (Results 1 – 15 of 15) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/Serialization/ |
| H A D | SymbolGraphSerializer.h | 167 static StringRef getConstraintString(ConstraintKind Kind);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | InlineAsm.h | 89 StringRef getConstraintString() const { return Constraints; } in getConstraintString() function
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ConstantsContext.h | 352 : AsmString(Asm->getAsmString()), Constraints(Asm->getConstraintString()), 369 Constraints == Asm->getConstraintString() &&
|
| H A D | AsmWriter.cpp | 2748 printEscapedString(IA->getConstraintString(), Out); in WriteAsOperandInternal()
|
| H A D | Core.cpp | 532 StringRef ConstraintString = cast<InlineAsm>(Val)->getConstraintString(); in LLVMGetInlineAsmConstraintString()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | FunctionComparator.cpp | 853 if (int Res = cmpMem(L->getConstraintString(), R->getConstraintString())) in cmpInlineAsm()
|
| H A D | ValueMapper.cpp | 373 V = InlineAsm::get(NewTy, IA->getAsmString(), IA->getConstraintString(), in mapValue()
|
| /freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/ |
| H A D | SymbolGraphSerializer.cpp | 754 StringRef SymbolGraphSerializer::getConstraintString(ConstraintKind Kind) { in getConstraintString() function in SymbolGraphSerializer
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 1162 if (!IA->getConstraintString().empty()) in selectCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVEmitIntrinsics.cpp | 1317 MDString *ConstraintString = MDString::get(Ctx, IA->getConstraintString()); in visitCallInst()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 1982 StringRef ConstraintStr = IA->getConstraintString(); in writeConstants()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 2833 StringRef ConstraintStr = IA->getConstraintString(); in writeConstants()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 6023 std::string Constraints = IA->getConstraintString().str(); in parseFunctionBody()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 60963 IA->getConstraintString().starts_with("=r,0,") && in ExpandInlineAsm() 60967 StringRef ConstraintsStr = IA->getConstraintString(); in ExpandInlineAsm() 60976 IA->getConstraintString().starts_with("=r,0,") && in ExpandInlineAsm() 60981 StringRef ConstraintsStr = IA->getConstraintString(); in ExpandInlineAsm()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 20273 IA->getConstraintString().starts_with("=l,l")) { in ExpandInlineAsm()
|