Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DLoongArch.cpp136 Info.setAllowsMemory(); in validateAsmConstraint()
161 Info.setAllowsMemory(); in validateAsmConstraint()
H A DMips.h263 Info.setAllowsMemory(); in validateAsmConstraint()
267 Info.setAllowsMemory(); in validateAsmConstraint()
H A DSystemZ.cpp91 Info.setAllowsMemory(); in validateAsmConstraint()
H A DPPC.h304 Info.setAllowsMemory(); in validateAsmConstraint()
314 Info.setAllowsMemory(); in validateAsmConstraint()
H A DM68k.cpp197 info.setAllowsMemory(); in validateAsmConstraint()
H A DRISCV.cpp97 Info.setAllowsMemory(); in validateAsmConstraint()
H A DARM.cpp1245 Info.setAllowsMemory(); in validateAsmConstraint()
1269 Info.setAllowsMemory(); in validateAsmConstraint()
H A DAArch64.cpp1415 Info.setAllowsMemory(); in validateAsmConstraint()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp759 Info.setAllowsMemory(); in validateOutputConstraint()
764 Info.setAllowsMemory(); in validateOutputConstraint()
910 Info.setAllowsMemory(); in validateInputConstraint()
915 Info.setAllowsMemory(); in validateInputConstraint()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1150 void setAllowsMemory() { Flags |= CI_AllowsMemory; } in setAllowsMemory() function