Searched refs:getClobbers (Results 1 – 5 of 5) sorted by relevance
1023 const char *getClobbers() const override { in getClobbers() function in __anond4862fe70111::PPCTargetInfo1675 const char *getClobbers() const override { in getClobbers() function in __anond4862fe70111::NVPTXTargetInfo1818 const char * getClobbers() const override { in getClobbers() function in __anond4862fe70111::AMDGPUTargetInfo2389 const char *getClobbers() const override { in getClobbers() function in __anond4862fe70111::X86TargetInfo4971 const char *getClobbers() const override { in getClobbers() function in __anond4862fe70111::ARMTargetInfo5507 const char *getClobbers() const override { return ""; } in getClobbers() function in __anond4862fe70111::AArch64TargetInfo5707 const char *getClobbers() const override { in getClobbers() function in __anond4862fe70111::HexagonTargetInfo5877 const char *getClobbers() const override { in getClobbers() function in __anond4862fe70111::SparcTargetInfo6149 const char *getClobbers() const override { in getClobbers() function in __anond4862fe70111::SystemZTargetInfo6315 const char *getClobbers() const override { in getClobbers() function in __anond4862fe70111::MSP430TargetInfo[all …]
702 virtual const char *getClobbers() const = 0;
1794 ArrayRef<StringRef> getClobbers() const { in getClobbers() function1802 StringRef getClobber(unsigned i) const { return getClobbers()[i]; } in getClobber()
1978 std::string MachineClobbers = getTarget().getClobbers(); in EmitAsmStmt()
6506 S->getAllConstraints(), S->getClobbers(), in TransformMSAsmStmt()