Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp788 Info.setAllowsMemory(); in validateOutputConstraint()
793 Info.setAllowsMemory(); in validateOutputConstraint()
939 Info.setAllowsMemory(); in validateInputConstraint()
944 Info.setAllowsMemory(); in validateInputConstraint()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DLoongArch.cpp143 Info.setAllowsMemory(); in validateAsmConstraint()
173 Info.setAllowsMemory(); in validateAsmConstraint()
H A DMips.h264 Info.setAllowsMemory(); in validateAsmConstraint()
268 Info.setAllowsMemory(); in validateAsmConstraint()
H A DSystemZ.cpp100 Info.setAllowsMemory(); in validateAsmConstraint()
H A DPPC.h293 Info.setAllowsMemory(); in validateAsmConstraint()
303 Info.setAllowsMemory(); in validateAsmConstraint()
H A DM68k.cpp197 info.setAllowsMemory(); in validateAsmConstraint()
H A DRISCV.cpp97 Info.setAllowsMemory(); in validateAsmConstraint()
H A DARM.cpp1320 Info.setAllowsMemory(); in validateAsmConstraint()
1344 Info.setAllowsMemory(); in validateAsmConstraint()
H A DAArch64.cpp1529 Info.setAllowsMemory(); in validateAsmConstraint()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1174 void setAllowsMemory() { Flags |= CI_AllowsMemory; } in setAllowsMemory() function