Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Basic/
H A DTargetInfo.cpp666 Info.setAllowsMemory(); in validateOutputConstraint()
671 Info.setAllowsMemory(); in validateOutputConstraint()
817 Info.setAllowsMemory(); in validateInputConstraint()
822 Info.setAllowsMemory(); in validateInputConstraint()
/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DMips.h256 Info.setAllowsMemory(); in validateAsmConstraint()
260 Info.setAllowsMemory(); in validateAsmConstraint()
H A DSystemZ.cpp91 Info.setAllowsMemory(); in validateAsmConstraint()
H A DPPC.h292 Info.setAllowsMemory(); in validateAsmConstraint()
302 Info.setAllowsMemory(); in validateAsmConstraint()
H A DRISCV.cpp90 Info.setAllowsMemory(); in validateAsmConstraint()
H A DARM.cpp1140 Info.setAllowsMemory(); in validateAsmConstraint()
1164 Info.setAllowsMemory(); in validateAsmConstraint()
H A DAArch64.cpp801 Info.setAllowsMemory(); in validateAsmConstraint()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h1065 void setAllowsMemory() { Flags |= CI_AllowsMemory; } in setAllowsMemory() function