Home
last modified time | relevance | path

Searched refs:getClobbers (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Basic/
DTargets.cpp1023 const char *getClobbers() const override { in getClobbers() function in __anond4862fe70111::PPCTargetInfo
1675 const char *getClobbers() const override { in getClobbers() function in __anond4862fe70111::NVPTXTargetInfo
1818 const char * getClobbers() const override { in getClobbers() function in __anond4862fe70111::AMDGPUTargetInfo
2389 const char *getClobbers() const override { in getClobbers() function in __anond4862fe70111::X86TargetInfo
4971 const char *getClobbers() const override { in getClobbers() function in __anond4862fe70111::ARMTargetInfo
5507 const char *getClobbers() const override { return ""; } in getClobbers() function in __anond4862fe70111::AArch64TargetInfo
5707 const char *getClobbers() const override { in getClobbers() function in __anond4862fe70111::HexagonTargetInfo
5877 const char *getClobbers() const override { in getClobbers() function in __anond4862fe70111::SparcTargetInfo
6149 const char *getClobbers() const override { in getClobbers() function in __anond4862fe70111::SystemZTargetInfo
6315 const char *getClobbers() const override { in getClobbers() function in __anond4862fe70111::MSP430TargetInfo
[all …]
/external/clang/include/clang/Basic/
DTargetInfo.h702 virtual const char *getClobbers() const = 0;
/external/clang/include/clang/AST/
DStmt.h1794 ArrayRef<StringRef> getClobbers() const { in getClobbers() function
1802 StringRef getClobber(unsigned i) const { return getClobbers()[i]; } in getClobber()
/external/clang/lib/CodeGen/
DCGStmt.cpp1978 std::string MachineClobbers = getTarget().getClobbers(); in EmitAsmStmt()
/external/clang/lib/Sema/
DTreeTransform.h6506 S->getAllConstraints(), S->getClobbers(), in TransformMSAsmStmt()