Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp632 Info.setAllowsMemory(); in validateOutputConstraint()
637 Info.setAllowsMemory(); in validateOutputConstraint()
783 Info.setAllowsMemory(); in validateInputConstraint()
788 Info.setAllowsMemory(); in validateInputConstraint()
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/Targets/
H A DMips.h256 Info.setAllowsMemory(); in validateAsmConstraint()
260 Info.setAllowsMemory(); in validateAsmConstraint()
H A DSystemZ.cpp80 Info.setAllowsMemory(); in validateAsmConstraint()
H A DPPC.h288 Info.setAllowsMemory(); in validateAsmConstraint()
298 Info.setAllowsMemory(); in validateAsmConstraint()
H A DRISCV.cpp88 Info.setAllowsMemory(); in validateAsmConstraint()
H A DARM.cpp1054 Info.setAllowsMemory(); in validateAsmConstraint()
1078 Info.setAllowsMemory(); in validateAsmConstraint()
H A DAArch64.cpp699 Info.setAllowsMemory(); in validateAsmConstraint()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1004 void setAllowsMemory() { Flags |= CI_AllowsMemory; } in setAllowsMemory() function