Home
last modified time | relevance | path

Searched refs:setAllowsMemory (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DTargetInfo.cpp561 Info.setAllowsMemory(); in validateOutputConstraint()
566 Info.setAllowsMemory(); in validateOutputConstraint()
712 Info.setAllowsMemory(); in validateInputConstraint()
717 Info.setAllowsMemory(); in validateInputConstraint()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/Targets/
H A DMips.h255 Info.setAllowsMemory(); in validateAsmConstraint()
259 Info.setAllowsMemory(); in validateAsmConstraint()
H A DPPC.h256 Info.setAllowsMemory(); in validateAsmConstraint()
264 Info.setAllowsMemory(); in validateAsmConstraint()
H A DSystemZ.cpp81 Info.setAllowsMemory(); in validateAsmConstraint()
H A DARM.cpp846 Info.setAllowsMemory(); in validateAsmConstraint()
859 Info.setAllowsMemory(); in validateAsmConstraint()
H A DAArch64.cpp383 Info.setAllowsMemory(); in validateAsmConstraint()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetInfo.h857 void setAllowsMemory() { Flags |= CI_AllowsMemory; } in setAllowsMemory() function