Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DTargetInfo.cpp610 Info.setAllowsMemory(); in validateOutputConstraint()
615 Info.setAllowsMemory(); in validateOutputConstraint()
761 Info.setAllowsMemory(); in validateInputConstraint()
766 Info.setAllowsMemory(); in validateInputConstraint()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DMips.h256 Info.setAllowsMemory(); in validateAsmConstraint()
260 Info.setAllowsMemory(); in validateAsmConstraint()
H A DPPC.h285 Info.setAllowsMemory(); in validateAsmConstraint()
295 Info.setAllowsMemory(); in validateAsmConstraint()
H A DSystemZ.cpp80 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.cpp697 Info.setAllowsMemory(); in validateAsmConstraint()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h1004 void setAllowsMemory() { Flags |= CI_AllowsMemory; } in setAllowsMemory() function