Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DLoongArch.cpp136 Info.setAllowsMemory(); in validateAsmConstraint()
161 Info.setAllowsMemory(); in validateAsmConstraint()
H A DMips.h258 Info.setAllowsMemory(); in validateAsmConstraint()
262 Info.setAllowsMemory(); in validateAsmConstraint()
H A DSystemZ.cpp91 Info.setAllowsMemory(); in validateAsmConstraint()
H A DPPC.h293 Info.setAllowsMemory(); in validateAsmConstraint()
303 Info.setAllowsMemory(); in validateAsmConstraint()
H A DM68k.cpp192 info.setAllowsMemory(); in validateAsmConstraint()
H A DRISCV.cpp97 Info.setAllowsMemory(); in validateAsmConstraint()
H A DARM.cpp1244 Info.setAllowsMemory(); in validateAsmConstraint()
1268 Info.setAllowsMemory(); in validateAsmConstraint()
H A DAArch64.cpp1346 Info.setAllowsMemory(); in validateAsmConstraint()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp748 Info.setAllowsMemory(); in validateOutputConstraint()
753 Info.setAllowsMemory(); in validateOutputConstraint()
899 Info.setAllowsMemory(); in validateInputConstraint()
904 Info.setAllowsMemory(); in validateInputConstraint()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1111 void setAllowsMemory() { Flags |= CI_AllowsMemory; } in setAllowsMemory() function